Skip to content

Make assetKind and assetType optional in the Specification Table #307

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ add PutBulkAssetAdministrationShellDescriptorsById

add DeleteBulkAssetAdministrationShellDescriptorsById

| | GetAllAssetAdministrationShellDescriptors | Changed a| Changed the parameters assetKind and assetType from `mandatory` to `optional`. OpenAPI remains unchanged. (https://github.com/admin-shell-io/aas-specs-api/issues/298[#298])

| | Submodel Registry | Changed a| add PostBulkSubmodelDescriptors,

add PutBulkSubmodelDescriptorsById,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -840,8 +840,8 @@ h|Name h|Description h|Mand. h|Type h|Card.
5+h|Input Parameter
|limit |The maximum size of the result set |no |nonNegativeInteger |1
|cursor |The position from which to resume a result listing |no |string |1
|assetKind |The kind of the assets to retrieve (Type, Instance) |Yes |AssetKind |1
|assetType |The type of the assets to retrieve, encoded as unique id |Yes |Identifier |1
|assetKind |The kind of the assets to retrieve (Type, Instance) | no |AssetKind |1
|assetType |The type of the assets to retrieve, encoded as unique id | no |Identifier |1
5+h|Output Parameter
|statusCode |Status code |yes |xref:specification/interfaces-payload.adoc#StatusCode[StatusCode] |1
|payload |List of Asset Administration Shell Descriptors |no | xref:specification/interfaces-payload.adoc#AssetAdministrationShellDescriptor[AssetAdministrationShellDescriptor] |1..*
Expand Down