simple-ddl-parser icon indicating copy to clipboard operation
simple-ddl-parser copied to clipboard

Question: Does this library output to JSON schema?

Open josh-andi opened this issue 3 years ago • 1 comments

Hi I was wondering if the JSON it outputs is compatible with https://json-schema.org/specification.html

My use case is that I want to validate that incoming records match the redshift table schema

josh-andi avatar Nov 25 '22 16:11 josh-andi

@josh-andi hi, no, output is just python dict or simple json, there is no support JSON Schema

xnuinside avatar Nov 26 '22 20:11 xnuinside