plocket / schemastore

A collection of JSON schema files including full API
http://schemastore.org
Apache License 2.0
3 stars 0 forks source link

With JSON Schema, no great place to put string type, like "mako" #2

Open plocket opened 1 year ago

plocket commented 1 year ago

Description of the JSON schema.

With JSON Schema validators that accept it, we can have a "format" prop that might be enough, but otherwise we need to resort to regex in the "pattern" prop, and that's not quite what we want.

[We could possibly use $comment which is much more free-form.]

Supporting information.

N/A. Need to make a new issue type.

Are you making a PR for this?

Yes, I will create a PR.