We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
MOVED FROM admin-shell-io/aas-specs-api#366
https://industrialdigitaltwin.org/en/wp-content/uploads/sites/2/2024/10/IDTA-01002-3-0-3_SpecificationAssetAdministrationShell_Part2_API.pdf
Table 12 and Table 13 seem to contain buggy examples
{ "idShort": "TestAssetAdministrationShell", "description": […], "id": {…},
It should be
{ "idShort": "TestAssetAdministrationShell", "description": […], "id": "idTestAAS",
because "id" is of type string
probably sufficient to fix in IDTA-01001-3-1, since no impact on json schema or openAPI specification.
The text was updated successfully, but these errors were encountered:
Fix ids of AAS examples
d22bd3a
Fixes #518
No branches or pull requests
MOVED FROM admin-shell-io/aas-specs-api#366
What happens?
https://industrialdigitaltwin.org/en/wp-content/uploads/sites/2/2024/10/IDTA-01002-3-0-3_SpecificationAssetAdministrationShell_Part2_API.pdf
Table 12 and Table 13 seem to contain buggy examples
It should be
because "id" is of type string
probably sufficient to fix in IDTA-01001-3-1, since no impact on json schema or openAPI specification.
The text was updated successfully, but these errors were encountered: