changedOutput schema / properties / pending_omnibus / anyOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "coverage_note": {
- "type": "string"
- },
- "deltas": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "article": {
- "type": "string"
- },
- "change": {
- "type": "string"
- },
- "effective_date": {
- "type": "string"
- },
- "note": {
- "type": "string"
- },
- "source_id": {
- "type": "string"
- },
- "source_status": {
- "$ref": "#/properties/pending_omnibus/anyOf/0/properties/high_risk_timeline/properties/mechanism_source_status"
- }
- },
- "required": [
- "article",
- "change",
- "source_status",
- "source_id"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "enacted": {
- "const": false,
- "type": "boolean"
- },
- "high_risk_timeline": {
- "additionalProperties": false,
- "properties": {
- "backstop": {
- "additionalProperties": false,
- "properties": {
- "annex_i_art_6_1": {
- "type": "string"
- },
- "annex_iii_art_6_2": {
- "type": "string"
- }
- },
- "required": [
- "annex_iii_art_6_2",
- "annex_i_art_6_1"
- ],
- "type": "object"
- },
- "backstop_source_status": {
- "$ref": "#/properties/pending_omnibus/anyOf/0/properties/high_risk_timeline/properties/mechanism_source_status"
- },
- "current_law": {
- "additionalProperties": false,
- "properties": {
- "annex_i_art_6_1": {
- "type": "string"
- },
- "annex_iii_art_6_2": {
- "type": "string"
- }
- },
- "required": [
- "annex_iii_art_6_2",
- "annex_i_art_6_1"
- ],
- "type": "object"
- },
- "mechanism": {
- "type": "string"
- },
- "mechanism_source_status": {
- "enum": [
- "enacted_oj",
- "commission_proposal",
- "political_agreement",
- "commission_guideline_draft",
- "commission_guideline_final",
- "commission_study",
- "code_under_assessment",
- "code_adequate_voluntary_tool"
- ],
- "type": "string"
- },
- "note": {
- "type": "string"
- }
- },
- "required": [
- "mechanism",
- "mechanism_source_status",
- "backstop",
- "backstop_source_status",
- "current_law",
- "note"
- ],
- "type": "object"
- },
- "name": {
- "type": "string"
- },
- "political_agreement": {
- "additionalProperties": false,
- "properties": {
- "date": {
- "type": "string"
- },
- "source_id": {
- "type": "string"
- }
- },
- "required": [
- "date",
- "source_id"
- ],
- "type": "object"
- },
- "proposal": {
- "additionalProperties": false,
- "properties": {
- "celex": {
- "type": "string"
- },
- "com": {
- "type": "string"
- },
- "date": {
- "type": "string"
- },
- "procedure": {
- "type": "string"
- },
- "source_id": {
- "type": "string"
- }
- },
- "required": [
- "com",
- "celex",
- "date",
- "procedure",
- "source_id"
- ],
- "type": "object"
- },
- "warning": {
- "type": "string"
- }
- },
- "required": [
- "name",
- "enacted",
- "proposal",
- "political_agreement",
- "high_risk_timeline",
- "deltas",
- "coverage_note",
- "warning"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "coverage_note": {
+ "type": "string"
+ },
+ "deltas": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "article": {
+ "type": "string"
+ },
+ "change": {
+ "type": "string"
+ },
+ "effective_date": {
+ "type": "string"
+ },
+ "note": {
+ "type": "string"
+ },
+ "source_id": {
+ "type": "string"
+ },
+ "source_status": {
+ "$ref": "#/properties/pending_omnibus/anyOf/0/properties/status"
+ }
+ },
+ "required": [
+ "article",
+ "change",
+ "source_status",
+ "source_id"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "enacted": {
+ "type": "boolean"
+ },
+ "enactment": {
+ "additionalProperties": false,
+ "properties": {
+ "celex": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "council_adoption": {
+ "type": "string"
+ },
+ "entry_into_force": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "ep_endorsement": {
+ "type": "string"
+ },
+ "oj_publication_date": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "status": {
+ "$ref": "#/properties/pending_omnibus/anyOf/0/properties/status"
+ }
+ },
+ "required": [
+ "status",
+ "ep_endorsement",
+ "council_adoption",
+ "celex",
+ "oj_publication_date",
+ "entry_into_force"
+ ],
+ "type": "object"
+ },
+ "high_risk_timeline": {
+ "additionalProperties": false,
+ "properties": {
+ "application_dates": {
+ "additionalProperties": false,
+ "properties": {
+ "annex_i_art_6_1": {
+ "type": "string"
+ },
+ "annex_iii_art_6_2": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "annex_iii_art_6_2",
+ "annex_i_art_6_1"
+ ],
+ "type": "object"
+ },
+ "application_dates_source_status": {
+ "$ref": "#/properties/pending_omnibus/anyOf/0/properties/status"
+ },
+ "current_law": {
+ "additionalProperties": false,
+ "properties": {
+ "annex_i_art_6_1": {
+ "type": "string"
+ },
+ "annex_iii_art_6_2": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "annex_iii_art_6_2",
+ "annex_i_art_6_1"
+ ],
+ "type": "object"
+ },
+ "note": {
+ "type": "string"
+ },
+ "superseded_proposal_mechanism": {
+ "type": "string"
+ },
+ "superseded_proposal_mechanism_source_status": {
+ "$ref": "#/properties/pending_omnibus/anyOf/0/properties/status"
+ }
+ },
+ "required": [
+ "superseded_proposal_mechanism",
+ "superseded_proposal_mechanism_source_status",
+ "application_dates",
+ "application_dates_source_status",
+ "current_law",
+ "note"
+ ],
+ "type": "object"
+ },
+ "name": {
+ "type": "string"
+ },
+ "political_agreement": {
+ "additionalProperties": false,
+ "properties": {
+ "date": {
+ "type": "string"
+ },
+ "source_id": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "date",
+ "source_id"
+ ],
+ "type": "object"
+ },
+ "proposal": {
+ "additionalProperties": false,
+ "properties": {
+ "celex": {
+ "type": "string"
+ },
+ "com": {
+ "type": "string"
+ },
+ "date": {
+ "type": "string"
+ },
+ "procedure": {
+ "type": "string"
+ },
+ "source_id": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "com",
+ "celex",
+ "date",
+ "procedure",
+ "source_id"
+ ],
+ "type": "object"
+ },
+ "status": {
+ "enum": [
+ "enacted_oj",
+ "official_consolidated_snapshot_non_authentic",
+ "commission_proposal",
+ "political_agreement",
+ "adopted_pending_publication",
+ "commission_guideline_draft",
+ "commission_guideline_final",
+ "commission_study",
+ "code_under_assessment",
+ "code_adequate_voluntary_tool"
+ ],
+ "type": "string"
+ },
+ "warning": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "name",
+ "enacted",
+ "status",
+ "enactment",
+ "proposal",
+ "political_agreement",
+ "high_risk_timeline",
+ "deltas",
+ "coverage_note",
+ "warning"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]