Closed torbenkeller closed 7 months ago
In the readme, Definition.type refers to Data Type but in the json schema every string is allowed.
Definition.type
Data Type
"Definition": { "type": "object", "title": "Definition", "properties": { ... "type": { "type": "string", "description": "The logical data type." },
@torbenkeller Thanks for reporting. Do you have time to create a Pull Request to resolve this issue?
In the readme,
Definition.type
refers toData Type
but in the json schema every string is allowed.