UNPKG

@shinymayhem/json-schema-generator

Version:

Generate/compile .yaml files (not .yml at the moment) into a single JSON schema file. Resolves references to other schema docuements in the same directory

14 lines (13 loc) 229 B
--- $schema: http://json-schema.org/draft-04/hyper-schema shortName: cars title: Cars description: Array of Cars stability: Alpha strictProperties: true additionalProperties: false definitions: type: - array items: $ref: car