UNPKG

typescript-json-schema

Version:

typescript-json-schema generates JSON Schema files from your Typescript sources

16 lines (15 loc) 302 B
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "array", "items": [ {"type": "string"}, {"type": "number"} ], "additionalItems": { "anyOf": [ {"type": "string"}, {"type": "number"} ] }, "minItems": 2 }