Closed
Description
Why is the writeOnly
property missing from http://json-schema.org/draft-07/schema?
readOnly
is defined:
"readOnly": {
"type": "boolean",
"default": false
},
Both readOnly
and writeOnly
are included in the vocabulary: https://tools.ietf.org/html/draft-handrews-json-schema-validation-01#section-10.3