Skip to content
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

[BUG] Buggy examples for Metadata Format #518

Closed
zrgt opened this issue Jan 8, 2025 · 0 comments
Closed

[BUG] Buggy examples for Metadata Format #518

zrgt opened this issue Jan 8, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@zrgt
Copy link
Collaborator

zrgt commented Jan 8, 2025

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

{
 "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.

@zrgt zrgt added the bug Something isn't working label Jan 8, 2025
zrgt added a commit that referenced this issue Jan 8, 2025
@zrgt zrgt mentioned this issue Jan 8, 2025
@zrgt zrgt closed this as completed Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant