File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33
44
55class ServiceSpecificationProfileEnum (str , Enum ):
6- AAS_REGISTRY_FULL = "https://adminshell .io/aas/API/3/1/AssetAdministrationShellRegistryServiceSpecification/SSP-001"
7- AAS_REGISTRY_READ = "https://adminshell .io/aas/API/3/1/AssetAdministrationShellRegistryServiceSpecification/SSP-002"
8- SUBMODEL_REGISTRY_FULL = "https://adminshell .io/aas/API/3/1/SubmodelRegistryServiceSpecification/SSP-001"
9- SUBMODEL_REGISTRY_READ = "https://adminshell .io/aas/API/3/1/SubmodelRegistryServiceSpecification/SSP-002"
6+ AAS_REGISTRY_FULL = "https://admin-shell .io/aas/API/3/1/AssetAdministrationShellRegistryServiceSpecification/SSP-001"
7+ AAS_REGISTRY_READ = "https://admin-shell .io/aas/API/3/1/AssetAdministrationShellRegistryServiceSpecification/SSP-002"
8+ SUBMODEL_REGISTRY_FULL = "https://admin-shell .io/aas/API/3/1/SubmodelRegistryServiceSpecification/SSP-001"
9+ SUBMODEL_REGISTRY_READ = "https://admin-shell .io/aas/API/3/1/SubmodelRegistryServiceSpecification/SSP-002"
1010 # TODO add other profiles
1111
1212
Original file line number Diff line number Diff line change 22import os
33
44from app .interfaces .discovery import DiscoveryAPI , DiscoveryStore
5- from wsgicors import CORS
5+ from wsgicors import CORS # type: ignore
66
77storage_path = os .getenv ("storage_path" , None )
88base_path = os .getenv ("API_BASE_PATH" )
Original file line number Diff line number Diff line change 1111import logging
1212import os
1313from typing import Union
14- from wsgicors import CORS
14+ from wsgicors import CORS # type: ignore
1515
1616from app .backend import LocalFileDescriptorStore
1717from app .interfaces .registry import RegistryAPI
Original file line number Diff line number Diff line change 1111import logging
1212import os
1313from typing import Tuple , Union
14- from wsgicors import CORS
14+ from wsgicors import CORS # type: ignore
1515
1616from basyx .aas .adapter import load_directory
1717from basyx .aas .adapter .aasx import DictSupplementaryFileContainer
You can’t perform that action at this time.
0 commit comments