changedOutput schema / properties / data / anyOf
Previous value: -[
- {
- "additionalProperties": {},
- "properties": {
- "instrument_id": {
- "type": "string"
- },
- "legal_status_at_release": {
- "type": "string"
- },
- "relationships": {
- "anyOf": [
- {
- "items": {
- "additionalProperties": {},
- "properties": {
- "direction": {
- "type": "string"
- },
- "kind": {
- "type": "string"
- },
- "operative_cite": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "operative_locator": {
- "anyOf": [
- {
- "additionalProperties": {},
- "properties": {
- "article": {
- "type": "string"
- },
- "instrument_id": {
- "type": "string"
- },
- "kind": {
- "type": "string"
- }
- },
- "required": [
- "instrument_id",
- "kind",
- "article"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
- ]
- },
- "operative_locator_unavailable": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "source_external": {
- "anyOf": [
- {
- "additionalProperties": {},
- "properties": {
- "celex": {
- "type": "string"
- },
- "title": {
- "type": "string"
- },
- "via_article": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- }
- },
- "required": [
- "celex",
- "title",
- "via_article"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
- ]
- },
- "target_external": {
- "anyOf": [
- {
- "additionalProperties": {},
- "properties": {
- "celex": {
- "type": "string"
- },
- "title": {
- "type": "string"
- }
- },
- "required": [
- "celex",
- "title"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
- ]
- },
- "target_instrument_id": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "target_status": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- }
- },
- "required": [
- "kind",
- "direction",
- "target_status",
- "operative_locator",
- "operative_cite",
- "operative_locator_unavailable"
- ],
- "type": "object"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
- ]
- },
- "text_state": {
- "type": "string"
- },
- "title": {
- "type": "string"
- },
- "url": {
- "type": "string"
- },
- "version_id": {
- "type": "string"
- }
- },
- "required": [
- "instrument_id",
- "title",
- "legal_status_at_release",
- "version_id",
- "text_state",
- "url",
- "relationships"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "additionalProperties": {},
+ "properties": {
+ "instrument_id": {
+ "type": "string"
+ },
+ "legal_status_at_release": {
+ "type": "string"
+ },
+ "relationships": {
+ "anyOf": [
+ {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "direction": {
+ "type": "string"
+ },
+ "kind": {
+ "type": "string"
+ },
+ "operative_cite": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "operative_locator": {
+ "anyOf": [
+ {
+ "additionalProperties": {},
+ "properties": {
+ "article": {
+ "type": "string"
+ },
+ "instrument_id": {
+ "type": "string"
+ },
+ "kind": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "instrument_id",
+ "kind",
+ "article"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "operative_locator_unavailable": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "source_external": {
+ "anyOf": [
+ {
+ "additionalProperties": {},
+ "properties": {
+ "celex": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ },
+ "via_article": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "celex",
+ "title",
+ "via_article"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "target_external": {
+ "anyOf": [
+ {
+ "additionalProperties": {},
+ "properties": {
+ "celex": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "celex",
+ "title"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "target_instrument_id": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "target_status": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "kind",
+ "direction",
+ "target_status",
+ "operative_locator",
+ "operative_cite",
+ "operative_locator_unavailable"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "text_state": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ },
+ "version_id": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "instrument_id",
+ "title",
+ "legal_status_at_release",
+ "version_id",
+ "text_state",
+ "url",
+ "relationships"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]