Skip to content

Commit

Permalink
Merge pull request #2502 from alphagov/remove-topical-events-from-tra…
Browse files Browse the repository at this point in the history
…vel-advice

Remove topical events from travel advice schema
  • Loading branch information
KludgeKML authored Sep 12, 2023
2 parents a66d33b + a4ca52d commit d7fe815
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,6 @@
"description": "Link type automatically added by Publishing API",
"$ref": "#/definitions/frontend_links_with_base_path"
},
"topical_events": {
"$ref": "#/definitions/frontend_links_with_base_path"
},
"topics": {
"description": "Powers the /topic section of the site. These are known as specialist sectors in some legacy apps.",
"$ref": "#/definitions/frontend_links_with_base_path"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,6 @@
"description": "Link type automatically added by Publishing API",
"$ref": "#/definitions/frontend_links_with_base_path"
},
"topical_events": {
"$ref": "#/definitions/frontend_links_with_base_path"
},
"topics": {
"description": "Powers the /topic section of the site. These are known as specialist sectors in some legacy apps.",
"$ref": "#/definitions/frontend_links_with_base_path"
Expand Down Expand Up @@ -254,9 +251,6 @@
"description": "Prototype-stage taxonomy label for this content item",
"$ref": "#/definitions/guid_list"
},
"topical_events": {
"$ref": "#/definitions/guid_list"
},
"topics": {
"description": "Powers the /topic section of the site. These are known as specialist sectors in some legacy apps.",
"$ref": "#/definitions/guid_list"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@
"description": "Prototype-stage taxonomy label for this content item",
"$ref": "#/definitions/guid_list"
},
"topical_events": {
"$ref": "#/definitions/guid_list"
},
"topics": {
"description": "Powers the /topic section of the site. These are known as specialist sectors in some legacy apps.",
"$ref": "#/definitions/guid_list"
Expand Down
1 change: 0 additions & 1 deletion content_schemas/formats/travel_advice.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,5 @@
},
links: (import "shared/base_links.jsonnet") + {
related: "",
topical_events: "",
},
}

0 comments on commit d7fe815

Please sign in to comment.