jsonschema2go
jsonschema2go copied to clipboard
Code generator for JSON schema
Results
1
jsonschema2go issues
Sort by
recently updated
recently updated
newest added
This is not accepted: ```json { "$schema": "http://json-schema.org/draft-04/schema#", "id": "https://example.com/myschema", "type": "object", "properties": { "foo": { "type": "object" } } } ``` Fails with: ``` schema type has no properties:...