Test failed.

Please see the log below for details.

File information

URL https://validation.aas-voyager.com/
Testtools 1.0.2
Specification 3.0
Suite https://admin-shell.io/aas/API/3/0/AssetAdministrationShellRepositoryServiceSpecification/SSP-002
Date July 25, 2025, 12:10 p.m.

Details

  • Checking compliance to https://admin-shell.io/aas/API/3/0/AssetAdministrationShellRepositoryServiceSpecification/SSP-002
      • Trying to reach https://validation.aas-voyager.com/
          • OK
      • Checking GetAllAssetAdministrationShells
          • Setup
              • Invoke /shells?limit=1
              • Response: (200): {"result":[{"idShort":"TestAAS","displayName":[{"language":"en","text":"TestAAS"}],"administration":{},"id":"www.example.com/ids/sm/8132_4102_8042_7561","assetInformation":{"assetKind":"Instance","globalAssetId":"www.example.com/ids/asset/4422_4102_8042_4368","defaultThumbnail":{"path":"/1200px-Test...
              • Check
                  • Check meta model
                  • Check constraints
          • Negative Tests
              • Set limit = '-1'
                  • Invoke /shells?limit=-1
                  • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Invalid pagination parameter Limit value = -1.", "Timestamp": "07/25/2025 12:10:09" } ] }
                  • Check
                      • Check meta model
                      • Check constraints
              • Set asset_id = 'invalid-base64url====='
                  • Invoke /shells?assetIds=invalid-base64url%3D%3D%3D%3D%3D
                  • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Unable decode assetId. Incorrect Base64Url encoded string.", "Timestamp": "07/25/2025 12:10:09" } ] }
                  • Check
                      • Check meta model
                      • Check constraints
          • Positive Tests
              • Invoke without parameters
                  • Invoke /shells
                  • Response: (200): {"result":[{"idShort":"TestAAS","displayName":[{"language":"en","text":"TestAAS"}],"administration":{},"id":"www.example.com/ids/sm/8132_4102_8042_7561","assetInformation":{"assetKind":"Instance","globalAssetId":"www.example.com/ids/asset/4422_4102_8042_4368","defaultThumbnail":{"path":"/1200px-Test...
                  • Check
                      • Check meta model
                      • Check constraints
              • Filter by non-existing idShort
                  • Invoke /shells?idShort=does-not-exist
                  • Response: (200): {"result":[],"paging_metadata":{"cursor":""}}
                  • Check
                      • Check meta model
                      • Check constraints
                  • Result is empty: OK
              • Filter by assetId
                  • Invoke /shells?assetIds=eyJuYW1lIjogImdsb2JhbEFzc2V0SWQiLCAidmFsdWUiOiAid3d3LmV4YW1wbGUuY29tL2lkcy9hc3NldC80NDIyXzQxMDJfODA0Ml80MzY4In0%3D
                  • Response: (200): {"result":[{"idShort":"TestAAS","displayName":[{"language":"en","text":"TestAAS"}],"administration":{},"id":"www.example.com/ids/sm/8132_4102_8042_7561","assetInformation":{"assetKind":"Instance","globalAssetId":"www.example.com/ids/asset/4422_4102_8042_4368","defaultThumbnail":{"path":"/1200px-Test...
                  • Check
                      • Check meta model
                      • Check constraints
                  • Returns non-empty list: OK
              • Filter by idShort
                  • Invoke /shells?idShort=TestAAS
                  • Response: (200): {"result":[{"idShort":"TestAAS","displayName":[{"language":"en","text":"TestAAS"}],"administration":{},"id":"www.example.com/ids/sm/8132_4102_8042_7561","assetInformation":{"assetKind":"Instance","globalAssetId":"www.example.com/ids/asset/4422_4102_8042_4368","defaultThumbnail":{"path":"/1200px-Test...
                  • Check
                      • Check meta model
                      • Check constraints
                  • Returns entries: OK
                  • Result has the requested idShort: OK
              • Pagination: Fetch exactly one
                  • Invoke /shells?limit=1
                  • Response: (200): {"result":[{"idShort":"TestAAS","displayName":[{"language":"en","text":"TestAAS"}],"administration":{},"id":"www.example.com/ids/sm/8132_4102_8042_7561","assetInformation":{"assetKind":"Instance","globalAssetId":"www.example.com/ids/asset/4422_4102_8042_4368","defaultThumbnail":{"path":"/1200px-Test...
                  • Check
                      • Check meta model
                      • Check constraints
                  • Has exactly one result entry: OK
              • Pagination: Fetch using cursor
                  • Invoke /shells?limit=1
                  • Response: (200): {"result":[{"idShort":"TestAAS","displayName":[{"language":"en","text":"TestAAS"}],"administration":{},"id":"www.example.com/ids/sm/8132_4102_8042_7561","assetInformation":{"assetKind":"Instance","globalAssetId":"www.example.com/ids/asset/4422_4102_8042_4368","defaultThumbnail":{"path":"/1200px-Test...
                  • Check
                      • Check meta model
                      • Check constraints
                  • Exactly one entry: OK
      • Checking GetAllAssetAdministrationShells-Reference
          • Setup
              • Invoke /shells?limit=1
              • Response: (200): {"result":[{"idShort":"TestAAS","displayName":[{"language":"en","text":"TestAAS"}],"administration":{},"id":"www.example.com/ids/sm/8132_4102_8042_7561","assetInformation":{"assetKind":"Instance","globalAssetId":"www.example.com/ids/asset/4422_4102_8042_4368","defaultThumbnail":{"path":"/1200px-Test...
              • Check
                  • Check meta model
                  • Check constraints
          • Negative Tests
              • Set limit = '-1'
                  • Invoke /shells/$reference?limit=-1
                  • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Invalid pagination parameter Limit value = -1.", "Timestamp": "07/25/2025 12:10:10" } ] }
                  • Check
                      • Check meta model
                      • Check constraints
              • Set asset_id = 'invalid-base64url====='
                  • Invoke /shells/$reference?assetIds=invalid-base64url%3D%3D%3D%3D%3D
                  • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Unable decode assetId. Incorrect Base64Url encoded string.", "Timestamp": "07/25/2025 12:10:10" } ] }
                  • Check
                      • Check meta model
                      • Check constraints
          • Positive Tests
              • Invoke without parameters
                  • Invoke /shells/$reference
                  • Response: (200): {"result":[{"type":"ModelReference","keys":[{"type":"AssetAdministrationShell","value":"www.example.com/ids/sm/8132_4102_8042_7561"}]},{"type":"ModelReference","keys":[{"type":"AssetAdministrationShell","value":"https://example.com/ids/aas/1100_9050_1142_1343"}]}],"paging_metadata":{"cursor":""}}
                  • Check
                      • Check meta model
                      • Check constraints
              • Filter by non-existing idShort
                  • Invoke /shells/$reference?idShort=does-not-exist
                  • Response: (200): {"result":[],"paging_metadata":{"cursor":""}}
                  • Check
                      • Check meta model
                      • Check constraints
                  • Result is empty: OK
              • Filter by assetId
                  • Invoke /shells/$reference?assetIds=eyJuYW1lIjogImdsb2JhbEFzc2V0SWQiLCAidmFsdWUiOiAid3d3LmV4YW1wbGUuY29tL2lkcy9hc3NldC80NDIyXzQxMDJfODA0Ml80MzY4In0%3D
                  • Response: (200): {"result":[{"type":"ModelReference","keys":[{"type":"AssetAdministrationShell","value":"www.example.com/ids/sm/8132_4102_8042_7561"}]}],"paging_metadata":{"cursor":""}}
                  • Check
                      • Check meta model
                      • Check constraints
                  • Returns non-empty list: OK
              • Pagination: Fetch exactly one
                  • Invoke /shells/$reference?limit=1
                  • Response: (200): {"result":[{"type":"ModelReference","keys":[{"type":"AssetAdministrationShell","value":"www.example.com/ids/sm/8132_4102_8042_7561"}]}],"paging_metadata":{"cursor":"1"}}
                  • Check
                      • Check meta model
                      • Check constraints
                  • Has exactly one result entry: OK
              • Pagination: Fetch using cursor
                  • Invoke /shells/$reference?limit=1
                  • Response: (200): {"result":[{"type":"ModelReference","keys":[{"type":"AssetAdministrationShell","value":"www.example.com/ids/sm/8132_4102_8042_7561"}]}],"paging_metadata":{"cursor":"1"}}
                  • Check
                      • Check meta model
                      • Check constraints
                  • Exactly one entry: OK
              • Filter by idShort
                  • Invoke /shells/$reference?idShort=TestAAS
                  • Response: (200): {"result":[{"type":"ModelReference","keys":[{"type":"AssetAdministrationShell","value":"www.example.com/ids/sm/8132_4102_8042_7561"}]}],"paging_metadata":{"cursor":""}}
                  • Check
                      • Check meta model
                      • Check constraints
                  • Returns entries: OK
      • Checking GetAssetAdministrationShellById
          • Setup
              • Invoke /shells?limit=1
              • Response: (200): {"result":[{"idShort":"TestAAS","displayName":[{"language":"en","text":"TestAAS"}],"administration":{},"id":"www.example.com/ids/sm/8132_4102_8042_7561","assetInformation":{"assetKind":"Instance","globalAssetId":"www.example.com/ids/asset/4422_4102_8042_4368","defaultThumbnail":{"path":"/1200px-Test...
              • Check
                  • Check meta model
                  • Check constraints
          • Negative Tests
              • Set aas_id = 'invalid-base64url====='
                  • Invoke /shells/invalid-base64url=====
                  • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Unable decode aasIdentifier. Incorrect Base64Url encoded string.", "Timestamp": "07/25/2025 12:10:11" } ] }
                  • Check
                      • Check meta model
                      • Check constraints
          • Positive Tests
              • Fetch AAS
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx
                  • Response: (200): {"idShort":"TestAAS","displayName":[{"language":"en","text":"TestAAS"}],"administration":{},"id":"www.example.com/ids/sm/8132_4102_8042_7561","assetInformation":{"assetKind":"Instance","globalAssetId":"www.example.com/ids/asset/4422_4102_8042_4368","defaultThumbnail":{"path":"/1200px-Test-Logo.svg.p...
                  • Check
                      • Check meta model
                      • Check constraints
                  • Returns the requested aas: OK
      • Checking GetAssetAdministrationShellById-Reference
          • Setup
              • Invoke /shells?limit=1
              • Response: (200): {"result":[{"idShort":"TestAAS","displayName":[{"language":"en","text":"TestAAS"}],"administration":{},"id":"www.example.com/ids/sm/8132_4102_8042_7561","assetInformation":{"assetKind":"Instance","globalAssetId":"www.example.com/ids/asset/4422_4102_8042_4368","defaultThumbnail":{"path":"/1200px-Test...
              • Check
                  • Check meta model
                  • Check constraints
          • Negative Tests
              • Set aas_id = 'invalid-base64url====='
                  • Invoke /shells/invalid-base64url=====/$reference
                  • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Unable decode aasIdentifier. Incorrect Base64Url encoded string.", "Timestamp": "07/25/2025 12:10:11" } ] }
                  • Check
                      • Check meta model
                      • Check constraints
          • Positive Tests
              • Fetch AAS Reference
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/$reference
                  • Response: (200): {"type":"ModelReference","keys":[{"type":"AssetAdministrationShell","value":"www.example.com/ids/sm/8132_4102_8042_7561"}]}
                  • Check
                      • Check meta model
                      • Check constraints
                  • Returns the requested aas: OK
      • Checking GetAssetInformation
          • Setup
              • Invoke /shells?limit=1
              • Response: (200): {"result":[{"idShort":"TestAAS","displayName":[{"language":"en","text":"TestAAS"}],"administration":{},"id":"www.example.com/ids/sm/8132_4102_8042_7561","assetInformation":{"assetKind":"Instance","globalAssetId":"www.example.com/ids/asset/4422_4102_8042_4368","defaultThumbnail":{"path":"/1200px-Test...
              • Check
                  • Check meta model
                  • Check constraints
          • Negative Tests
          • Positive Tests
              • Fetch Asset Information
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/asset-information
                  • Response: (200): {"assetKind":"Instance","globalAssetId":"www.example.com/ids/asset/4422_4102_8042_4368","defaultThumbnail":{"path":"/1200px-Test-Logo.svg.png"}}
                  • Check
                      • Check meta model
                      • Check constraints
      • Checking GetThumbnail
          • Setup
              • Invoke /shells?limit=1
              • Response: (200): {"result":[{"idShort":"TestAAS","displayName":[{"language":"en","text":"TestAAS"}],"administration":{},"id":"www.example.com/ids/sm/8132_4102_8042_7561","assetInformation":{"assetKind":"Instance","globalAssetId":"www.example.com/ids/asset/4422_4102_8042_4368","defaultThumbnail":{"path":"/1200px-Test...
              • Check
                  • Check meta model
                  • Check constraints
          • Negative Tests
          • Positive Tests
              • Fetch thumbnail
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/asset-information/thumbnail
                  • Response: (200): <binary-data>
      • Checking GetAllSubmodelReferences
          • Setup
              • Invoke /shells?limit=1
              • Response: (200): {"result":[{"idShort":"TestAAS","displayName":[{"language":"en","text":"TestAAS"}],"administration":{},"id":"www.example.com/ids/sm/8132_4102_8042_7561","assetInformation":{"assetKind":"Instance","globalAssetId":"www.example.com/ids/asset/4422_4102_8042_4368","defaultThumbnail":{"path":"/1200px-Test...
              • Check
                  • Check meta model
                  • Check constraints
              • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodel-refs?limit=1
              • Response: (200): {"result":[{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"}]}],"paging_metadata":{"cursor":"1"}}
              • Check
                  • Check meta model
                  • Check constraints
          • Negative Tests
              • Set limit = '-1'
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodel-refs?limit=-1
                  • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Invalid pagination parameter Limit value = -1.", "Timestamp": "07/25/2025 12:10:12" } ] }
                  • Check
                      • Check meta model
                      • Check constraints
          • Positive Tests
              • Fetch all references
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodel-refs
                  • Response: (200): {"result":[{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"}]},{"type":"ModelReference","keys":[{"type":"Submodel","value":"https://example.com/ids/sm/4544_2112_0142_0442"}]}],"paging_metadata":{"cursor":""}}
                  • Check
                      • Check meta model
                      • Check constraints
              • Pagination: Fetch exactly one
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodel-refs?limit=1
                  • Response: (200): {"result":[{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"}]}],"paging_metadata":{"cursor":"1"}}
                  • Check
                      • Check meta model
                      • Check constraints
                  • Has exactly one result entry: OK
              • Pagination: Fetch using cursor
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodel-refs?limit=1
                  • Response: (200): {"result":[{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"}]}],"paging_metadata":{"cursor":"1"}}
                  • Check
                      • Check meta model
                      • Check constraints
                  • Exactly one entry: OK
      • Checking GetSubmodelById
          • Setup
              • Invoke /shells?limit=1
              • Response: (200): {"result":[{"idShort":"TestAAS","displayName":[{"language":"en","text":"TestAAS"}],"administration":{},"id":"www.example.com/ids/sm/8132_4102_8042_7561","assetInformation":{"assetKind":"Instance","globalAssetId":"www.example.com/ids/asset/4422_4102_8042_4368","defaultThumbnail":{"path":"/1200px-Test...
              • Check
                  • Check meta model
                  • Check constraints
              • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodel-refs?limit=1
              • Response: (200): {"result":[{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"}]}],"paging_metadata":{"cursor":"1"}}
              • Check
                  • Check meta model
                  • Check constraints
          • Negative Tests
              • Set submodel_id = 'invalid-base64url====='
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/invalid-base64url=====
                  • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Unable decode submodelIdentifier. Incorrect Base64Url encoded string.", "Timestamp": "07/25/2025 12:10:13" } ] }
                  • Check
                      • Check meta model
                      • Check constraints
              • Set level = '#####'
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx?level=%23%23%23%23%23
                  • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Invalid serialization modifier level.", "Timestamp": "07/25/2025 12:10:13" } ] }
                  • Check
                      • Check meta model
                      • Check constraints
              • Set extent = '#################'
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx?extent=%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23
                  • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Invalid serialization modifier extent.", "Timestamp": "07/25/2025 12:10:13" } ] }
                  • Check
                      • Check meta model
                      • Check constraints
          • Positive Tests
              • Fetch submodel by id
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx
                  • Response: (200): {"idShort":"TestSubmodel","administration":{},"id":"www.example.com/ids/sm/8132_4102_8042_1861","kind":"Instance","submodelElements":[{"idShort":"TestProp_Level1","semanticId":{"type":"ExternalReference","keys":[{"type":"GlobalReference","value":"https://example.com/ids/cd/5424_4102_8042_8552"}]},"v...
                  • Check
                      • Check meta model
                      • Check constraints
                  • Returns the right one: OK
      • Checking GetSubmodelById-Metadata
          • Setup
              • Invoke /shells?limit=1
              • Response: (200): {"result":[{"idShort":"TestAAS","displayName":[{"language":"en","text":"TestAAS"}],"administration":{},"id":"www.example.com/ids/sm/8132_4102_8042_7561","assetInformation":{"assetKind":"Instance","globalAssetId":"www.example.com/ids/asset/4422_4102_8042_4368","defaultThumbnail":{"path":"/1200px-Test...
              • Check
                  • Check meta model
                  • Check constraints
              • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodel-refs?limit=1
              • Response: (200): {"result":[{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"}]}],"paging_metadata":{"cursor":"1"}}
              • Check
                  • Check meta model
                  • Check constraints
          • Negative Tests
              • Set submodel_id = 'invalid-base64url====='
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/invalid-base64url=====/$metadata
                  • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Unable decode submodelIdentifier. Incorrect Base64Url encoded string.", "Timestamp": "07/25/2025 12:10:14" } ] }
                  • Check
                      • Check meta model
                      • Check constraints
          • Positive Tests
              • Fetch submodel by id
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/$metadata
                  • Response: (200): {"idShort":"TestSubmodel","administration":{},"id":"www.example.com/ids/sm/8132_4102_8042_1861","kind":"Instance","modelType":"Submodel"}
                  • Check
                      • Check meta model
                      • Check constraints
                  • Returns the right one: OK
      • Checking GetSubmodelById-Reference
          • Setup
              • Invoke /shells?limit=1
              • Response: (200): {"result":[{"idShort":"TestAAS","displayName":[{"language":"en","text":"TestAAS"}],"administration":{},"id":"www.example.com/ids/sm/8132_4102_8042_7561","assetInformation":{"assetKind":"Instance","globalAssetId":"www.example.com/ids/asset/4422_4102_8042_4368","defaultThumbnail":{"path":"/1200px-Test...
              • Check
                  • Check meta model
                  • Check constraints
              • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodel-refs?limit=1
              • Response: (200): {"result":[{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"}]}],"paging_metadata":{"cursor":"1"}}
              • Check
                  • Check meta model
                  • Check constraints
          • Negative Tests
              • Set submodel_id = 'invalid-base64url====='
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/invalid-base64url=====/$reference
                  • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Unable decode submodelIdentifier. Incorrect Base64Url encoded string.", "Timestamp": "07/25/2025 12:10:14" } ] }
                  • Check
                      • Check meta model
                      • Check constraints
          • Positive Tests
              • Fetch submodel by id
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/$reference
                  • Response: (200): {"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"}]}
                  • Check
                      • Check meta model
                      • Check constraints
                  • Returns the right one: OK
      • Checking GetSubmodelById-ValueOnly
          • Setup
              • Invoke /shells?limit=1
              • Response: (200): {"result":[{"idShort":"TestAAS","displayName":[{"language":"en","text":"TestAAS"}],"administration":{},"id":"www.example.com/ids/sm/8132_4102_8042_7561","assetInformation":{"assetKind":"Instance","globalAssetId":"www.example.com/ids/asset/4422_4102_8042_4368","defaultThumbnail":{"path":"/1200px-Test...
              • Check
                  • Check meta model
                  • Check constraints
              • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodel-refs?limit=1
              • Response: (200): {"result":[{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"}]}],"paging_metadata":{"cursor":"1"}}
              • Check
                  • Check meta model
                  • Check constraints
          • Negative Tests
              • Set submodel_id = 'invalid-base64url====='
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/invalid-base64url=====/$value
                  • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Unable decode submodelIdentifier. Incorrect Base64Url encoded string.", "Timestamp": "07/25/2025 12:10:14" } ] }
                  • Check
                      • Check meta model
                      • Check constraints
              • Set level = '#####'
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/$value?level=%23%23%23%23%23
                  • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Invalid serialization modifier level.", "Timestamp": "07/25/2025 12:10:14" } ] }
                  • Check
                      • Check meta model
                      • Check constraints
              • Set extent = '#################'
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/$value?extent=%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23
                  • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Invalid serialization modifier extent.", "Timestamp": "07/25/2025 12:10:14" } ] }
                  • Check
                      • Check meta model
                      • Check constraints
          • Positive Tests
              • Fetch submodel by id
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/$value
                  • Response: (200): {"TestProp_Level1":"","TestSMC_Level1":{"TestProp_Level2":"TestProp_Level2","TestMLP_Level2":[{"en":"TestMLP_Level2"},{"de":"TestMLP_Level2"}],"TestBlob_Level2":{"contentType":"text/plain"},"TestFile_Level2":{"contentType":"image/png","value":"/aasx/files/1200px-Test-Logo.svg.png"},"TestEntity_Level...
      • Checking GetSubmodelById-Path
          • Setup
              • Invoke /shells?limit=1
              • Response: (200): {"result":[{"idShort":"TestAAS","displayName":[{"language":"en","text":"TestAAS"}],"administration":{},"id":"www.example.com/ids/sm/8132_4102_8042_7561","assetInformation":{"assetKind":"Instance","globalAssetId":"www.example.com/ids/asset/4422_4102_8042_4368","defaultThumbnail":{"path":"/1200px-Test...
              • Check
                  • Check meta model
                  • Check constraints
              • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodel-refs?limit=1
              • Response: (200): {"result":[{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"}]}],"paging_metadata":{"cursor":"1"}}
              • Check
                  • Check meta model
                  • Check constraints
          • Negative Tests
              • Set submodel_id = 'invalid-base64url====='
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/invalid-base64url=====/$path
                  • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Unable decode submodelIdentifier. Incorrect Base64Url encoded string.", "Timestamp": "07/25/2025 12:10:15" } ] }
                  • Check
                      • Check meta model
                      • Check constraints
              • Set level = '#####'
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/$path?level=%23%23%23%23%23
                  • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Invalid serialization modifier level.", "Timestamp": "07/25/2025 12:10:15" } ] }
                  • Check
                      • Check meta model
                      • Check constraints
          • Positive Tests
              • Fetch submodel by id
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/$path
                  • Response: (200): ["TestProp_Level1","TestSMC_Level1","TestSMC_Level1.TestProp_Level2","TestSMC_Level1.TestMLP_Level2","TestSMC_Level1.TestBlob_Level2","TestSMC_Level1.TestFile_Level2","TestSMC_Level1.TestEntity_Level2","TestSMC_Level1.TestEntity_Level2.TestProp2_Level3","TestSMC_Level1.TestRange_Level2","TestSMC_Lev...
                  • Check
                      • Check meta model
                      • Check constraints
      • Checking GetAllSubmodelElements
          • Setup
              • Invoke /shells?limit=1
              • Response: (200): {"result":[{"idShort":"TestAAS","displayName":[{"language":"en","text":"TestAAS"}],"administration":{},"id":"www.example.com/ids/sm/8132_4102_8042_7561","assetInformation":{"assetKind":"Instance","globalAssetId":"www.example.com/ids/asset/4422_4102_8042_4368","defaultThumbnail":{"path":"/1200px-Test...
              • Check
                  • Check meta model
                  • Check constraints
              • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements?limit=1
              • Response: (200): {"result":[{"idShort":"TestProp_Level1","semanticId":{"type":"ExternalReference","keys":[{"type":"GlobalReference","value":"https://example.com/ids/cd/5424_4102_8042_8552"}]},"valueType":"xs:string","value":"","modelType":"Property"}],"paging_metadata":{"cursor":"1"}}
              • Check
                  • Check meta model
                  • Check constraints
          • Negative Tests
              • Set level = '#####'
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements?level=%23%23%23%23%23
                  • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Invalid serialization modifier level.", "Timestamp": "07/25/2025 12:10:15" } ] }
                  • Check
                      • Check meta model
                      • Check constraints
              • Set extent = '#####'
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements?extent=%23%23%23%23%23
                  • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Invalid serialization modifier extent.", "Timestamp": "07/25/2025 12:10:15" } ] }
                  • Check
                      • Check meta model
                      • Check constraints
              • Set limit = '-1'
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements?limit=-1
                  • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Invalid pagination parameter Limit value = -1.", "Timestamp": "07/25/2025 12:10:15" } ] }
                  • Check
                      • Check meta model
                      • Check constraints
          • Positive Tests
              • Pagination: Fetch exactly one
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements?limit=1
                  • Response: (200): {"result":[{"idShort":"TestProp_Level1","semanticId":{"type":"ExternalReference","keys":[{"type":"GlobalReference","value":"https://example.com/ids/cd/5424_4102_8042_8552"}]},"valueType":"xs:string","value":"","modelType":"Property"}],"paging_metadata":{"cursor":"1"}}
                  • Check
                      • Check meta model
                      • Check constraints
                  • Has exactly one result entry: OK
              • Pagination: Fetch using cursor
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements?limit=1
                  • Response: (200): {"result":[{"idShort":"TestProp_Level1","semanticId":{"type":"ExternalReference","keys":[{"type":"GlobalReference","value":"https://example.com/ids/cd/5424_4102_8042_8552"}]},"valueType":"xs:string","value":"","modelType":"Property"}],"paging_metadata":{"cursor":"1"}}
                  • Check
                      • Check meta model
                      • Check constraints
                  • Exactly one entry: OK
              • Fetch all submodel elements
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements
                  • Response: (200): {"result":[{"idShort":"TestProp_Level1","semanticId":{"type":"ExternalReference","keys":[{"type":"GlobalReference","value":"https://example.com/ids/cd/5424_4102_8042_8552"}]},"valueType":"xs:string","value":"","modelType":"Property"},{"idShort":"TestSMC_Level1","value":[{"idShort":"TestProp_Level2",...
                  • Check
                      • Check meta model
                      • Check constraints
              • Fetch all submodel elements with level=core
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements?level=core
                  • Response: (200): {"result":[{"idShort":"TestProp_Level1","semanticId":{"type":"ExternalReference","keys":[{"type":"GlobalReference","value":"https://example.com/ids/cd/5424_4102_8042_8552"}]},"valueType":"xs:string","value":"","modelType":"Property"},{"idShort":"TestSMC_Level1","value":[{"idShort":"TestProp_Level2",...
                  • Check
                      • Check meta model
                      • Check constraints
              • Fetch all submodel elements with level=deep
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements?level=deep
                  • Response: (200): {"result":[{"idShort":"TestProp_Level1","semanticId":{"type":"ExternalReference","keys":[{"type":"GlobalReference","value":"https://example.com/ids/cd/5424_4102_8042_8552"}]},"valueType":"xs:string","value":"","modelType":"Property"},{"idShort":"TestSMC_Level1","value":[{"idShort":"TestProp_Level2",...
                  • Check
                      • Check meta model
                      • Check constraints
              • Fetch all submodel elements with extent=withBlobValue
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements?extent=withBlobValue
                  • Response: (200): {"result":[{"idShort":"TestProp_Level1","semanticId":{"type":"ExternalReference","keys":[{"type":"GlobalReference","value":"https://example.com/ids/cd/5424_4102_8042_8552"}]},"valueType":"xs:string","value":"","modelType":"Property"},{"idShort":"TestSMC_Level1","value":[{"idShort":"TestProp_Level2",...
                  • Check
                      • Check meta model
                      • Check constraints
              • Fetch all submodel elements with extent=withoutBlobValue
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements?extent=withoutBlobValue
                  • Response: (200): {"result":[{"idShort":"TestProp_Level1","semanticId":{"type":"ExternalReference","keys":[{"type":"GlobalReference","value":"https://example.com/ids/cd/5424_4102_8042_8552"}]},"valueType":"xs:string","value":"","modelType":"Property"},{"idShort":"TestSMC_Level1","value":[{"idShort":"TestProp_Level2",...
                  • Check
                      • Check meta model
                      • Check constraints
              • Fetch all submodel elements with level=core and extend=withoutBlobValue
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements?level=core&extent=withoutBlobValue
                  • Response: (200): {"result":[{"idShort":"TestProp_Level1","semanticId":{"type":"ExternalReference","keys":[{"type":"GlobalReference","value":"https://example.com/ids/cd/5424_4102_8042_8552"}]},"valueType":"xs:string","value":"","modelType":"Property"},{"idShort":"TestSMC_Level1","value":[{"idShort":"TestProp_Level2",...
                  • Check
                      • Check meta model
                      • Check constraints
              • Fetch all submodel elements with level=deep and extend=withoutBlobValue
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements?level=deep&extent=withoutBlobValue
                  • Response: (200): {"result":[{"idShort":"TestProp_Level1","semanticId":{"type":"ExternalReference","keys":[{"type":"GlobalReference","value":"https://example.com/ids/cd/5424_4102_8042_8552"}]},"valueType":"xs:string","value":"","modelType":"Property"},{"idShort":"TestSMC_Level1","value":[{"idShort":"TestProp_Level2",...
                  • Check
                      • Check meta model
                      • Check constraints
              • Fetch all submodel elements with level=core and extend=withBlobValue
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements?level=deep&extent=withBlobValue
                  • Response: (200): {"result":[{"idShort":"TestProp_Level1","semanticId":{"type":"ExternalReference","keys":[{"type":"GlobalReference","value":"https://example.com/ids/cd/5424_4102_8042_8552"}]},"valueType":"xs:string","value":"","modelType":"Property"},{"idShort":"TestSMC_Level1","value":[{"idShort":"TestProp_Level2",...
                  • Check
                      • Check meta model
                      • Check constraints
              • Fetch all submodel elements with level=deep and extend=withBlobValue
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements?level=deep&extent=withoutBlobValue
                  • Response: (200): {"result":[{"idShort":"TestProp_Level1","semanticId":{"type":"ExternalReference","keys":[{"type":"GlobalReference","value":"https://example.com/ids/cd/5424_4102_8042_8552"}]},"valueType":"xs:string","value":"","modelType":"Property"},{"idShort":"TestSMC_Level1","value":[{"idShort":"TestProp_Level2",...
                  • Check
                      • Check meta model
                      • Check constraints
      • Checking GetAllSubmodelElements-Metadata
          • Setup
              • Invoke /shells?limit=1
              • Response: (200): {"result":[{"idShort":"TestAAS","displayName":[{"language":"en","text":"TestAAS"}],"administration":{},"id":"www.example.com/ids/sm/8132_4102_8042_7561","assetInformation":{"assetKind":"Instance","globalAssetId":"www.example.com/ids/asset/4422_4102_8042_4368","defaultThumbnail":{"path":"/1200px-Test...
              • Check
                  • Check meta model
                  • Check constraints
              • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/$metadata?limit=1
              • Response: (200): {"result":[{"idShort":"TestProp_Level1","semanticId":{"type":"ExternalReference","keys":[{"type":"GlobalReference","value":"https://example.com/ids/cd/5424_4102_8042_8552"}]},"valueType":"xs:string","modelType":"Property"}],"paging_metadata":{"cursor":"1"}}
              • Check
                  • Check meta model
                  • Check constraints
          • Negative Tests
              • Set limit = '-1'
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/$metadata?limit=-1
                  • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Invalid pagination parameter Limit value = -1.", "Timestamp": "07/25/2025 12:10:17" } ] }
                  • Check
                      • Check meta model
                      • Check constraints
          • Positive Tests
              • Pagination: Fetch exactly one
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/$metadata?limit=1
                  • Response: (200): {"result":[{"idShort":"TestProp_Level1","semanticId":{"type":"ExternalReference","keys":[{"type":"GlobalReference","value":"https://example.com/ids/cd/5424_4102_8042_8552"}]},"valueType":"xs:string","modelType":"Property"}],"paging_metadata":{"cursor":"1"}}
                  • Check
                      • Check meta model
                      • Check constraints
                  • Has exactly one result entry: OK
              • Pagination: Fetch using cursor
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/$metadata?limit=1
                  • Response: (200): {"result":[{"idShort":"TestProp_Level1","semanticId":{"type":"ExternalReference","keys":[{"type":"GlobalReference","value":"https://example.com/ids/cd/5424_4102_8042_8552"}]},"valueType":"xs:string","modelType":"Property"}],"paging_metadata":{"cursor":"1"}}
                  • Check
                      • Check meta model
                      • Check constraints
                  • Exactly one entry: OK
              • Fetch all submodel elements (metadata)
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/$metadata
                  • Response: (200): {"result":[{"idShort":"TestProp_Level1","semanticId":{"type":"ExternalReference","keys":[{"type":"GlobalReference","value":"https://example.com/ids/cd/5424_4102_8042_8552"}]},"valueType":"xs:string","modelType":"Property"},{"idShort":"TestSMC_Level1","modelType":"SubmodelElementCollection"}],"paging...
                  • Check
                      • Check meta model
                      • Check constraints
      • Checking GetAllSubmodelElements-ValueOnly
          • Setup
              • Invoke /shells?limit=1
              • Response: (200): {"result":[{"idShort":"TestAAS","displayName":[{"language":"en","text":"TestAAS"}],"administration":{},"id":"www.example.com/ids/sm/8132_4102_8042_7561","assetInformation":{"assetKind":"Instance","globalAssetId":"www.example.com/ids/asset/4422_4102_8042_4368","defaultThumbnail":{"path":"/1200px-Test...
              • Check
                  • Check meta model
                  • Check constraints
              • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/$value?limit=1
              • Response: (200): {"result":[{"TestProp_Level1":""}],"paging_metadata":{"cursor":"1"}}
              • Check
                  • Check meta model
                  • Check constraints
          • Negative Tests
              • Set level = '#####'
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/$value?level=%23%23%23%23%23
                  • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Invalid serialization modifier level.", "Timestamp": "07/25/2025 12:10:18" } ] }
                  • Check
                      • Check meta model
                      • Check constraints
              • Set limit = '-1'
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/$value?limit=-1
                  • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Invalid pagination parameter Limit value = -1.", "Timestamp": "07/25/2025 12:10:18" } ] }
                  • Check
                      • Check meta model
                      • Check constraints
          • Positive Tests
              • Pagination: Fetch exactly one
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/$value?limit=1
                  • Response: (200): {"result":[{"TestProp_Level1":""}],"paging_metadata":{"cursor":"1"}}
                  • Check
                      • Check meta model
                      • Check constraints
                  • Has exactly one result entry: OK
              • Pagination: Fetch using cursor
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/$value?limit=1
                  • Response: (200): {"result":[{"TestProp_Level1":""}],"paging_metadata":{"cursor":"1"}}
                  • Check
                      • Check meta model
                      • Check constraints
                  • Exactly one entry: OK
              • Fetch all submodel elements
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/$value
                  • Response: (200): {"result":[{"TestProp_Level1":""},{"TestSMC_Level1":{"TestProp_Level2":"TestProp_Level2","TestMLP_Level2":[{"en":"TestMLP_Level2"},{"de":"TestMLP_Level2"}],"TestBlob_Level2":{"contentType":"text/plain"},"TestFile_Level2":{"contentType":"image/png","value":"/aasx/files/1200px-Test-Logo.svg.png"},"Tes...
                  • Check
                      • Check meta model
                      • Check constraints
              • Fetch all submodel elements with level=core
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/$value?level=core
                  • Response: (200): {"result":[{"TestProp_Level1":""},{"TestSMC_Level1":{"TestProp_Level2":"TestProp_Level2","TestMLP_Level2":[{"en":"TestMLP_Level2"},{"de":"TestMLP_Level2"}],"TestBlob_Level2":{"contentType":"text/plain"},"TestFile_Level2":{"contentType":"image/png","value":"/aasx/files/1200px-Test-Logo.svg.png"},"Tes...
                  • Check
                      • Check meta model
                      • Check constraints
              • Fetch all submodel elements with level=deep
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/$value?level=deep
                  • Response: (200): {"result":[{"TestProp_Level1":""},{"TestSMC_Level1":{"TestProp_Level2":"TestProp_Level2","TestMLP_Level2":[{"en":"TestMLP_Level2"},{"de":"TestMLP_Level2"}],"TestBlob_Level2":{"contentType":"text/plain"},"TestFile_Level2":{"contentType":"image/png","value":"/aasx/files/1200px-Test-Logo.svg.png"},"Tes...
                  • Check
                      • Check meta model
                      • Check constraints
      • Checking GetAllSubmodelElements-Reference
          • Setup
              • Invoke /shells?limit=1
              • Response: (200): {"result":[{"idShort":"TestAAS","displayName":[{"language":"en","text":"TestAAS"}],"administration":{},"id":"www.example.com/ids/sm/8132_4102_8042_7561","assetInformation":{"assetKind":"Instance","globalAssetId":"www.example.com/ids/asset/4422_4102_8042_4368","defaultThumbnail":{"path":"/1200px-Test...
              • Check
                  • Check meta model
                  • Check constraints
              • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/$reference?limit=1
              • Response: (200): {"result":[{"type":"ModelReference","referredSemanticId":{"type":"ExternalReference","keys":[{"type":"GlobalReference","value":"https://example.com/ids/cd/5424_4102_8042_8552"}]},"keys":[{"type":"Property","value":"TestProp_Level1"}]}],"paging_metadata":{"cursor":"1"}}
              • Check
                  • Check meta model
                  • Check constraints
          • Negative Tests
              • Set level = '#####'
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/$reference?level=%23%23%23%23%23
                  • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Invalid serialization modifier level.", "Timestamp": "07/25/2025 12:10:19" } ] }
                  • Check
                      • Check meta model
                      • Check constraints
              • Set limit = '-1'
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/$reference?limit=-1
                  • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Invalid pagination parameter Limit value = -1.", "Timestamp": "07/25/2025 12:10:19" } ] }
                  • Check
                      • Check meta model
                      • Check constraints
          • Positive Tests
              • Pagination: Fetch exactly one
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/$reference?limit=1
                  • Response: (200): {"result":[{"type":"ModelReference","referredSemanticId":{"type":"ExternalReference","keys":[{"type":"GlobalReference","value":"https://example.com/ids/cd/5424_4102_8042_8552"}]},"keys":[{"type":"Property","value":"TestProp_Level1"}]}],"paging_metadata":{"cursor":"1"}}
                  • Check
                      • Check meta model
                      • Check constraints
                  • Has exactly one result entry: OK
              • Pagination: Fetch using cursor
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/$reference?limit=1
                  • Response: (200): {"result":[{"type":"ModelReference","referredSemanticId":{"type":"ExternalReference","keys":[{"type":"GlobalReference","value":"https://example.com/ids/cd/5424_4102_8042_8552"}]},"keys":[{"type":"Property","value":"TestProp_Level1"}]}],"paging_metadata":{"cursor":"1"}}
                  • Check
                      • Check meta model
                      • Check constraints
                  • Exactly one entry: OK
              • Fetch all submodel elements
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/$reference
                  • Response: (200): {"result":[{"type":"ModelReference","referredSemanticId":{"type":"ExternalReference","keys":[{"type":"GlobalReference","value":"https://example.com/ids/cd/5424_4102_8042_8552"}]},"keys":[{"type":"Property","value":"TestProp_Level1"}]},{"type":"ModelReference","keys":[{"type":"SubmodelElementCollecti...
                  • Check
                      • Check meta model
                      • Check constraints
              • Fetch all submodel elements with level=core
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/$reference?level=core
                  • Response: (200): {"result":[{"type":"ModelReference","referredSemanticId":{"type":"ExternalReference","keys":[{"type":"GlobalReference","value":"https://example.com/ids/cd/5424_4102_8042_8552"}]},"keys":[{"type":"Property","value":"TestProp_Level1"}]},{"type":"ModelReference","keys":[{"type":"SubmodelElementCollecti...
                  • Check
                      • Check meta model
                      • Check constraints
              • Fetch all submodel elements with level=deep
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/$reference?level=deep
                  • Response: (200): {"result":[{"type":"ModelReference","referredSemanticId":{"type":"ExternalReference","keys":[{"type":"GlobalReference","value":"https://example.com/ids/cd/5424_4102_8042_8552"}]},"keys":[{"type":"Property","value":"TestProp_Level1"}]},{"type":"ModelReference","keys":[{"type":"SubmodelElementCollecti...
                  • Check
                      • Check meta model
                      • Check constraints
      • Checking GetAllSubmodelElements-Path
          • Setup
              • Invoke /shells?limit=1
              • Response: (200): {"result":[{"idShort":"TestAAS","displayName":[{"language":"en","text":"TestAAS"}],"administration":{},"id":"www.example.com/ids/sm/8132_4102_8042_7561","assetInformation":{"assetKind":"Instance","globalAssetId":"www.example.com/ids/asset/4422_4102_8042_4368","defaultThumbnail":{"path":"/1200px-Test...
              • Check
                  • Check meta model
                  • Check constraints
              • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/$path?limit=1
              • Response: (200): {"result":["TestProp_Level1"],"paging_metadata":{"cursor":"1"}}
              • Check
                  • Check meta model
                  • Check constraints
          • Negative Tests
              • Set level = '#####'
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/$path?level=%23%23%23%23%23
                  • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Invalid serialization modifier level.", "Timestamp": "07/25/2025 12:10:20" } ] }
                  • Check
                      • Check meta model
                      • Check constraints
              • Set limit = '-1'
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/$path?limit=-1
                  • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Invalid pagination parameter Limit value = -1.", "Timestamp": "07/25/2025 12:10:21" } ] }
                  • Check
                      • Check meta model
                      • Check constraints
          • Positive Tests
              • Pagination: Fetch exactly one
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/$path?limit=1
                  • Response: (200): {"result":["TestProp_Level1"],"paging_metadata":{"cursor":"1"}}
                  • Check
                      • Check meta model
                      • Check constraints
                  • Has exactly one result entry: OK
              • Pagination: Fetch using cursor
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/$path?limit=1
                  • Response: (200): {"result":["TestProp_Level1"],"paging_metadata":{"cursor":"1"}}
                  • Check
                      • Check meta model
                      • Check constraints
                  • Exactly one entry: OK
              • Fetch all submodel elements
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/$path
                  • Response: (200): {"result":["TestProp_Level1","TestSMC_Level1","TestSMC_Level1.TestProp_Level2","TestSMC_Level1.TestMLP_Level2","TestSMC_Level1.TestBlob_Level2","TestSMC_Level1.TestFile_Level2","TestSMC_Level1.TestEntity_Level2","TestSMC_Level1.TestEntity_Level2.TestProp2_Level3","TestSMC_Level1.TestRange_Level2","T...
                  • Check
                      • Check meta model
                      • Check constraints
              • Fetch all submodel elements with level=core
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/$path?level=core
                  • Response: (200): {"result":["TestProp_Level1","TestSMC_Level1","TestSMC_Level1.TestProp_Level2","TestSMC_Level1.TestMLP_Level2","TestSMC_Level1.TestBlob_Level2","TestSMC_Level1.TestFile_Level2","TestSMC_Level1.TestEntity_Level2","TestSMC_Level1.TestRange_Level2","TestSMC_Level1.TestRefEle_Level2","TestSMC_Level1.Tes...
                  • Check
                      • Check meta model
                      • Check constraints
              • Fetch all submodel elements with level=deep
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/$path?level=deep
                  • Response: (200): {"result":["TestProp_Level1","TestSMC_Level1","TestSMC_Level1.TestProp_Level2","TestSMC_Level1.TestMLP_Level2","TestSMC_Level1.TestBlob_Level2","TestSMC_Level1.TestFile_Level2","TestSMC_Level1.TestEntity_Level2","TestSMC_Level1.TestEntity_Level2.TestProp2_Level3","TestSMC_Level1.TestRange_Level2","T...
                  • Check
                      • Check meta model
                      • Check constraints
      • Checking GetSubmodelElementByPath
          • Setup
              • Invoke /shells?limit=1
              • Response: (200): {"result":[{"idShort":"TestAAS","displayName":[{"language":"en","text":"TestAAS"}],"administration":{},"id":"www.example.com/ids/sm/8132_4102_8042_7561","assetInformation":{"assetKind":"Instance","globalAssetId":"www.example.com/ids/asset/4422_4102_8042_4368","defaultThumbnail":{"path":"/1200px-Test...
              • Check
                  • Check meta model
                  • Check constraints
              • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements
              • Response: (200): {"result":[{"idShort":"TestProp_Level1","semanticId":{"type":"ExternalReference","keys":[{"type":"GlobalReference","value":"https://example.com/ids/cd/5424_4102_8042_8552"}]},"valueType":"xs:string","value":"","modelType":"Property"},{"idShort":"TestSMC_Level1","value":[{"idShort":"TestProp_Level2",...
              • Check
                  • Check meta model
                  • Check constraints
          • Negative Tests
              • Set level = '#####'
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestProp_Level1?level=%23%23%23%23%23
                  • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Invalid serialization modifier level.", "Timestamp": "07/25/2025 12:10:28" } ] }
                  • Check
                      • Check meta model
                      • Check constraints
              • Set extent = '#################'
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestProp_Level1?extent=%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23
                  • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Invalid serialization modifier extent.", "Timestamp": "07/25/2025 12:10:28" } ] }
                  • Check
                      • Check meta model
                      • Check constraints
          • Positive Tests
              • test_no_params
                  • Checking SubmodelElementCollection
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1
                      • Response: (200): {"idShort":"TestSMC_Level1","value":[{"idShort":"TestProp_Level2","valueType":"xs:string","value":"TestProp_Level2","modelType":"Property"},{"idShort":"TestMLP_Level2","value":[{"language":"en","text":"TestMLP_Level2"},{"language":"de","text":"TestMLP_Level2"}],"modelType":"MultiLanguageProperty"},{...
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking SubmodelElementList
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestSML_Level2
                      • Response: (200): {"idShort":"TestSML_Level2","orderRelevant":true,"typeValueListElement":"Property","valueTypeListElement":"xs:string","value":[{"valueType":"xs:string","value":"00","modelType":"Property"},{"valueType":"xs:string","value":"01","modelType":"Property"}],"modelType":"SubmodelElementList"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Entity
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestEntity_Level2
                      • Response: (200): {"idShort":"TestEntity_Level2","statements":[{"idShort":"TestProp2_Level3","valueType":"xs:string","value":"TestProp2_Level3","modelType":"Property"}],"entityType":"SelfManagedEntity","globalAssetId":"https://test.org/1234","modelType":"Entity"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking BasicEventElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestEvent_Level2
                      • Response: (200): {"idShort":"TestEvent_Level2","observed":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]},"direction":"input","state":"off","modelType":"BasicEventElement"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Capability
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestCapability_Level2
                      • Response: (200): {"idShort":"TestCapability_Level2","modelType":"Capability"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Operation
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestOperation_Level2
                      • Response: (200): {"idShort":"TestOperation_Level2","inputVariables":[{"value":{"idShort":"TestPropIn_Level3","valueType":"xs:string","value":"TestPropIn_Level3","modelType":"Property"}}],"outputVariables":[{"value":{"idShort":"TestPropOut_Level3","valueType":"xs:string","value":"TestPropOut_Level3","modelType":"Prop...
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Property
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestProp_Level1
                      • Response: (200): {"idShort":"TestProp_Level1","semanticId":{"type":"ExternalReference","keys":[{"type":"GlobalReference","value":"https://example.com/ids/cd/5424_4102_8042_8552"}]},"valueType":"xs:string","value":"","modelType":"Property"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking MultiLanguageProperty
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestMLP_Level2
                      • Response: (200): {"idShort":"TestMLP_Level2","value":[{"language":"en","text":"TestMLP_Level2"},{"language":"de","text":"TestMLP_Level2"}],"modelType":"MultiLanguageProperty"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Range
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRange_Level2
                      • Response: (200): {"idShort":"TestRange_Level2","valueType":"xs:int","min":"0","max":"100","modelType":"Range"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking ReferenceElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRefEle_Level2
                      • Response: (200): {"idShort":"TestRefEle_Level2","value":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]},"modelType":"ReferenceElement"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking RelationshipElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRelEle_Level2
                      • Response: (200): {"idShort":"TestRelEle_Level2","first":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]},"second":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042...
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking AnnotatedRelationshipElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRelA_Level2
                      • Response: (200): {"idShort":"TestRelA_Level2","first":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]},"second":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1...
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Blob
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestBlob_Level2
                      • Response: (200): {"idShort":"TestBlob_Level2","contentType":"text/plain","modelType":"Blob"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking File
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestFile_Level2
                      • Response: (200): {"idShort":"TestFile_Level2","value":"/aasx/files/1200px-Test-Logo.svg.png","contentType":"image/png","modelType":"File"}
                      • Check
                          • Check meta model
                          • Check constraints
              • test_level_deep
                  • Checking SubmodelElementCollection
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1?level=deep
                      • Response: (200): {"idShort":"TestSMC_Level1","value":[{"idShort":"TestProp_Level2","valueType":"xs:string","value":"TestProp_Level2","modelType":"Property"},{"idShort":"TestMLP_Level2","value":[{"language":"en","text":"TestMLP_Level2"},{"language":"de","text":"TestMLP_Level2"}],"modelType":"MultiLanguageProperty"},{...
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking SubmodelElementList
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestSML_Level2?level=deep
                      • Response: (200): {"idShort":"TestSML_Level2","orderRelevant":true,"typeValueListElement":"Property","valueTypeListElement":"xs:string","value":[{"valueType":"xs:string","value":"00","modelType":"Property"},{"valueType":"xs:string","value":"01","modelType":"Property"}],"modelType":"SubmodelElementList"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Entity
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestEntity_Level2?level=deep
                      • Response: (200): {"idShort":"TestEntity_Level2","statements":[{"idShort":"TestProp2_Level3","valueType":"xs:string","value":"TestProp2_Level3","modelType":"Property"}],"entityType":"SelfManagedEntity","globalAssetId":"https://test.org/1234","modelType":"Entity"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking BasicEventElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestEvent_Level2?level=deep
                      • Response: (200): {"idShort":"TestEvent_Level2","observed":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]},"direction":"input","state":"off","modelType":"BasicEventElement"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Capability
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestCapability_Level2?level=deep
                      • Response: (200): {"idShort":"TestCapability_Level2","modelType":"Capability"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Operation
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestOperation_Level2?level=deep
                      • Response: (200): {"idShort":"TestOperation_Level2","inputVariables":[{"value":{"idShort":"TestPropIn_Level3","valueType":"xs:string","value":"TestPropIn_Level3","modelType":"Property"}}],"outputVariables":[{"value":{"idShort":"TestPropOut_Level3","valueType":"xs:string","value":"TestPropOut_Level3","modelType":"Prop...
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Property
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestProp_Level1?level=deep
                      • Response: (200): {"idShort":"TestProp_Level1","semanticId":{"type":"ExternalReference","keys":[{"type":"GlobalReference","value":"https://example.com/ids/cd/5424_4102_8042_8552"}]},"valueType":"xs:string","value":"","modelType":"Property"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking MultiLanguageProperty
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestMLP_Level2?level=deep
                      • Response: (200): {"idShort":"TestMLP_Level2","value":[{"language":"en","text":"TestMLP_Level2"},{"language":"de","text":"TestMLP_Level2"}],"modelType":"MultiLanguageProperty"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Range
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRange_Level2?level=deep
                      • Response: (200): {"idShort":"TestRange_Level2","valueType":"xs:int","min":"0","max":"100","modelType":"Range"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking ReferenceElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRefEle_Level2?level=deep
                      • Response: (200): {"idShort":"TestRefEle_Level2","value":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]},"modelType":"ReferenceElement"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking RelationshipElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRelEle_Level2?level=deep
                      • Response: (200): {"idShort":"TestRelEle_Level2","first":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]},"second":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042...
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking AnnotatedRelationshipElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRelA_Level2?level=deep
                      • Response: (200): {"idShort":"TestRelA_Level2","first":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]},"second":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1...
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Blob
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestBlob_Level2?level=deep
                      • Response: (200): {"idShort":"TestBlob_Level2","contentType":"text/plain","modelType":"Blob"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking File
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestFile_Level2?level=deep
                      • Response: (200): {"idShort":"TestFile_Level2","value":"/aasx/files/1200px-Test-Logo.svg.png","contentType":"image/png","modelType":"File"}
                      • Check
                          • Check meta model
                          • Check constraints
              • test_level_core
                  • Checking SubmodelElementCollection
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1?level=core
                      • Response: (200): {"idShort":"TestSMC_Level1","value":[{"idShort":"TestProp_Level2","valueType":"xs:string","value":"TestProp_Level2","modelType":"Property"},{"idShort":"TestMLP_Level2","value":[{"language":"en","text":"TestMLP_Level2"},{"language":"de","text":"TestMLP_Level2"}],"modelType":"MultiLanguageProperty"},{...
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking SubmodelElementList
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestSML_Level2?level=core
                      • Response: (200): {"idShort":"TestSML_Level2","orderRelevant":true,"typeValueListElement":"Property","valueTypeListElement":"xs:string","value":[{"valueType":"xs:string","value":"00","modelType":"Property"},{"valueType":"xs:string","value":"01","modelType":"Property"}],"modelType":"SubmodelElementList"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Entity
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestEntity_Level2?level=core
                      • Response: (200): {"idShort":"TestEntity_Level2","statements":[{"idShort":"TestProp2_Level3","valueType":"xs:string","value":"TestProp2_Level3","modelType":"Property"}],"entityType":"SelfManagedEntity","globalAssetId":"https://test.org/1234","modelType":"Entity"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking BasicEventElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestEvent_Level2?level=core
                      • Response: (200): {"idShort":"TestEvent_Level2","observed":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]},"direction":"input","state":"off","modelType":"BasicEventElement"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Capability
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestCapability_Level2?level=core
                      • Response: (200): {"idShort":"TestCapability_Level2","modelType":"Capability"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Operation
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestOperation_Level2?level=core
                      • Response: (200): {"idShort":"TestOperation_Level2","inputVariables":[{"value":{"idShort":"TestPropIn_Level3","valueType":"xs:string","value":"TestPropIn_Level3","modelType":"Property"}}],"outputVariables":[{"value":{"idShort":"TestPropOut_Level3","valueType":"xs:string","value":"TestPropOut_Level3","modelType":"Prop...
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Property
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestProp_Level1?level=core
                      • Response: (200): {"idShort":"TestProp_Level1","semanticId":{"type":"ExternalReference","keys":[{"type":"GlobalReference","value":"https://example.com/ids/cd/5424_4102_8042_8552"}]},"valueType":"xs:string","value":"","modelType":"Property"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking MultiLanguageProperty
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestMLP_Level2?level=core
                      • Response: (200): {"idShort":"TestMLP_Level2","value":[{"language":"en","text":"TestMLP_Level2"},{"language":"de","text":"TestMLP_Level2"}],"modelType":"MultiLanguageProperty"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Range
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRange_Level2?level=core
                      • Response: (200): {"idShort":"TestRange_Level2","valueType":"xs:int","min":"0","max":"100","modelType":"Range"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking ReferenceElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRefEle_Level2?level=core
                      • Response: (200): {"idShort":"TestRefEle_Level2","value":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]},"modelType":"ReferenceElement"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking RelationshipElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRelEle_Level2?level=core
                      • Response: (200): {"idShort":"TestRelEle_Level2","first":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]},"second":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042...
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking AnnotatedRelationshipElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRelA_Level2?level=core
                      • Response: (200): {"idShort":"TestRelA_Level2","first":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]},"second":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1...
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Blob
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestBlob_Level2?level=core
                      • Response: (200): {"idShort":"TestBlob_Level2","contentType":"text/plain","modelType":"Blob"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking File
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestFile_Level2?level=core
                      • Response: (200): {"idShort":"TestFile_Level2","value":"/aasx/files/1200px-Test-Logo.svg.png","contentType":"image/png","modelType":"File"}
                      • Check
                          • Check meta model
                          • Check constraints
              • test_extend_with_blob_value
                  • Checking SubmodelElementCollection
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1?extent=withBlobValue
                      • Response: (200): {"idShort":"TestSMC_Level1","value":[{"idShort":"TestProp_Level2","valueType":"xs:string","value":"TestProp_Level2","modelType":"Property"},{"idShort":"TestMLP_Level2","value":[{"language":"en","text":"TestMLP_Level2"},{"language":"de","text":"TestMLP_Level2"}],"modelType":"MultiLanguageProperty"},{...
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking SubmodelElementList
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestSML_Level2?extent=withBlobValue
                      • Response: (200): {"idShort":"TestSML_Level2","orderRelevant":true,"typeValueListElement":"Property","valueTypeListElement":"xs:string","value":[{"valueType":"xs:string","value":"00","modelType":"Property"},{"valueType":"xs:string","value":"01","modelType":"Property"}],"modelType":"SubmodelElementList"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Entity
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestEntity_Level2?extent=withBlobValue
                      • Response: (200): {"idShort":"TestEntity_Level2","statements":[{"idShort":"TestProp2_Level3","valueType":"xs:string","value":"TestProp2_Level3","modelType":"Property"}],"entityType":"SelfManagedEntity","globalAssetId":"https://test.org/1234","modelType":"Entity"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking BasicEventElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestEvent_Level2?extent=withBlobValue
                      • Response: (200): {"idShort":"TestEvent_Level2","observed":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]},"direction":"input","state":"off","modelType":"BasicEventElement"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Capability
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestCapability_Level2?extent=withBlobValue
                      • Response: (200): {"idShort":"TestCapability_Level2","modelType":"Capability"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Operation
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestOperation_Level2?extent=withBlobValue
                      • Response: (200): {"idShort":"TestOperation_Level2","inputVariables":[{"value":{"idShort":"TestPropIn_Level3","valueType":"xs:string","value":"TestPropIn_Level3","modelType":"Property"}}],"outputVariables":[{"value":{"idShort":"TestPropOut_Level3","valueType":"xs:string","value":"TestPropOut_Level3","modelType":"Prop...
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Property
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestProp_Level1?extent=withBlobValue
                      • Response: (200): {"idShort":"TestProp_Level1","semanticId":{"type":"ExternalReference","keys":[{"type":"GlobalReference","value":"https://example.com/ids/cd/5424_4102_8042_8552"}]},"valueType":"xs:string","value":"","modelType":"Property"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking MultiLanguageProperty
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestMLP_Level2?extent=withBlobValue
                      • Response: (200): {"idShort":"TestMLP_Level2","value":[{"language":"en","text":"TestMLP_Level2"},{"language":"de","text":"TestMLP_Level2"}],"modelType":"MultiLanguageProperty"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Range
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRange_Level2?extent=withBlobValue
                      • Response: (200): {"idShort":"TestRange_Level2","valueType":"xs:int","min":"0","max":"100","modelType":"Range"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking ReferenceElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRefEle_Level2?extent=withBlobValue
                      • Response: (200): {"idShort":"TestRefEle_Level2","value":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]},"modelType":"ReferenceElement"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking RelationshipElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRelEle_Level2?extent=withBlobValue
                      • Response: (200): {"idShort":"TestRelEle_Level2","first":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]},"second":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042...
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking AnnotatedRelationshipElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRelA_Level2?extent=withBlobValue
                      • Response: (200): {"idShort":"TestRelA_Level2","first":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]},"second":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1...
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Blob
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestBlob_Level2?extent=withBlobValue
                      • Response: (200): {"idShort":"TestBlob_Level2","value":"VGVzdEJsb2JfTGV2ZWwy","contentType":"text/plain","modelType":"Blob"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking File
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestFile_Level2?extent=withBlobValue
                      • Response: (200): {"idShort":"TestFile_Level2","value":"/aasx/files/1200px-Test-Logo.svg.png","contentType":"image/png","modelType":"File"}
                      • Check
                          • Check meta model
                          • Check constraints
              • test_extend_without_blob_value
                  • Checking SubmodelElementCollection
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1?extent=withoutBlobValue
                      • Response: (200): {"idShort":"TestSMC_Level1","value":[{"idShort":"TestProp_Level2","valueType":"xs:string","value":"TestProp_Level2","modelType":"Property"},{"idShort":"TestMLP_Level2","value":[{"language":"en","text":"TestMLP_Level2"},{"language":"de","text":"TestMLP_Level2"}],"modelType":"MultiLanguageProperty"},{...
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking SubmodelElementList
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestSML_Level2?extent=withoutBlobValue
                      • Response: (200): {"idShort":"TestSML_Level2","orderRelevant":true,"typeValueListElement":"Property","valueTypeListElement":"xs:string","value":[{"valueType":"xs:string","value":"00","modelType":"Property"},{"valueType":"xs:string","value":"01","modelType":"Property"}],"modelType":"SubmodelElementList"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Entity
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestEntity_Level2?extent=withoutBlobValue
                      • Response: (200): {"idShort":"TestEntity_Level2","statements":[{"idShort":"TestProp2_Level3","valueType":"xs:string","value":"TestProp2_Level3","modelType":"Property"}],"entityType":"SelfManagedEntity","globalAssetId":"https://test.org/1234","modelType":"Entity"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking BasicEventElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestEvent_Level2?extent=withoutBlobValue
                      • Response: (200): {"idShort":"TestEvent_Level2","observed":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]},"direction":"input","state":"off","modelType":"BasicEventElement"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Capability
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestCapability_Level2?extent=withoutBlobValue
                      • Response: (200): {"idShort":"TestCapability_Level2","modelType":"Capability"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Operation
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestOperation_Level2?extent=withoutBlobValue
                      • Response: (200): {"idShort":"TestOperation_Level2","inputVariables":[{"value":{"idShort":"TestPropIn_Level3","valueType":"xs:string","value":"TestPropIn_Level3","modelType":"Property"}}],"outputVariables":[{"value":{"idShort":"TestPropOut_Level3","valueType":"xs:string","value":"TestPropOut_Level3","modelType":"Prop...
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Property
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestProp_Level1?extent=withoutBlobValue
                      • Response: (200): {"idShort":"TestProp_Level1","semanticId":{"type":"ExternalReference","keys":[{"type":"GlobalReference","value":"https://example.com/ids/cd/5424_4102_8042_8552"}]},"valueType":"xs:string","value":"","modelType":"Property"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking MultiLanguageProperty
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestMLP_Level2?extent=withoutBlobValue
                      • Response: (200): {"idShort":"TestMLP_Level2","value":[{"language":"en","text":"TestMLP_Level2"},{"language":"de","text":"TestMLP_Level2"}],"modelType":"MultiLanguageProperty"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Range
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRange_Level2?extent=withoutBlobValue
                      • Response: (200): {"idShort":"TestRange_Level2","valueType":"xs:int","min":"0","max":"100","modelType":"Range"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking ReferenceElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRefEle_Level2?extent=withoutBlobValue
                      • Response: (200): {"idShort":"TestRefEle_Level2","value":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]},"modelType":"ReferenceElement"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking RelationshipElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRelEle_Level2?extent=withoutBlobValue
                      • Response: (200): {"idShort":"TestRelEle_Level2","first":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]},"second":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042...
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking AnnotatedRelationshipElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRelA_Level2?extent=withoutBlobValue
                      • Response: (200): {"idShort":"TestRelA_Level2","first":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]},"second":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1...
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Blob
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestBlob_Level2?extent=withoutBlobValue
                      • Response: (200): {"idShort":"TestBlob_Level2","contentType":"text/plain","modelType":"Blob"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking File
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestFile_Level2?extent=withoutBlobValue
                      • Response: (200): {"idShort":"TestFile_Level2","value":"/aasx/files/1200px-Test-Logo.svg.png","contentType":"image/png","modelType":"File"}
                      • Check
                          • Check meta model
                          • Check constraints
              • test_core_without_blob_value
                  • Checking SubmodelElementCollection
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1?level=core&extent=withoutBlobValue
                      • Response: (200): {"idShort":"TestSMC_Level1","value":[{"idShort":"TestProp_Level2","valueType":"xs:string","value":"TestProp_Level2","modelType":"Property"},{"idShort":"TestMLP_Level2","value":[{"language":"en","text":"TestMLP_Level2"},{"language":"de","text":"TestMLP_Level2"}],"modelType":"MultiLanguageProperty"},{...
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking SubmodelElementList
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestSML_Level2?level=core&extent=withoutBlobValue
                      • Response: (200): {"idShort":"TestSML_Level2","orderRelevant":true,"typeValueListElement":"Property","valueTypeListElement":"xs:string","value":[{"valueType":"xs:string","value":"00","modelType":"Property"},{"valueType":"xs:string","value":"01","modelType":"Property"}],"modelType":"SubmodelElementList"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Entity
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestEntity_Level2?level=core&extent=withoutBlobValue
                      • Response: (200): {"idShort":"TestEntity_Level2","statements":[{"idShort":"TestProp2_Level3","valueType":"xs:string","value":"TestProp2_Level3","modelType":"Property"}],"entityType":"SelfManagedEntity","globalAssetId":"https://test.org/1234","modelType":"Entity"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking BasicEventElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestEvent_Level2?level=core&extent=withoutBlobValue
                      • Response: (200): {"idShort":"TestEvent_Level2","observed":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]},"direction":"input","state":"off","modelType":"BasicEventElement"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Capability
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestCapability_Level2?level=core&extent=withoutBlobValue
                      • Response: (200): {"idShort":"TestCapability_Level2","modelType":"Capability"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Operation
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestOperation_Level2?level=core&extent=withoutBlobValue
                      • Response: (200): {"idShort":"TestOperation_Level2","inputVariables":[{"value":{"idShort":"TestPropIn_Level3","valueType":"xs:string","value":"TestPropIn_Level3","modelType":"Property"}}],"outputVariables":[{"value":{"idShort":"TestPropOut_Level3","valueType":"xs:string","value":"TestPropOut_Level3","modelType":"Prop...
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Property
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestProp_Level1?level=core&extent=withoutBlobValue
                      • Response: (200): {"idShort":"TestProp_Level1","semanticId":{"type":"ExternalReference","keys":[{"type":"GlobalReference","value":"https://example.com/ids/cd/5424_4102_8042_8552"}]},"valueType":"xs:string","value":"","modelType":"Property"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking MultiLanguageProperty
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestMLP_Level2?level=core&extent=withoutBlobValue
                      • Response: (200): {"idShort":"TestMLP_Level2","value":[{"language":"en","text":"TestMLP_Level2"},{"language":"de","text":"TestMLP_Level2"}],"modelType":"MultiLanguageProperty"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Range
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRange_Level2?level=core&extent=withoutBlobValue
                      • Response: (200): {"idShort":"TestRange_Level2","valueType":"xs:int","min":"0","max":"100","modelType":"Range"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking ReferenceElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRefEle_Level2?level=core&extent=withoutBlobValue
                      • Response: (200): {"idShort":"TestRefEle_Level2","value":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]},"modelType":"ReferenceElement"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking RelationshipElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRelEle_Level2?level=core&extent=withoutBlobValue
                      • Response: (200): {"idShort":"TestRelEle_Level2","first":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]},"second":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042...
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking AnnotatedRelationshipElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRelA_Level2?level=core&extent=withoutBlobValue
                      • Response: (200): {"idShort":"TestRelA_Level2","first":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]},"second":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1...
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Blob
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestBlob_Level2?level=core&extent=withoutBlobValue
                      • Response: (200): {"idShort":"TestBlob_Level2","contentType":"text/plain","modelType":"Blob"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking File
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestFile_Level2?level=core&extent=withoutBlobValue
                      • Response: (200): {"idShort":"TestFile_Level2","value":"/aasx/files/1200px-Test-Logo.svg.png","contentType":"image/png","modelType":"File"}
                      • Check
                          • Check meta model
                          • Check constraints
              • test_deep_without_blob_value
                  • Checking SubmodelElementCollection
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1?level=deep&extent=withoutBlobValue
                      • Response: (200): {"idShort":"TestSMC_Level1","value":[{"idShort":"TestProp_Level2","valueType":"xs:string","value":"TestProp_Level2","modelType":"Property"},{"idShort":"TestMLP_Level2","value":[{"language":"en","text":"TestMLP_Level2"},{"language":"de","text":"TestMLP_Level2"}],"modelType":"MultiLanguageProperty"},{...
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking SubmodelElementList
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestSML_Level2?level=deep&extent=withoutBlobValue
                      • Response: (200): {"idShort":"TestSML_Level2","orderRelevant":true,"typeValueListElement":"Property","valueTypeListElement":"xs:string","value":[{"valueType":"xs:string","value":"00","modelType":"Property"},{"valueType":"xs:string","value":"01","modelType":"Property"}],"modelType":"SubmodelElementList"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Entity
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestEntity_Level2?level=deep&extent=withoutBlobValue
                      • Response: (200): {"idShort":"TestEntity_Level2","statements":[{"idShort":"TestProp2_Level3","valueType":"xs:string","value":"TestProp2_Level3","modelType":"Property"}],"entityType":"SelfManagedEntity","globalAssetId":"https://test.org/1234","modelType":"Entity"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking BasicEventElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestEvent_Level2?level=deep&extent=withoutBlobValue
                      • Response: (200): {"idShort":"TestEvent_Level2","observed":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]},"direction":"input","state":"off","modelType":"BasicEventElement"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Capability
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestCapability_Level2?level=deep&extent=withoutBlobValue
                      • Response: (200): {"idShort":"TestCapability_Level2","modelType":"Capability"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Operation
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestOperation_Level2?level=deep&extent=withoutBlobValue
                      • Response: (200): {"idShort":"TestOperation_Level2","inputVariables":[{"value":{"idShort":"TestPropIn_Level3","valueType":"xs:string","value":"TestPropIn_Level3","modelType":"Property"}}],"outputVariables":[{"value":{"idShort":"TestPropOut_Level3","valueType":"xs:string","value":"TestPropOut_Level3","modelType":"Prop...
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Property
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestProp_Level1?level=deep&extent=withoutBlobValue
                      • Response: (200): {"idShort":"TestProp_Level1","semanticId":{"type":"ExternalReference","keys":[{"type":"GlobalReference","value":"https://example.com/ids/cd/5424_4102_8042_8552"}]},"valueType":"xs:string","value":"","modelType":"Property"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking MultiLanguageProperty
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestMLP_Level2?level=deep&extent=withoutBlobValue
                      • Response: (200): {"idShort":"TestMLP_Level2","value":[{"language":"en","text":"TestMLP_Level2"},{"language":"de","text":"TestMLP_Level2"}],"modelType":"MultiLanguageProperty"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Range
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRange_Level2?level=deep&extent=withoutBlobValue
                      • Response: (200): {"idShort":"TestRange_Level2","valueType":"xs:int","min":"0","max":"100","modelType":"Range"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking ReferenceElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRefEle_Level2?level=deep&extent=withoutBlobValue
                      • Response: (200): {"idShort":"TestRefEle_Level2","value":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]},"modelType":"ReferenceElement"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking RelationshipElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRelEle_Level2?level=deep&extent=withoutBlobValue
                      • Response: (200): {"idShort":"TestRelEle_Level2","first":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]},"second":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042...
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking AnnotatedRelationshipElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRelA_Level2?level=deep&extent=withoutBlobValue
                      • Response: (200): {"idShort":"TestRelA_Level2","first":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]},"second":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1...
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Blob
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestBlob_Level2?level=deep&extent=withoutBlobValue
                      • Response: (200): {"idShort":"TestBlob_Level2","contentType":"text/plain","modelType":"Blob"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking File
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestFile_Level2?level=deep&extent=withoutBlobValue
                      • Response: (200): {"idShort":"TestFile_Level2","value":"/aasx/files/1200px-Test-Logo.svg.png","contentType":"image/png","modelType":"File"}
                      • Check
                          • Check meta model
                          • Check constraints
              • test_core_with_blob_value
                  • Checking SubmodelElementCollection
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1?level=core&extent=withBlobValue
                      • Response: (200): {"idShort":"TestSMC_Level1","value":[{"idShort":"TestProp_Level2","valueType":"xs:string","value":"TestProp_Level2","modelType":"Property"},{"idShort":"TestMLP_Level2","value":[{"language":"en","text":"TestMLP_Level2"},{"language":"de","text":"TestMLP_Level2"}],"modelType":"MultiLanguageProperty"},{...
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking SubmodelElementList
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestSML_Level2?level=core&extent=withBlobValue
                      • Response: (200): {"idShort":"TestSML_Level2","orderRelevant":true,"typeValueListElement":"Property","valueTypeListElement":"xs:string","value":[{"valueType":"xs:string","value":"00","modelType":"Property"},{"valueType":"xs:string","value":"01","modelType":"Property"}],"modelType":"SubmodelElementList"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Entity
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestEntity_Level2?level=core&extent=withBlobValue
                      • Response: (200): {"idShort":"TestEntity_Level2","statements":[{"idShort":"TestProp2_Level3","valueType":"xs:string","value":"TestProp2_Level3","modelType":"Property"}],"entityType":"SelfManagedEntity","globalAssetId":"https://test.org/1234","modelType":"Entity"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking BasicEventElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestEvent_Level2?level=core&extent=withBlobValue
                      • Response: (200): {"idShort":"TestEvent_Level2","observed":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]},"direction":"input","state":"off","modelType":"BasicEventElement"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Capability
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestCapability_Level2?level=core&extent=withBlobValue
                      • Response: (200): {"idShort":"TestCapability_Level2","modelType":"Capability"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Operation
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestOperation_Level2?level=core&extent=withBlobValue
                      • Response: (200): {"idShort":"TestOperation_Level2","inputVariables":[{"value":{"idShort":"TestPropIn_Level3","valueType":"xs:string","value":"TestPropIn_Level3","modelType":"Property"}}],"outputVariables":[{"value":{"idShort":"TestPropOut_Level3","valueType":"xs:string","value":"TestPropOut_Level3","modelType":"Prop...
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Property
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestProp_Level1?level=core&extent=withBlobValue
                      • Response: (200): {"idShort":"TestProp_Level1","semanticId":{"type":"ExternalReference","keys":[{"type":"GlobalReference","value":"https://example.com/ids/cd/5424_4102_8042_8552"}]},"valueType":"xs:string","value":"","modelType":"Property"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking MultiLanguageProperty
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestMLP_Level2?level=core&extent=withBlobValue
                      • Response: (200): {"idShort":"TestMLP_Level2","value":[{"language":"en","text":"TestMLP_Level2"},{"language":"de","text":"TestMLP_Level2"}],"modelType":"MultiLanguageProperty"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Range
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRange_Level2?level=core&extent=withBlobValue
                      • Response: (200): {"idShort":"TestRange_Level2","valueType":"xs:int","min":"0","max":"100","modelType":"Range"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking ReferenceElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRefEle_Level2?level=core&extent=withBlobValue
                      • Response: (200): {"idShort":"TestRefEle_Level2","value":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]},"modelType":"ReferenceElement"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking RelationshipElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRelEle_Level2?level=core&extent=withBlobValue
                      • Response: (200): {"idShort":"TestRelEle_Level2","first":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]},"second":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042...
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking AnnotatedRelationshipElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRelA_Level2?level=core&extent=withBlobValue
                      • Response: (200): {"idShort":"TestRelA_Level2","first":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]},"second":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1...
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Blob
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestBlob_Level2?level=core&extent=withBlobValue
                      • Response: (200): {"idShort":"TestBlob_Level2","value":"VGVzdEJsb2JfTGV2ZWwy","contentType":"text/plain","modelType":"Blob"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking File
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestFile_Level2?level=core&extent=withBlobValue
                      • Response: (200): {"idShort":"TestFile_Level2","value":"/aasx/files/1200px-Test-Logo.svg.png","contentType":"image/png","modelType":"File"}
                      • Check
                          • Check meta model
                          • Check constraints
              • test_deep_with_blob_value
                  • Checking SubmodelElementCollection
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1?level=deep&extent=withBlobValue
                      • Response: (200): {"idShort":"TestSMC_Level1","value":[{"idShort":"TestProp_Level2","valueType":"xs:string","value":"TestProp_Level2","modelType":"Property"},{"idShort":"TestMLP_Level2","value":[{"language":"en","text":"TestMLP_Level2"},{"language":"de","text":"TestMLP_Level2"}],"modelType":"MultiLanguageProperty"},{...
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking SubmodelElementList
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestSML_Level2?level=deep&extent=withBlobValue
                      • Response: (200): {"idShort":"TestSML_Level2","orderRelevant":true,"typeValueListElement":"Property","valueTypeListElement":"xs:string","value":[{"valueType":"xs:string","value":"00","modelType":"Property"},{"valueType":"xs:string","value":"01","modelType":"Property"}],"modelType":"SubmodelElementList"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Entity
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestEntity_Level2?level=deep&extent=withBlobValue
                      • Response: (200): {"idShort":"TestEntity_Level2","statements":[{"idShort":"TestProp2_Level3","valueType":"xs:string","value":"TestProp2_Level3","modelType":"Property"}],"entityType":"SelfManagedEntity","globalAssetId":"https://test.org/1234","modelType":"Entity"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking BasicEventElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestEvent_Level2?level=deep&extent=withBlobValue
                      • Response: (200): {"idShort":"TestEvent_Level2","observed":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]},"direction":"input","state":"off","modelType":"BasicEventElement"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Capability
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestCapability_Level2?level=deep&extent=withBlobValue
                      • Response: (200): {"idShort":"TestCapability_Level2","modelType":"Capability"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Operation
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestOperation_Level2?level=deep&extent=withBlobValue
                      • Response: (200): {"idShort":"TestOperation_Level2","inputVariables":[{"value":{"idShort":"TestPropIn_Level3","valueType":"xs:string","value":"TestPropIn_Level3","modelType":"Property"}}],"outputVariables":[{"value":{"idShort":"TestPropOut_Level3","valueType":"xs:string","value":"TestPropOut_Level3","modelType":"Prop...
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Property
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestProp_Level1?level=deep&extent=withBlobValue
                      • Response: (200): {"idShort":"TestProp_Level1","semanticId":{"type":"ExternalReference","keys":[{"type":"GlobalReference","value":"https://example.com/ids/cd/5424_4102_8042_8552"}]},"valueType":"xs:string","value":"","modelType":"Property"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking MultiLanguageProperty
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestMLP_Level2?level=deep&extent=withBlobValue
                      • Response: (200): {"idShort":"TestMLP_Level2","value":[{"language":"en","text":"TestMLP_Level2"},{"language":"de","text":"TestMLP_Level2"}],"modelType":"MultiLanguageProperty"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Range
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRange_Level2?level=deep&extent=withBlobValue
                      • Response: (200): {"idShort":"TestRange_Level2","valueType":"xs:int","min":"0","max":"100","modelType":"Range"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking ReferenceElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRefEle_Level2?level=deep&extent=withBlobValue
                      • Response: (200): {"idShort":"TestRefEle_Level2","value":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]},"modelType":"ReferenceElement"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking RelationshipElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRelEle_Level2?level=deep&extent=withBlobValue
                      • Response: (200): {"idShort":"TestRelEle_Level2","first":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]},"second":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042...
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking AnnotatedRelationshipElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRelA_Level2?level=deep&extent=withBlobValue
                      • Response: (200): {"idShort":"TestRelA_Level2","first":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]},"second":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1...
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Blob
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestBlob_Level2?level=deep&extent=withBlobValue
                      • Response: (200): {"idShort":"TestBlob_Level2","value":"VGVzdEJsb2JfTGV2ZWwy","contentType":"text/plain","modelType":"Blob"}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking File
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestFile_Level2?level=deep&extent=withBlobValue
                      • Response: (200): {"idShort":"TestFile_Level2","value":"/aasx/files/1200px-Test-Logo.svg.png","contentType":"image/png","modelType":"File"}
                      • Check
                          • Check meta model
                          • Check constraints
      • Checking GetSubmodelElementByPath-Metadata
          • Setup
              • Invoke /shells?limit=1
              • Response: (200): {"result":[{"idShort":"TestAAS","displayName":[{"language":"en","text":"TestAAS"}],"administration":{},"id":"www.example.com/ids/sm/8132_4102_8042_7561","assetInformation":{"assetKind":"Instance","globalAssetId":"www.example.com/ids/asset/4422_4102_8042_4368","defaultThumbnail":{"path":"/1200px-Test...
              • Check
                  • Check meta model
                  • Check constraints
              • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements
              • Response: (200): {"result":[{"idShort":"TestProp_Level1","semanticId":{"type":"ExternalReference","keys":[{"type":"GlobalReference","value":"https://example.com/ids/cd/5424_4102_8042_8552"}]},"valueType":"xs:string","value":"","modelType":"Property"},{"idShort":"TestSMC_Level1","value":[{"idShort":"TestProp_Level2",...
              • Check
                  • Check meta model
                  • Check constraints
          • Negative Tests
          • Positive Tests
              • test_no_params
                  • Checking SubmodelElementCollection
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1/$metadata
                      • Response: (200): {"idShort":"TestSMC_Level1","modelType":"SubmodelElementCollection"}
                  • Checking SubmodelElementList
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestSML_Level2/$metadata
                      • Response: (200): {"idShort":"TestSML_Level2","orderRelevant":true,"typeValueListElement":"Property","valueTypeListElement":"xs:string","modelType":"SubmodelElementList"}
                  • Checking Entity
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestEntity_Level2/$metadata
                      • Response: (200): {"idShort":"TestEntity_Level2","entityType":"SelfManagedEntity","modelType":"Entity"}
                  • Checking BasicEventElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestEvent_Level2/$metadata
                      • Response: (200): {"idShort":"TestEvent_Level2","direction":"input","state":"off","modelType":"BasicEventElement"}
                  • Checking Capability
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestCapability_Level2/$metadata
                      • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Invalid serialization modifier Metadata for the requested element of type Capability.", "Timestamp": "07/25/2025 12:10:45" } ] }
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Operation
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestOperation_Level2/$metadata
                      • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Invalid serialization modifier metadata for the requested element of type OperationMetadata.", "Timestamp": "07/25/2025 12:11:00" } ] }
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Property
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestProp_Level1/$metadata
                      • Response: (200): {"idShort":"TestProp_Level1","semanticId":{"type":"ExternalReference","keys":[{"type":"GlobalReference","value":"https://example.com/ids/cd/5424_4102_8042_8552"}]},"valueType":"xs:string","modelType":"Property"}
                  • Checking MultiLanguageProperty
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestMLP_Level2/$metadata
                      • Response: (200): {"idShort":"TestMLP_Level2","modelType":"MultiLanguageProperty"}
                  • Checking Range
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRange_Level2/$metadata
                      • Response: (200): {"idShort":"TestRange_Level2","valueType":"xs:int","modelType":"Range"}
                  • Checking ReferenceElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRefEle_Level2/$metadata
                      • Response: (200): {"idShort":"TestRefEle_Level2","modelType":"ReferenceElement"}
                  • Checking RelationshipElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRelEle_Level2/$metadata
                      • Response: (200): {"idShort":"TestRelEle_Level2","modelType":"RelationshipElement"}
                  • Checking AnnotatedRelationshipElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRelA_Level2/$metadata
                      • Response: (200): {"idShort":"TestRelA_Level2","modelType":"AnnotatedRelationshipElement"}
                  • Checking Blob
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestBlob_Level2/$metadata
                      • Response: (200): {"idShort":"TestBlob_Level2","modelType":"Blob"}
                  • Checking File
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestFile_Level2/$metadata
                      • Response: (200): {"idShort":"TestFile_Level2","modelType":"File"}
      • Checking GetSubmodelElementByPath-ValueOnly
          • Setup
              • Invoke /shells?limit=1
              • Response: (200): {"result":[{"idShort":"TestAAS","displayName":[{"language":"en","text":"TestAAS"}],"administration":{},"id":"www.example.com/ids/sm/8132_4102_8042_7561","assetInformation":{"assetKind":"Instance","globalAssetId":"www.example.com/ids/asset/4422_4102_8042_4368","defaultThumbnail":{"path":"/1200px-Test...
              • Check
                  • Check meta model
                  • Check constraints
              • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements
              • Response: (200): {"result":[{"idShort":"TestProp_Level1","semanticId":{"type":"ExternalReference","keys":[{"type":"GlobalReference","value":"https://example.com/ids/cd/5424_4102_8042_8552"}]},"valueType":"xs:string","value":"","modelType":"Property"},{"idShort":"TestSMC_Level1","value":[{"idShort":"TestProp_Level2",...
              • Check
                  • Check meta model
                  • Check constraints
          • Negative Tests
              • Set level = '#####'
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestProp_Level1/$value?level=%23%23%23%23%23
                  • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Invalid serialization modifier level.", "Timestamp": "07/25/2025 12:11:01" } ] }
                  • Check
                      • Check meta model
                      • Check constraints
              • Set extent = '#################'
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestProp_Level1/$value?extent=%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23
                  • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Invalid serialization modifier extent.", "Timestamp": "07/25/2025 12:11:01" } ] }
                  • Check
                      • Check meta model
                      • Check constraints
          • Positive Tests
              • test_no_params
                  • Checking SubmodelElementCollection
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1/$value
                      • Response: (200): {"TestSMC_Level1":{"TestProp_Level2":"TestProp_Level2","TestMLP_Level2":[{"en":"TestMLP_Level2"},{"de":"TestMLP_Level2"}],"TestBlob_Level2":{"contentType":"text/plain"},"TestFile_Level2":{"contentType":"image/png","value":"/aasx/files/1200px-Test-Logo.svg.png"},"TestEntity_Level2":{"statements":{"Te...
                  • Checking SubmodelElementList
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestSML_Level2/$value
                      • Response: (200): {"TestSML_Level2":["00","01"]}
                  • Checking Entity
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestEntity_Level2/$value
                      • Response: (200): {"TestEntity_Level2":{"statements":{"TestProp2_Level3":"TestProp2_Level3"},"entityType":"SelfManagedEntity","globalAssetId":"https://test.org/1234"}}
                  • Checking BasicEventElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestEvent_Level2/$value
                      • Response: (200): {"TestEvent_Level2":{"observed":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]}}}
                  • Checking Capability
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestCapability_Level2/$value
                      • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Invalid serialization modifier ValueOnly for the requested element of type Capability.", "Timestamp": "07/25/2025 12:11:02" } ] }
                  • Checking Operation
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestOperation_Level2/$value
                      • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Invalid serialization modifier ValueOnly for the requested element of type Operation.", "Timestamp": "07/25/2025 12:11:02" } ] }
                  • Checking Property
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestProp_Level1/$value
                      • Response: (200): {"TestProp_Level1":""}
                  • Checking MultiLanguageProperty
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestMLP_Level2/$value
                      • Response: (200): {"TestMLP_Level2":[{"en":"TestMLP_Level2"},{"de":"TestMLP_Level2"}]}
                  • Checking Range
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRange_Level2/$value
                      • Response: (200): {"TestRange_Level2":{"min":"0","max":"100"}}
                  • Checking ReferenceElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRefEle_Level2/$value
                      • Response: (200): {"TestRefEle_Level2":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]}}
                  • Checking RelationshipElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRelEle_Level2/$value
                      • Response: (200): {"TestRelEle_Level2":{"first":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]},"second":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{...
                  • Checking AnnotatedRelationshipElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRelA_Level2/$value
                      • Response: (200): {"TestRelA_Level2":{"first":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]},"second":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"t...
                  • Checking Blob
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestBlob_Level2/$value
                      • Response: (200): {"TestBlob_Level2":{"contentType":"text/plain"}}
                  • Checking File
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestFile_Level2/$value
                      • Response: (200): {"TestFile_Level2":{"contentType":"image/png","value":"/aasx/files/1200px-Test-Logo.svg.png"}}
              • test_level_deep
                  • Checking SubmodelElementCollection
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1/$value?level=deep
                      • Response: (200): {"TestSMC_Level1":{"TestProp_Level2":"TestProp_Level2","TestMLP_Level2":[{"en":"TestMLP_Level2"},{"de":"TestMLP_Level2"}],"TestBlob_Level2":{"contentType":"text/plain"},"TestFile_Level2":{"contentType":"image/png","value":"/aasx/files/1200px-Test-Logo.svg.png"},"TestEntity_Level2":{"statements":{"Te...
                  • Checking SubmodelElementList
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestSML_Level2/$value?level=deep
                      • Response: (200): {"TestSML_Level2":["00","01"]}
                  • Checking Entity
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestEntity_Level2/$value?level=deep
                      • Response: (200): {"TestEntity_Level2":{"statements":{"TestProp2_Level3":"TestProp2_Level3"},"entityType":"SelfManagedEntity","globalAssetId":"https://test.org/1234"}}
                  • Checking BasicEventElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestEvent_Level2/$value?level=deep
                      • Response: (200): {"TestEvent_Level2":{"observed":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]}}}
                  • Checking Capability
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestCapability_Level2/$value?level=deep
                      • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Invalid serialization modifier ValueOnly for the requested element of type Capability.", "Timestamp": "07/25/2025 12:11:04" } ] }
                  • Checking Operation
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestOperation_Level2/$value?level=deep
                      • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Invalid serialization modifier ValueOnly for the requested element of type Operation.", "Timestamp": "07/25/2025 12:11:04" } ] }
                  • Checking Property
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestProp_Level1/$value?level=deep
                      • Response: (200): {"TestProp_Level1":""}
                  • Checking MultiLanguageProperty
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestMLP_Level2/$value?level=deep
                      • Response: (200): {"TestMLP_Level2":[{"en":"TestMLP_Level2"},{"de":"TestMLP_Level2"}]}
                  • Checking Range
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRange_Level2/$value?level=deep
                      • Response: (200): {"TestRange_Level2":{"min":"0","max":"100"}}
                  • Checking ReferenceElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRefEle_Level2/$value?level=deep
                      • Response: (200): {"TestRefEle_Level2":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]}}
                  • Checking RelationshipElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRelEle_Level2/$value?level=deep
                      • Response: (200): {"TestRelEle_Level2":{"first":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]},"second":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{...
                  • Checking AnnotatedRelationshipElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRelA_Level2/$value?level=deep
                      • Response: (200): {"TestRelA_Level2":{"first":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]},"second":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"t...
                  • Checking Blob
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestBlob_Level2/$value?level=deep
                      • Response: (200): {"TestBlob_Level2":{"contentType":"text/plain"}}
                  • Checking File
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestFile_Level2/$value?level=deep
                      • Response: (200): {"TestFile_Level2":{"contentType":"image/png","value":"/aasx/files/1200px-Test-Logo.svg.png"}}
              • test_level_core
                  • Checking SubmodelElementCollection
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1/$value?level=core
                      • Response: (200): {"TestSMC_Level1":{"TestProp_Level2":"TestProp_Level2","TestMLP_Level2":[{"en":"TestMLP_Level2"},{"de":"TestMLP_Level2"}],"TestBlob_Level2":{"contentType":"text/plain"},"TestFile_Level2":{"contentType":"image/png","value":"/aasx/files/1200px-Test-Logo.svg.png"},"TestEntity_Level2":{"statements":{},"...
                  • Checking SubmodelElementList
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestSML_Level2/$value?level=core
                      • Response: (200): {"TestSML_Level2":["00","01"]}
                  • Checking Entity
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestEntity_Level2/$value?level=core
                      • Response: (200): {"TestEntity_Level2":{"statements":{"TestProp2_Level3":"TestProp2_Level3"},"entityType":"SelfManagedEntity","globalAssetId":"https://test.org/1234"}}
                  • Checking BasicEventElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestEvent_Level2/$value?level=core
                      • Response: (200): {"TestEvent_Level2":{"observed":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]}}}
                  • Checking Capability
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestCapability_Level2/$value?level=core
                      • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Invalid serialization modifier ValueOnly for the requested element of type Capability.", "Timestamp": "07/25/2025 12:11:05" } ] }
                  • Checking Operation
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestOperation_Level2/$value?level=core
                      • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Invalid serialization modifier ValueOnly for the requested element of type Operation.", "Timestamp": "07/25/2025 12:11:05" } ] }
                  • Checking Property
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestProp_Level1/$value?level=core
                      • Response: (200): {"TestProp_Level1":""}
                  • Checking MultiLanguageProperty
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestMLP_Level2/$value?level=core
                      • Response: (200): {"TestMLP_Level2":[{"en":"TestMLP_Level2"},{"de":"TestMLP_Level2"}]}
                  • Checking Range
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRange_Level2/$value?level=core
                      • Response: (200): {"TestRange_Level2":{"min":"0","max":"100"}}
                  • Checking ReferenceElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRefEle_Level2/$value?level=core
                      • Response: (200): {"TestRefEle_Level2":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]}}
                  • Checking RelationshipElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRelEle_Level2/$value?level=core
                      • Response: (200): {"TestRelEle_Level2":{"first":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]},"second":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{...
                  • Checking AnnotatedRelationshipElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRelA_Level2/$value?level=core
                      • Response: (200): {"TestRelA_Level2":{"first":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]},"second":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"t...
                  • Checking Blob
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestBlob_Level2/$value?level=core
                      • Response: (200): {"TestBlob_Level2":{"contentType":"text/plain"}}
                  • Checking File
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestFile_Level2/$value?level=core
                      • Response: (200): {"TestFile_Level2":{"contentType":"image/png","value":"/aasx/files/1200px-Test-Logo.svg.png"}}
              • test_extend_with_blob_value
                  • Checking SubmodelElementCollection
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1/$value?extent=withBlobValue
                      • Response: (200): {"TestSMC_Level1":{"TestProp_Level2":"TestProp_Level2","TestMLP_Level2":[{"en":"TestMLP_Level2"},{"de":"TestMLP_Level2"}],"TestBlob_Level2":{"contentType":"text/plain","value":"VGVzdEJsb2JfTGV2ZWwy"},"TestFile_Level2":{"contentType":"image/png","value":"/aasx/files/1200px-Test-Logo.svg.png"},"TestEn...
                  • Checking SubmodelElementList
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestSML_Level2/$value?extent=withBlobValue
                      • Response: (200): {"TestSML_Level2":["00","01"]}
                  • Checking Entity
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestEntity_Level2/$value?extent=withBlobValue
                      • Response: (200): {"TestEntity_Level2":{"statements":{"TestProp2_Level3":"TestProp2_Level3"},"entityType":"SelfManagedEntity","globalAssetId":"https://test.org/1234"}}
                  • Checking BasicEventElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestEvent_Level2/$value?extent=withBlobValue
                      • Response: (200): {"TestEvent_Level2":{"observed":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]}}}
                  • Checking Capability
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestCapability_Level2/$value?extent=withBlobValue
                      • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Invalid serialization modifier ValueOnly for the requested element of type Capability.", "Timestamp": "07/25/2025 12:11:06" } ] }
                  • Checking Operation
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestOperation_Level2/$value?extent=withBlobValue
                      • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Invalid serialization modifier ValueOnly for the requested element of type Operation.", "Timestamp": "07/25/2025 12:11:06" } ] }
                  • Checking Property
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestProp_Level1/$value?extent=withBlobValue
                      • Response: (200): {"TestProp_Level1":""}
                  • Checking MultiLanguageProperty
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestMLP_Level2/$value?extent=withBlobValue
                      • Response: (200): {"TestMLP_Level2":[{"en":"TestMLP_Level2"},{"de":"TestMLP_Level2"}]}
                  • Checking Range
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRange_Level2/$value?extent=withBlobValue
                      • Response: (200): {"TestRange_Level2":{"min":"0","max":"100"}}
                  • Checking ReferenceElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRefEle_Level2/$value?extent=withBlobValue
                      • Response: (200): {"TestRefEle_Level2":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]}}
                  • Checking RelationshipElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRelEle_Level2/$value?extent=withBlobValue
                      • Response: (200): {"TestRelEle_Level2":{"first":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]},"second":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{...
                  • Checking AnnotatedRelationshipElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRelA_Level2/$value?extent=withBlobValue
                      • Response: (200): {"TestRelA_Level2":{"first":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]},"second":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"t...
                  • Checking Blob
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestBlob_Level2/$value?extent=withBlobValue
                      • Response: (200): {"TestBlob_Level2":{"contentType":"text/plain","value":"VGVzdEJsb2JfTGV2ZWwy"}}
                  • Checking File
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestFile_Level2/$value?extent=withBlobValue
                      • Response: (200): {"TestFile_Level2":{"contentType":"image/png","value":"/aasx/files/1200px-Test-Logo.svg.png"}}
              • test_extend_without_blob_value
                  • Checking SubmodelElementCollection
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1/$value?extent=withoutBlobValue
                      • Response: (200): {"TestSMC_Level1":{"TestProp_Level2":"TestProp_Level2","TestMLP_Level2":[{"en":"TestMLP_Level2"},{"de":"TestMLP_Level2"}],"TestBlob_Level2":{"contentType":"text/plain"},"TestFile_Level2":{"contentType":"image/png","value":"/aasx/files/1200px-Test-Logo.svg.png"},"TestEntity_Level2":{"statements":{"Te...
                  • Checking SubmodelElementList
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestSML_Level2/$value?extent=withoutBlobValue
                      • Response: (200): {"TestSML_Level2":["00","01"]}
                  • Checking Entity
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestEntity_Level2/$value?extent=withoutBlobValue
                      • Response: (200): {"TestEntity_Level2":{"statements":{"TestProp2_Level3":"TestProp2_Level3"},"entityType":"SelfManagedEntity","globalAssetId":"https://test.org/1234"}}
                  • Checking BasicEventElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestEvent_Level2/$value?extent=withoutBlobValue
                      • Response: (200): {"TestEvent_Level2":{"observed":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]}}}
                  • Checking Capability
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestCapability_Level2/$value?extent=withoutBlobValue
                      • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Invalid serialization modifier ValueOnly for the requested element of type Capability.", "Timestamp": "07/25/2025 12:11:07" } ] }
                  • Checking Operation
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestOperation_Level2/$value?extent=withoutBlobValue
                      • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Invalid serialization modifier ValueOnly for the requested element of type Operation.", "Timestamp": "07/25/2025 12:11:07" } ] }
                  • Checking Property
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestProp_Level1/$value?extent=withoutBlobValue
                      • Response: (200): {"TestProp_Level1":""}
                  • Checking MultiLanguageProperty
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestMLP_Level2/$value?extent=withoutBlobValue
                      • Response: (200): {"TestMLP_Level2":[{"en":"TestMLP_Level2"},{"de":"TestMLP_Level2"}]}
                  • Checking Range
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRange_Level2/$value?extent=withoutBlobValue
                      • Response: (200): {"TestRange_Level2":{"min":"0","max":"100"}}
                  • Checking ReferenceElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRefEle_Level2/$value?extent=withoutBlobValue
                      • Response: (200): {"TestRefEle_Level2":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]}}
                  • Checking RelationshipElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRelEle_Level2/$value?extent=withoutBlobValue
                      • Response: (200): {"TestRelEle_Level2":{"first":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]},"second":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{...
                  • Checking AnnotatedRelationshipElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRelA_Level2/$value?extent=withoutBlobValue
                      • Response: (200): {"TestRelA_Level2":{"first":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]},"second":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"t...
                  • Checking Blob
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestBlob_Level2/$value?extent=withoutBlobValue
                      • Response: (200): {"TestBlob_Level2":{"contentType":"text/plain"}}
                  • Checking File
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestFile_Level2/$value?extent=withoutBlobValue
                      • Response: (200): {"TestFile_Level2":{"contentType":"image/png","value":"/aasx/files/1200px-Test-Logo.svg.png"}}
              • test_core_without_blob_value
                  • Checking SubmodelElementCollection
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1/$value?level=core&extent=withoutBlobValue
                      • Response: (200): {"TestSMC_Level1":{"TestProp_Level2":"TestProp_Level2","TestMLP_Level2":[{"en":"TestMLP_Level2"},{"de":"TestMLP_Level2"}],"TestBlob_Level2":{"contentType":"text/plain"},"TestFile_Level2":{"contentType":"image/png","value":"/aasx/files/1200px-Test-Logo.svg.png"},"TestEntity_Level2":{"statements":{},"...
                  • Checking SubmodelElementList
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestSML_Level2/$value?level=core&extent=withoutBlobValue
                      • Response: (200): {"TestSML_Level2":["00","01"]}
                  • Checking Entity
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestEntity_Level2/$value?level=core&extent=withoutBlobValue
                      • Response: (200): {"TestEntity_Level2":{"statements":{"TestProp2_Level3":"TestProp2_Level3"},"entityType":"SelfManagedEntity","globalAssetId":"https://test.org/1234"}}
                  • Checking BasicEventElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestEvent_Level2/$value?level=core&extent=withoutBlobValue
                      • Response: (200): {"TestEvent_Level2":{"observed":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]}}}
                  • Checking Capability
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestCapability_Level2/$value?level=core&extent=withoutBlobValue
                      • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Invalid serialization modifier ValueOnly for the requested element of type Capability.", "Timestamp": "07/25/2025 12:11:09" } ] }
                  • Checking Operation
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestOperation_Level2/$value?level=core&extent=withoutBlobValue
                      • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Invalid serialization modifier ValueOnly for the requested element of type Operation.", "Timestamp": "07/25/2025 12:11:09" } ] }
                  • Checking Property
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestProp_Level1/$value?level=core&extent=withoutBlobValue
                      • Response: (200): {"TestProp_Level1":""}
                  • Checking MultiLanguageProperty
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestMLP_Level2/$value?level=core&extent=withoutBlobValue
                      • Response: (200): {"TestMLP_Level2":[{"en":"TestMLP_Level2"},{"de":"TestMLP_Level2"}]}
                  • Checking Range
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRange_Level2/$value?level=core&extent=withoutBlobValue
                      • Response: (200): {"TestRange_Level2":{"min":"0","max":"100"}}
                  • Checking ReferenceElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRefEle_Level2/$value?level=core&extent=withoutBlobValue
                      • Response: (200): {"TestRefEle_Level2":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]}}
                  • Checking RelationshipElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRelEle_Level2/$value?level=core&extent=withoutBlobValue
                      • Response: (200): {"TestRelEle_Level2":{"first":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]},"second":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{...
                  • Checking AnnotatedRelationshipElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRelA_Level2/$value?level=core&extent=withoutBlobValue
                      • Response: (200): {"TestRelA_Level2":{"first":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]},"second":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"t...
                  • Checking Blob
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestBlob_Level2/$value?level=core&extent=withoutBlobValue
                      • Response: (200): {"TestBlob_Level2":{"contentType":"text/plain"}}
                  • Checking File
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestFile_Level2/$value?level=core&extent=withoutBlobValue
                      • Response: (200): {"TestFile_Level2":{"contentType":"image/png","value":"/aasx/files/1200px-Test-Logo.svg.png"}}
              • test_deep_without_blob_value
                  • Checking SubmodelElementCollection
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1/$value?level=deep&extent=withoutBlobValue
                      • Response: (200): {"TestSMC_Level1":{"TestProp_Level2":"TestProp_Level2","TestMLP_Level2":[{"en":"TestMLP_Level2"},{"de":"TestMLP_Level2"}],"TestBlob_Level2":{"contentType":"text/plain"},"TestFile_Level2":{"contentType":"image/png","value":"/aasx/files/1200px-Test-Logo.svg.png"},"TestEntity_Level2":{"statements":{"Te...
                  • Checking SubmodelElementList
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestSML_Level2/$value?level=deep&extent=withoutBlobValue
                      • Response: (200): {"TestSML_Level2":["00","01"]}
                  • Checking Entity
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestEntity_Level2/$value?level=deep&extent=withoutBlobValue
                      • Response: (200): {"TestEntity_Level2":{"statements":{"TestProp2_Level3":"TestProp2_Level3"},"entityType":"SelfManagedEntity","globalAssetId":"https://test.org/1234"}}
                  • Checking BasicEventElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestEvent_Level2/$value?level=deep&extent=withoutBlobValue
                      • Response: (200): {"TestEvent_Level2":{"observed":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]}}}
                  • Checking Capability
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestCapability_Level2/$value?level=deep&extent=withoutBlobValue
                      • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Invalid serialization modifier ValueOnly for the requested element of type Capability.", "Timestamp": "07/25/2025 12:11:10" } ] }
                  • Checking Operation
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestOperation_Level2/$value?level=deep&extent=withoutBlobValue
                      • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Invalid serialization modifier ValueOnly for the requested element of type Operation.", "Timestamp": "07/25/2025 12:11:10" } ] }
                  • Checking Property
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestProp_Level1/$value?level=deep&extent=withoutBlobValue
                      • Response: (200): {"TestProp_Level1":""}
                  • Checking MultiLanguageProperty
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestMLP_Level2/$value?level=deep&extent=withoutBlobValue
                      • Response: (200): {"TestMLP_Level2":[{"en":"TestMLP_Level2"},{"de":"TestMLP_Level2"}]}
                  • Checking Range
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRange_Level2/$value?level=deep&extent=withoutBlobValue
                      • Response: (200): {"TestRange_Level2":{"min":"0","max":"100"}}
                  • Checking ReferenceElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRefEle_Level2/$value?level=deep&extent=withoutBlobValue
                      • Response: (200): {"TestRefEle_Level2":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]}}
                  • Checking RelationshipElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRelEle_Level2/$value?level=deep&extent=withoutBlobValue
                      • Response: (200): {"TestRelEle_Level2":{"first":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]},"second":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{...
                  • Checking AnnotatedRelationshipElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRelA_Level2/$value?level=deep&extent=withoutBlobValue
                      • Response: (200): {"TestRelA_Level2":{"first":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]},"second":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"t...
                  • Checking Blob
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestBlob_Level2/$value?level=deep&extent=withoutBlobValue
                      • Response: (200): {"TestBlob_Level2":{"contentType":"text/plain"}}
                  • Checking File
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestFile_Level2/$value?level=deep&extent=withoutBlobValue
                      • Response: (200): {"TestFile_Level2":{"contentType":"image/png","value":"/aasx/files/1200px-Test-Logo.svg.png"}}
              • test_core_with_blob_value
                  • Checking SubmodelElementCollection
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1/$value?level=core&extent=withBlobValue
                      • Response: (200): {"TestSMC_Level1":{"TestProp_Level2":"TestProp_Level2","TestMLP_Level2":[{"en":"TestMLP_Level2"},{"de":"TestMLP_Level2"}],"TestBlob_Level2":{"contentType":"text/plain","value":"VGVzdEJsb2JfTGV2ZWwy"},"TestFile_Level2":{"contentType":"image/png","value":"/aasx/files/1200px-Test-Logo.svg.png"},"TestEn...
                  • Checking SubmodelElementList
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestSML_Level2/$value?level=core&extent=withBlobValue
                      • Response: (200): {"TestSML_Level2":["00","01"]}
                  • Checking Entity
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestEntity_Level2/$value?level=core&extent=withBlobValue
                      • Response: (200): {"TestEntity_Level2":{"statements":{"TestProp2_Level3":"TestProp2_Level3"},"entityType":"SelfManagedEntity","globalAssetId":"https://test.org/1234"}}
                  • Checking BasicEventElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestEvent_Level2/$value?level=core&extent=withBlobValue
                      • Response: (200): {"TestEvent_Level2":{"observed":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]}}}
                  • Checking Capability
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestCapability_Level2/$value?level=core&extent=withBlobValue
                      • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Invalid serialization modifier ValueOnly for the requested element of type Capability.", "Timestamp": "07/25/2025 12:11:11" } ] }
                  • Checking Operation
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestOperation_Level2/$value?level=core&extent=withBlobValue
                      • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Invalid serialization modifier ValueOnly for the requested element of type Operation.", "Timestamp": "07/25/2025 12:11:11" } ] }
                  • Checking Property
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestProp_Level1/$value?level=core&extent=withBlobValue
                      • Response: (200): {"TestProp_Level1":""}
                  • Checking MultiLanguageProperty
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestMLP_Level2/$value?level=core&extent=withBlobValue
                      • Response: (200): {"TestMLP_Level2":[{"en":"TestMLP_Level2"},{"de":"TestMLP_Level2"}]}
                  • Checking Range
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRange_Level2/$value?level=core&extent=withBlobValue
                      • Response: (200): {"TestRange_Level2":{"min":"0","max":"100"}}
                  • Checking ReferenceElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRefEle_Level2/$value?level=core&extent=withBlobValue
                      • Response: (200): {"TestRefEle_Level2":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]}}
                  • Checking RelationshipElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRelEle_Level2/$value?level=core&extent=withBlobValue
                      • Response: (200): {"TestRelEle_Level2":{"first":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]},"second":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{...
                  • Checking AnnotatedRelationshipElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRelA_Level2/$value?level=core&extent=withBlobValue
                      • Response: (200): {"TestRelA_Level2":{"first":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]},"second":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"t...
                  • Checking Blob
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestBlob_Level2/$value?level=core&extent=withBlobValue
                      • Response: (200): {"TestBlob_Level2":{"contentType":"text/plain","value":"VGVzdEJsb2JfTGV2ZWwy"}}
                  • Checking File
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestFile_Level2/$value?level=core&extent=withBlobValue
                      • Response: (200): {"TestFile_Level2":{"contentType":"image/png","value":"/aasx/files/1200px-Test-Logo.svg.png"}}
              • test_deep_with_blob_value
                  • Checking SubmodelElementCollection
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1/$value?level=deep&extent=withBlobValue
                      • Response: (200): {"TestSMC_Level1":{"TestProp_Level2":"TestProp_Level2","TestMLP_Level2":[{"en":"TestMLP_Level2"},{"de":"TestMLP_Level2"}],"TestBlob_Level2":{"contentType":"text/plain","value":"VGVzdEJsb2JfTGV2ZWwy"},"TestFile_Level2":{"contentType":"image/png","value":"/aasx/files/1200px-Test-Logo.svg.png"},"TestEn...
                  • Checking SubmodelElementList
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestSML_Level2/$value?level=deep&extent=withBlobValue
                      • Response: (200): {"TestSML_Level2":["00","01"]}
                  • Checking Entity
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestEntity_Level2/$value?level=deep&extent=withBlobValue
                      • Response: (200): {"TestEntity_Level2":{"statements":{"TestProp2_Level3":"TestProp2_Level3"},"entityType":"SelfManagedEntity","globalAssetId":"https://test.org/1234"}}
                  • Checking BasicEventElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestEvent_Level2/$value?level=deep&extent=withBlobValue
                      • Response: (200): {"TestEvent_Level2":{"observed":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]}}}
                  • Checking Capability
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestCapability_Level2/$value?level=deep&extent=withBlobValue
                      • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Invalid serialization modifier ValueOnly for the requested element of type Capability.", "Timestamp": "07/25/2025 12:11:12" } ] }
                  • Checking Operation
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestOperation_Level2/$value?level=deep&extent=withBlobValue
                      • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Invalid serialization modifier ValueOnly for the requested element of type Operation.", "Timestamp": "07/25/2025 12:11:13" } ] }
                  • Checking Property
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestProp_Level1/$value?level=deep&extent=withBlobValue
                      • Response: (200): {"TestProp_Level1":""}
                  • Checking MultiLanguageProperty
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestMLP_Level2/$value?level=deep&extent=withBlobValue
                      • Response: (200): {"TestMLP_Level2":[{"en":"TestMLP_Level2"},{"de":"TestMLP_Level2"}]}
                  • Checking Range
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRange_Level2/$value?level=deep&extent=withBlobValue
                      • Response: (200): {"TestRange_Level2":{"min":"0","max":"100"}}
                  • Checking ReferenceElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRefEle_Level2/$value?level=deep&extent=withBlobValue
                      • Response: (200): {"TestRefEle_Level2":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]}}
                  • Checking RelationshipElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRelEle_Level2/$value?level=deep&extent=withBlobValue
                      • Response: (200): {"TestRelEle_Level2":{"first":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]},"second":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{...
                  • Checking AnnotatedRelationshipElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRelA_Level2/$value?level=deep&extent=withBlobValue
                      • Response: (200): {"TestRelA_Level2":{"first":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"type":"Property","value":"TestProp_Level1"}]},"second":{"type":"ModelReference","keys":[{"type":"Submodel","value":"www.example.com/ids/sm/8132_4102_8042_1861"},{"t...
                  • Checking Blob
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestBlob_Level2/$value?level=deep&extent=withBlobValue
                      • Response: (200): {"TestBlob_Level2":{"contentType":"text/plain","value":"VGVzdEJsb2JfTGV2ZWwy"}}
                  • Checking File
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestFile_Level2/$value?level=deep&extent=withBlobValue
                      • Response: (200): {"TestFile_Level2":{"contentType":"image/png","value":"/aasx/files/1200px-Test-Logo.svg.png"}}
      • Checking GetSubmodelElementByPath-Reference
          • Setup
              • Invoke /shells?limit=1
              • Response: (200): {"result":[{"idShort":"TestAAS","displayName":[{"language":"en","text":"TestAAS"}],"administration":{},"id":"www.example.com/ids/sm/8132_4102_8042_7561","assetInformation":{"assetKind":"Instance","globalAssetId":"www.example.com/ids/asset/4422_4102_8042_4368","defaultThumbnail":{"path":"/1200px-Test...
              • Check
                  • Check meta model
                  • Check constraints
              • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements
              • Response: (200): {"result":[{"idShort":"TestProp_Level1","semanticId":{"type":"ExternalReference","keys":[{"type":"GlobalReference","value":"https://example.com/ids/cd/5424_4102_8042_8552"}]},"valueType":"xs:string","value":"","modelType":"Property"},{"idShort":"TestSMC_Level1","value":[{"idShort":"TestProp_Level2",...
              • Check
                  • Check meta model
                  • Check constraints
          • Negative Tests
          • Positive Tests
              • test_no_params
                  • Checking SubmodelElementCollection
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1/$reference
                      • Response: (200): {"type":"ModelReference","keys":[{"type":"SubmodelElementCollection","value":"TestSMC_Level1"}]}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking SubmodelElementList
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestSML_Level2/$reference
                      • Response: (200): {"type":"ModelReference","keys":[{"type":"SubmodelElementList","value":"TestSML_Level2"}]}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Entity
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestEntity_Level2/$reference
                      • Response: (200): {"type":"ModelReference","keys":[{"type":"Entity","value":"TestEntity_Level2"}]}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking BasicEventElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestEvent_Level2/$reference
                      • Response: (200): {"type":"ModelReference","keys":[{"type":"BasicEventElement","value":"TestEvent_Level2"}]}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Capability
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestCapability_Level2/$reference
                      • Response: (200): {"type":"ModelReference","keys":[{"type":"Referable","value":"TestCapability_Level2"}]}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Operation
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestOperation_Level2/$reference
                      • Response: (200): {"type":"ModelReference","keys":[{"type":"Operation","value":"TestOperation_Level2"}]}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Property
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestProp_Level1/$reference
                      • Response: (200): {"type":"ModelReference","referredSemanticId":{"type":"ExternalReference","keys":[{"type":"GlobalReference","value":"https://example.com/ids/cd/5424_4102_8042_8552"}]},"keys":[{"type":"Property","value":"TestProp_Level1"}]}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking MultiLanguageProperty
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestMLP_Level2/$reference
                      • Response: (200): {"type":"ModelReference","keys":[{"type":"MultiLanguageProperty","value":"TestMLP_Level2"}]}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Range
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRange_Level2/$reference
                      • Response: (200): {"type":"ModelReference","keys":[{"type":"Range","value":"TestRange_Level2"}]}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking ReferenceElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRefEle_Level2/$reference
                      • Response: (200): {"type":"ModelReference","keys":[{"type":"ReferenceElement","value":"TestRefEle_Level2"}]}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking RelationshipElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRelEle_Level2/$reference
                      • Response: (200): {"type":"ModelReference","keys":[{"type":"RelationshipElement","value":"TestRelEle_Level2"}]}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking AnnotatedRelationshipElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRelA_Level2/$reference
                      • Response: (200): {"type":"ModelReference","keys":[{"type":"AnnotatedRelationshipElement","value":"TestRelA_Level2"}]}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Blob
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestBlob_Level2/$reference
                      • Response: (200): {"type":"ModelReference","keys":[{"type":"Blob","value":"TestBlob_Level2"}]}
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking File
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestFile_Level2/$reference
                      • Response: (200): {"type":"ModelReference","keys":[{"type":"File","value":"TestFile_Level2"}]}
                      • Check
                          • Check meta model
                          • Check constraints
      • Checking GetSubmodelElementByPath-Path
          • Setup
              • Invoke /shells?limit=1
              • Response: (200): {"result":[{"idShort":"TestAAS","displayName":[{"language":"en","text":"TestAAS"}],"administration":{},"id":"www.example.com/ids/sm/8132_4102_8042_7561","assetInformation":{"assetKind":"Instance","globalAssetId":"www.example.com/ids/asset/4422_4102_8042_4368","defaultThumbnail":{"path":"/1200px-Test...
              • Check
                  • Check meta model
                  • Check constraints
              • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements
              • Response: (200): {"result":[{"idShort":"TestProp_Level1","semanticId":{"type":"ExternalReference","keys":[{"type":"GlobalReference","value":"https://example.com/ids/cd/5424_4102_8042_8552"}]},"valueType":"xs:string","value":"","modelType":"Property"},{"idShort":"TestSMC_Level1","value":[{"idShort":"TestProp_Level2",...
              • Check
                  • Check meta model
                  • Check constraints
          • Negative Tests
              • Set level = '#####'
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestProp_Level1/$path?level=%23%23%23%23%23
                  • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Invalid serialization modifier level.", "Timestamp": "07/25/2025 12:11:15" } ] }
                  • Check
                      • Check meta model
                      • Check constraints
          • Positive Tests
              • test_no_params
                  • Checking SubmodelElementCollection
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1/$path
                      • Response: (200): ["TestSMC_Level1","TestSMC_Level1.TestProp_Level2","TestSMC_Level1.TestMLP_Level2","TestSMC_Level1.TestBlob_Level2","TestSMC_Level1.TestFile_Level2","TestSMC_Level1.TestEntity_Level2","TestSMC_Level1.TestEntity_Level2.TestProp2_Level3","TestSMC_Level1.TestRange_Level2","TestSMC_Level1.TestRefEle_Lev...
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking SubmodelElementList
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestSML_Level2/$path
                      • Response: (200): ["TestSML_Level2","TestSML_Level2[0]","TestSML_Level2[1]"]
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Entity
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestEntity_Level2/$path
                      • Response: (200): ["TestEntity_Level2","TestEntity_Level2.TestProp2_Level3"]
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking BasicEventElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestEvent_Level2/$path
                      • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Invalid serialization modifier Path for the requested element of type BasicEventElement.", "Timestamp": "07/25/2025 12:11:15" } ] }
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Capability
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestCapability_Level2/$path
                      • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Invalid serialization modifier Path for the requested element of type Capability.", "Timestamp": "07/25/2025 12:11:15" } ] }
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Operation
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestOperation_Level2/$path
                      • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Invalid serialization modifier Path for the requested element of type Operation.", "Timestamp": "07/25/2025 12:11:15" } ] }
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Property
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestProp_Level1/$path
                      • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Invalid serialization modifier Path for the requested element of type Property.", "Timestamp": "07/25/2025 12:11:16" } ] }
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking MultiLanguageProperty
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestMLP_Level2/$path
                      • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Invalid serialization modifier Path for the requested element of type MultiLanguageProperty.", "Timestamp": "07/25/2025 12:11:16" } ] }
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Range
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRange_Level2/$path
                      • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Invalid serialization modifier Path for the requested element of type Range.", "Timestamp": "07/25/2025 12:11:16" } ] }
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking ReferenceElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRefEle_Level2/$path
                      • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Invalid serialization modifier Path for the requested element of type ReferenceElement.", "Timestamp": "07/25/2025 12:11:16" } ] }
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking RelationshipElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRelEle_Level2/$path
                      • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Invalid serialization modifier Path for the requested element of type RelationshipElement.", "Timestamp": "07/25/2025 12:11:16" } ] }
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking AnnotatedRelationshipElement
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestRelA_Level2/$path
                      • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Invalid serialization modifier Path for the requested element of type AnnotatedRelationshipElement.", "Timestamp": "07/25/2025 12:11:16" } ] }
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking Blob
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestBlob_Level2/$path
                      • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Invalid serialization modifier Path for the requested element of type Blob.", "Timestamp": "07/25/2025 12:11:16" } ] }
                      • Check
                          • Check meta model
                          • Check constraints
                  • Checking File
                      • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestFile_Level2/$path
                      • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Invalid serialization modifier Path for the requested element of type File.", "Timestamp": "07/25/2025 12:11:16" } ] }
                      • Check
                          • Check meta model
                          • Check constraints
      • Checking GetFileByPath
          • Setup
              • Invoke /shells?limit=1
              • Response: (200): {"result":[{"idShort":"TestAAS","displayName":[{"language":"en","text":"TestAAS"}],"administration":{},"id":"www.example.com/ids/sm/8132_4102_8042_7561","assetInformation":{"assetKind":"Instance","globalAssetId":"www.example.com/ids/asset/4422_4102_8042_4368","defaultThumbnail":{"path":"/1200px-Test...
              • Check
                  • Check meta model
                  • Check constraints
              • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements
              • Response: (200): {"result":[{"idShort":"TestProp_Level1","semanticId":{"type":"ExternalReference","keys":[{"type":"GlobalReference","value":"https://example.com/ids/cd/5424_4102_8042_8552"}]},"valueType":"xs:string","value":"","modelType":"Property"},{"idShort":"TestSMC_Level1","value":[{"idShort":"TestProp_Level2",...
              • Check
                  • Check meta model
                  • Check constraints
          • Negative Tests
          • Positive Tests
              • test_no_params
                  • Invoke /shells/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx/submodels/d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx/submodel-elements/TestSMC_Level1.TestFile_Level2/attachment
                  • Response: (500): { "Messages": [ { "Code": "InternalServerError", "CorrelationId": null, "MessageType": "Error", "Text": "Could not read Submodel element TestFile_Level2", "Timestamp": "07/25/2025 12:11:19" } ] }
      • Checking GenerateSerializationByIds
          • Setup
              • Invoke /shells?limit=1
              • Response: (200): {"result":[{"idShort":"TestAAS","displayName":[{"language":"en","text":"TestAAS"}],"administration":{},"id":"www.example.com/ids/sm/8132_4102_8042_7561","assetInformation":{"assetKind":"Instance","globalAssetId":"www.example.com/ids/asset/4422_4102_8042_4368","defaultThumbnail":{"path":"/1200px-Test...
              • Check
                  • Check meta model
                  • Check constraints
          • Negative Tests
              • Set aas_id = 'invalid-base64url====='
                  • Invoke /serialization?aasIds=invalid-base64url%3D%3D%3D%3D%3D
                  • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Unable decode aasIdentifier. Incorrect Base64Url encoded string.", "Timestamp": "07/25/2025 12:11:19" } ] }
                  • Check
                      • Check meta model
                      • Check constraints
              • Set submodel_id = 'invalid-base64url====='
                  • Invoke /serialization?submodelIds=invalid-base64url%3D%3D%3D%3D%3D
                  • Response: (400): { "Messages": [ { "Code": "BadRequest", "CorrelationId": null, "MessageType": "Error", "Text": "Unable decode submodelIdentifier. Incorrect Base64Url encoded string.", "Timestamp": "07/25/2025 12:11:20" } ] }
                  • Check
                      • Check meta model
                      • Check constraints
              • Set include_concept_descriptions = 'invalid-bool'
                  • Invoke /serialization?includeConceptDescriptions=invalid-bool
                  • Response: (406):
                  • Cannot decode as JSON: Expecting value: line 1 column 1 (char 0)
          • Positive Tests
              • Invoke without parameters
                  • Invoke /serialization
                  • Response: (200): {}
                  • Check
                      • Check meta model
                      • Check constraints
              • Filter by aas ids
                  • Invoke /serialization?aasIds=d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml83NTYx
                  • Response: (200): {"assetAdministrationShells":[{"idShort":"TestAAS","displayName":[{"language":"en","text":"TestAAS"}],"administration":{},"id":"www.example.com/ids/sm/8132_4102_8042_7561","assetInformation":{"assetKind":"Instance","globalAssetId":"www.example.com/ids/asset/4422_4102_8042_4368","defaultThumbnail":{"...
                  • Check
                      • Check meta model
                      • Check constraints
              • Filter by submodel ids
                  • Invoke /serialization?submodelIds=d3d3LmV4YW1wbGUuY29tL2lkcy9zbS84MTMyXzQxMDJfODA0Ml8xODYx
                  • Response: (200): {"submodels":[{"idShort":"TestSubmodel","administration":{},"id":"www.example.com/ids/sm/8132_4102_8042_1861","kind":"Instance","submodelElements":[{"idShort":"TestProp_Level1","semanticId":{"type":"ExternalReference","keys":[{"type":"GlobalReference","value":"https://example.com/ids/cd/5424_4102_80...
                  • Check
                      • Check meta model
                      • Check constraints
              • Invoke with includeConceptDescriptions
                  • Invoke /serialization?includeConceptDescriptions=True
                  • Response: (200): {}
                  • Check
                      • Check meta model
                      • Check constraints
                  • contains conceptDescriptions: Fail
      • Checking GetDescription
          • Setup
          • Negative Tests
          • Positive Tests
              • Returned profiles must contain suite
                  • Invoke /description
                  • Response: (200): { "profiles": [ "https://admin-shell.io/aas/API/3/0/AasxFileServerServiceSpecification/SSP-001", "https://admin-shell.io/aas/API/3/0/SubmodelRepositoryServiceSpecification/SSP-001", "https://admin-shell.io/aas/API/3/0/SubmodelRepositoryServiceSpecification/SSP-002", "https://admin-...
                  • Check
                      • Check meta model
                      • Check constraints
                  • Contains https://admin-shell.io/aas/API/3/0/AssetAdministrationShellRepositoryServiceSpecification/SSP-002: OK
      • Summary:
          • Negative tests passed: 34 / 35
          • Positive tests passed: 80 / 80