UNPKG

typescript-json-schema

Version:

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

21 lines 383 B
{ "type": "object", "properties": { "foo": { "type": "string", "enum": [ "abort", "fail", "ok" ] }, "bar": { "type": "string" } }, "required": [ "foo", "bar" ], "$schema": "http://json-schema.org/draft-04/schema#" }