json-schema-org / json-schema-spec

The JSON Schema specification
http://json-schema.org/
Other
3.82k stars 266 forks source link

Update spec to require unstable features to be disabled by default #1341

Closed gregsdennis closed 5 months ago

gregsdennis commented 2 years ago

Related to #1339, we need to add language that requires implementations to disable unstable features as the default behavior.

gregsdennis commented 2 years ago

In conjuction with #1340, does this mean that a schema with an unstable keyword is expected to error by default?

jdesrosiers commented 2 years ago

In conjuction with https://github.com/json-schema-org/json-schema-spec/issues/1340, does this mean that a schema with an unstable keyword is expected to error by default?

Yes. Consumers would need to opt in to using they keywords.

gregsdennis commented 5 months ago

Unstable features are being extracted into the feature life cycle. See #1444