changedOutput schema / properties / data / anyOf
Previous value: -[
- {
- "additionalProperties": {},
- "properties": {
- "blocks_in_page": {
- "type": "number"
- },
- "blocks_in_provision": {
- "type": "number"
- },
- "blocks_total": {
- "type": "number"
- },
- "cite": {
- "type": "string"
- },
- "content_hash": {
- "type": "string"
- },
- "correspondences": {
- "anyOf": [
- {
- "items": {
- "additionalProperties": {},
- "properties": {
- "derivation": {
- "type": "string"
- },
- "note": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "relationship": {
- "type": "string"
- },
- "target": {
- "additionalProperties": {},
- "properties": {
- "cite": {
- "type": "string"
- },
- "instrument_id": {
- "type": "string"
- },
- "locator": {
- "additionalProperties": false,
- "properties": {
- "annex": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "description": "Annex number, roman or arabic (\"I\", \"1\"); omit for an instrument whose single annex is unnumbered."
- },
- "article": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "description": "Article number as printed: \"97\", \"45a\", \"69-a\"."
- },
- "kind": {
- "description": "Which kind of provision the locator names.",
- "enum": [
- "article",
- "annex",
- "recital"
- ],
- "type": "string"
- },
- "paragraph": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "description": "Numbered paragraph within the article, e.g. \"2\"."
- },
- "point": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "description": "Lettered point within the paragraph, e.g. \"b\"."
- },
- "recital": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "description": "Recital number, e.g. \"95\"."
- },
- "subpoint": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "description": "Sub-point within the point."
- }
- },
- "required": [
- "kind"
- ],
- "type": "object"
- },
- "url": {
- "type": "string"
- },
- "version_id": {
- "type": "string"
- }
- },
- "required": [
- "instrument_id",
- "version_id",
- "cite",
- "url",
- "locator"
- ],
- "type": "object"
- }
- },
- "required": [
- "relationship",
- "derivation",
- "note",
- "target"
- ],
- "type": "object"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
- ]
- },
- "instrument_id": {
- "type": "string"
- },
- "kind": {
- "type": "string"
- },
- "markdown": {
- "type": "string"
- },
- "narrowed": {
- "type": "boolean"
- },
- "source_notes": {
- "anyOf": [
- {
- "additionalProperties": false,
- "properties": {
- "complete": {
- "const": true,
- "description": "All notes referenced in this response's text, not the whole document or later pages.",
- "type": "boolean"
- },
- "items": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "key": {
- "type": "string"
- },
- "marker": {
- "type": "string"
- },
- "text": {
- "type": "string"
- }
- },
- "required": [
- "key",
- "marker",
- "text"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "scope": {
- "const": "returned_text",
- "type": "string"
- },
- "source_version_id": {
- "type": "string"
- }
- },
- "required": [
- "scope",
- "source_version_id",
- "complete",
- "items"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
- ],
- "description": "Null means unverified/unsupported coverage or an older release; consult the typed warning. Not an empty note inventory. Legal content_hash and block counts exclude this attachment."
- },
- "url": {
- "type": "string"
- },
- "version_id": {
- "type": "string"
- }
- },
- "required": [
- "instrument_id",
- "version_id",
- "cite",
- "kind",
- "markdown",
- "source_notes",
- "narrowed",
- "blocks_in_page",
- "blocks_total",
- "blocks_in_provision",
- "content_hash",
- "url"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "additionalProperties": {},
+ "properties": {
+ "blocks_in_page": {
+ "type": "number"
+ },
+ "blocks_in_provision": {
+ "type": "number"
+ },
+ "blocks_total": {
+ "type": "number"
+ },
+ "cite": {
+ "type": "string"
+ },
+ "content_hash": {
+ "type": "string"
+ },
+ "correspondences": {
+ "anyOf": [
+ {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "derivation": {
+ "type": "string"
+ },
+ "note": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "relationship": {
+ "type": "string"
+ },
+ "target": {
+ "additionalProperties": {},
+ "properties": {
+ "cite": {
+ "type": "string"
+ },
+ "instrument_id": {
+ "type": "string"
+ },
+ "locator": {
+ "additionalProperties": false,
+ "properties": {
+ "annex": {
+ "description": "Annex number, roman or arabic (\"I\", \"1\"); omit for an instrument whose single annex is unnumbered.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "article": {
+ "description": "Article number as printed: \"97\", \"45a\", \"69-a\".",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "kind": {
+ "description": "Which kind of provision the locator names.",
+ "enum": [
+ "article",
+ "annex",
+ "recital"
+ ],
+ "type": "string"
+ },
+ "paragraph": {
+ "description": "Numbered paragraph within the article, e.g. \"2\".",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "point": {
+ "description": "Lettered point within the paragraph, e.g. \"b\".",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "recital": {
+ "description": "Recital number, e.g. \"95\".",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "subpoint": {
+ "description": "Sub-point within the point.",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "kind"
+ ],
+ "type": "object"
+ },
+ "url": {
+ "type": "string"
+ },
+ "version_id": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "instrument_id",
+ "version_id",
+ "cite",
+ "url",
+ "locator"
+ ],
+ "type": "object"
+ }
+ },
+ "required": [
+ "relationship",
+ "derivation",
+ "note",
+ "target"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "instrument_id": {
+ "type": "string"
+ },
+ "kind": {
+ "type": "string"
+ },
+ "markdown": {
+ "type": "string"
+ },
+ "narrowed": {
+ "type": "boolean"
+ },
+ "source_notes": {
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "complete": {
+ "const": true,
+ "description": "All notes referenced in this response's text, not the whole document or later pages.",
+ "type": "boolean"
+ },
+ "items": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "key": {
+ "type": "string"
+ },
+ "marker": {
+ "type": "string"
+ },
+ "text": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "key",
+ "marker",
+ "text"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "scope": {
+ "const": "returned_text",
+ "type": "string"
+ },
+ "source_version_id": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "scope",
+ "source_version_id",
+ "complete",
+ "items"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Null means unverified/unsupported coverage or an older release; consult the typed warning. Not an empty note inventory. Legal content_hash and block counts exclude this attachment."
+ },
+ "url": {
+ "type": "string"
+ },
+ "version_id": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "instrument_id",
+ "version_id",
+ "cite",
+ "kind",
+ "markdown",
+ "source_notes",
+ "narrowed",
+ "blocks_in_page",
+ "blocks_total",
+ "blocks_in_provision",
+ "content_hash",
+ "url"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]