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

21 lines (20 loc) 285 B
--- $schema: http://json-schema.org/draft-04/hyper-schema shortName: color title: Color description: Color stability: Alpha strictProperties: true additionalProperties: false type: - string enum: - gray - grey - silver - black - white - yellow - blue - red - green