UNPKG

@cfworker/json-schema

Version:

A JSON schema validator that will run on Cloudflare workers. Supports drafts 4, 7, 2019-09, and 2020-12.

7 lines (6 loc) 262 B
export var OutputFormat; (function (OutputFormat) { OutputFormat[OutputFormat["Flag"] = 1] = "Flag"; OutputFormat[OutputFormat["Basic"] = 2] = "Basic"; OutputFormat[OutputFormat["Detailed"] = 4] = "Detailed"; })(OutputFormat || (OutputFormat = {}));