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.]
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.