You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge content of the V3.0.1 Bugfix Release to main (#174)
* part 2 domain file update
- add assetkind and assettype query parameters
- descriptor inherits from hasextensions
- description and displayname moved up to descriptor
- add response 409 conflict
* correct protocolinformation according to the part 2 document
- change protocolinformation/endpointProtocolVersion to array of strings
- add securityAttributes
* add cursor parameters and result objects
* add GetPackageDescriptionsResult and path parameters aasIdentifier, idShortPath, and handleId
* description -> servicedescription & codetype to max 32
* add object declaration for reference plus minor fixes to the part 1 openapi metadata attributes
* add referenceparent/type=object and fix the references to the new part1 version
* add File Server Service Specification in V3.0.1
* add File Server Service Specification in V3.0.1
* add Asset Administration Shell Registry Service Specification in V3.0.1
* add Asset Administration Shell Repository Service Specification in V3.0.1
* add Asset Administration Shell Repository Service Specification in V3.0.1
* add Asset Administration Shell Service Specification in V3.0.1
* add Concept Description Repository Service Specification in V3.0.1
* add Discovery Service Specification in V3.0.1
* add Entire API Collection in V3.0.1
* add Submodel Repository Service Specification in V3.0.1
* add Submodel Service Specification in V3.0.1
* delete all files and folders which are not in V3.0.1
* change README for V3.0.1
* add correct URIs to the ServiceSpecificationProfileEnum (#111)
* Wrong examples for assetadministrationshelldescriptor and submodeldescriptor (#127)
* fix descriptor examples
* fix wrong interface values in endpoint examples
* fix asstid example (#128)
* fix asstid example and replace own query parameter in the discovery service with a reference
* add the location header to all 201 responses (#120)
* add the location header to all 201 responses apart of PostAllAssetLinksById
* Remove Pagination in GetSubmodelElementByPath API Operations (#141)
remove pagination from GetSubmodelElementByPath
* remove level param from PutSubmodelById (#139)
* remove level param from all GetSubmodelById-Refs (#138)
* move DeleteSubmodelById_AasRepository on path up (#137)
* remove level parameter from PostSubmodelElement
* fix typos in CD ServSpec and EntireAPI
* add SubmodelRegistryServiceSpecification profiles
* Change enumarion into table
Changed the enumeration of GitHub and SwaggerHub links to a table for better readability
* Add AssetAdministrationShell-Environment
Add AssetAdministrationShell-Environment link to GitHub and SwaggerHub
* Add Concept Description Repo
Append Line in table for Concept Description Repository Service Specification
* Update ConceptDescriptionServiceSpecification
Change local Path of ConceptDescriptionServiceSpecification
* Update AASX-File-Server API Path
Change Path of AASX-File-Server API
* Update Link Entire-API-Collection
Change Link of Entire-API-Collection
* Add DINSPEC16593 schemas
Manually add DINSPEC16593 schemas/openapi.yaml
This was necessary because the domain files
were are not synchronized automatically
* Update Name AasxFileServerServiceSpecification
Change Name from AASX-File-Server to Aasx File Server Service Specification
* Update Aasx-File-Server Service Specification Swagger Link
Update Aasx-File-Server Service Specification Swagger URL
* Unintroduce deprecated DINSPEC16593
Remove DINSPEC16593-Schemas/openapi.yaml and line in README.md
This was necessary because there is no official release in
Part II Version 3.0 because there is no release of DINSPEC16593
---------
Co-authored-by: sebbader <sebastian.r.bader@web.de>
Co-authored-by: Daniel Porta <108098203+danielporta@users.noreply.github.com>
Co-authored-by: Nico Braunisch <nico.braunisch@tu-dresden.de>
Copy file name to clipboardExpand all lines: AasxFileServerServiceSpecification/V3.0_SSP-001.yaml
+51-43Lines changed: 51 additions & 43 deletions
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,25 @@
1
1
openapi: 3.0.3
2
2
info:
3
3
title: DotAAS Part 2 | HTTP/REST | AASX File Server Service Specification
4
-
description: "The File Server Service Specification as part of Details of the Asset Administration Shell Part 2. Publisher: Industrial Digital Twin Association (IDTA) 2023"
4
+
description: >-
5
+
The File Server Service Specification as part of the [Specification of the Asset Administration Shell: Part 2](http://industrialdigitaltwin.org/en/content-hub).
6
+
7
+
Publisher: Industrial Digital Twin Association (IDTA) 2023
0 commit comments