Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,14 @@
"description": "Used for displaying related content on most pages, except for step-by-step and fatality notices. Links and their ordering are determined by the machine learning algorithms.",
"$ref": "#/definitions/frontend_links_with_base_path"
},
"superseded_organisations": {
"description": "Organisations this organisation supersedes",
"$ref": "#/definitions/frontend_links_with_base_path"
},
"superseding_organisations": {
"description": "Organisations superseding this organisation",
"$ref": "#/definitions/frontend_links_with_base_path"
},
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$ref": "#/definitions/frontend_links_with_base_path"
Expand Down
16 changes: 16 additions & 0 deletions content_schemas/dist/formats/organisation/notification/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,14 @@
"description": "Used for displaying related content on most pages, except for step-by-step and fatality notices. Links and their ordering are determined by the machine learning algorithms.",
"$ref": "#/definitions/frontend_links_with_base_path"
},
"superseded_organisations": {
"description": "Organisations this organisation supersedes",
"$ref": "#/definitions/frontend_links_with_base_path"
},
"superseding_organisations": {
"description": "Organisations superseding this organisation",
"$ref": "#/definitions/frontend_links_with_base_path"
},
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$ref": "#/definitions/frontend_links_with_base_path"
Expand Down Expand Up @@ -345,6 +353,14 @@
"description": "Used for displaying related content on most pages, except for step-by-step and fatality notices. Links and their ordering are determined by the machine learning algorithms.",
"$ref": "#/definitions/guid_list"
},
"superseded_organisations": {
"description": "Organisations this organisation supersedes",
"$ref": "#/definitions/guid_list"
},
"superseding_organisations": {
"description": "Organisations superseding this organisation",
"$ref": "#/definitions/guid_list"
},
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$ref": "#/definitions/guid_list"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,14 @@
"description": "Used for displaying related content on most pages, except for step-by-step and fatality notices. Links and their ordering are determined by the machine learning algorithms.",
"$ref": "#/definitions/guid_list"
},
"superseded_organisations": {
"description": "Organisations this organisation supersedes",
"$ref": "#/definitions/guid_list"
},
"superseding_organisations": {
"description": "Organisations superseding this organisation",
"$ref": "#/definitions/guid_list"
},
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$ref": "#/definitions/guid_list"
Expand Down
2 changes: 2 additions & 0 deletions content_schemas/formats/organisation.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -195,5 +195,7 @@
ordered_special_representatives: "Special representatives primarily for use with Whitehall organisations.",
ordered_successor_organisations: "Successor organisations primarily for use with closed Whitehall organisations.",
ordered_traffic_commissioners: "Traffic commissioners primarily for use with Whitehall organisations.",
superseded_organisations: "Organisations this organisation supersedes",
superseding_organisations: "Organisations superseding this organisation",
},
}