Content Column JSON Validation

The script content on this page is for navigation purposes only and does not alter the content in any way.

The collection metadata component that specifies the syntax to which JavaScript Object Notation (JSON) content must conform—strict or lax.

Note: If the content column stores JSON data using Oracle’s native binary format OSON — either JSON type or BLOB with format OSON, then this metadata component is absent.

Property Value
Default value STANDARD
Allowed values

STANDARD

STRICT

LAX (default for SQL condition is json)

JSON collection metadata document path contentColumn.validation

See Also:

Related Topics

  1. In database releases prior to 20c only IETF RFC 4627 was supported. It allows only a JSON object or array, not a scalar, at the top level of a JSON document. RFC 8259 support includes RFC 4627 support (and RFC 7159 support).