UNPKG

typescript-json-schema

Version:

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

13 lines (12 loc) 207 B
{ "$schema": "http://json-schema.org/draft-04/schema#", "properties": { "prop": { "type": "number" } }, "required": [ "prop" ], "type": "object" }