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
{{ message }}
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.
Using Schema Guru DDL on a JSON Schema that uses patternProperties in 0.4.0 to create json path files and the .sql fails. The files are created but without my custom data fields from my properties. The JSON schema is created with Schema Guru (and then manually edited patternProperties). Schema DDL throws no error.
The documentation says this is supported:
"Object without properties, but with patternProperties becomes VARCHAR(4096)"
Using Schema Guru DDL on a JSON Schema that uses
patternProperties
in 0.4.0 to create json path files and the .sql fails. The files are created but without my custom data fields from my properties. The JSON schema is created with Schema Guru (and then manually editedpatternProperties
). Schema DDL throws no error.The documentation says this is supported:
"Object without properties, but with patternProperties becomes VARCHAR(4096)"
JSON Schema
Command
$ ./schema-guru-0.4.0 ddl --with-json-paths ./schemas/
Result
Missing data.fields.
When I change
patternProperties
back toproperties
in the JSON and regenerate the files, it's working as expected..The text was updated successfully, but these errors were encountered: