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
Is your feature request related to a problem? Please describe.
Up to now there is no way to easily validate if a Value-Only-Payload is conformant to the specification IDTA-01001 and IDTA-01002
For a given SMT it would be great to be able to generated an example JSON payload in Format "Value".
Comparable to the JSON example payload generated for an aspect model in Catena-X: https://github.com/eclipse-tractusx/sldt-semantic-models/blob/main/io.catenax.battery.battery_pass/6.0.0/gen/BatteryPass.json
Even better: generate JSON schema, comparable to https://github.com/eclipse-tractusx/sldt-semantic-models/blob/main/io.catenax.battery.battery_pass/6.0.0/gen/BatteryPass-schema.json i.e. not the generic schema like in https://admin-shell-io.github.io/aas-specs-antora/IDTA-01001/v3.1/mappings/mappings.html#json-schema-value-only but a specific one for the SMT
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
Up to now there is no way to easily validate if a Value-Only-Payload is conformant to the specification IDTA-01001 and IDTA-01002
For a given SMT it would be great to be able to generated an example JSON payload in Format "Value".
Comparable to the JSON example payload generated for an aspect model in Catena-X:
https://github.com/eclipse-tractusx/sldt-semantic-models/blob/main/io.catenax.battery.battery_pass/6.0.0/gen/BatteryPass.json
Even better: generate JSON schema, comparable to
https://github.com/eclipse-tractusx/sldt-semantic-models/blob/main/io.catenax.battery.battery_pass/6.0.0/gen/BatteryPass-schema.json
i.e. not the generic schema like in https://admin-shell-io.github.io/aas-specs-antora/IDTA-01001/v3.1/mappings/mappings.html#json-schema-value-only but a specific one for the SMT
The text was updated successfully, but these errors were encountered: