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
An invalid JSON schema snippet is not reported back to the user.
Here is a minimal example which produces a confusing schema:
@implementation_specific
class Something_weird:
pass
Snippet:
{"type": "number"}
We would expect the entry for "SomethingWeird" to be verbatim snippet with the definition name generated by aas-core-codegen.
The text was updated successfully, but these errors were encountered:
mristin
changed the title
Implementation-specific classes ignored in JSON schema if not referenced
The shape of JSON schema snippets should be verified
Nov 9, 2022
An invalid JSON schema snippet is not reported back to the user.
Here is a minimal example which produces a confusing schema:
Snippet:
We would expect the entry for "SomethingWeird" to be verbatim snippet with the definition name generated by aas-core-codegen.
The text was updated successfully, but these errors were encountered: