JSONPath Tools / @jsonpath-tools/jsonpath / JSONSchemaWithURI
Interface: JSONSchemaWithURI
JSON schema with its URI.
Properties
schema
ts
readonly schema: JSONSchema;
JSON Schema.
uri?
ts
readonly optional uri: string;
Optional URI of the JSON Schema.