diff --git a/content_schemas/allowed_document_types.yml b/content_schemas/allowed_document_types.yml
index a21ff6555..9bf6e569f 100644
--- a/content_schemas/allowed_document_types.yml
+++ b/content_schemas/allowed_document_types.yml
@@ -155,7 +155,6 @@
- tax_tribunal_decision
- taxon
- terms_of_reference
-- topic
- topical_event
- topical_event_about_page
- traffic_commissioner_regulatory_decision
diff --git a/content_schemas/dist/formats/answer/frontend/schema.json b/content_schemas/dist/formats/answer/frontend/schema.json
index d3f374576..349089ccb 100644
--- a/content_schemas/dist/formats/answer/frontend/schema.json
+++ b/content_schemas/dist/formats/answer/frontend/schema.json
@@ -152,10 +152,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/answer/notification/schema.json b/content_schemas/dist/formats/answer/notification/schema.json
index 1bbb6b533..20bc9cf0d 100644
--- a/content_schemas/dist/formats/answer/notification/schema.json
+++ b/content_schemas/dist/formats/answer/notification/schema.json
@@ -170,10 +170,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -244,10 +240,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/answer/publisher_v2/links.json b/content_schemas/dist/formats/answer/publisher_v2/links.json
index 78d27f113..d3e7fac0a 100644
--- a/content_schemas/dist/formats/answer/publisher_v2/links.json
+++ b/content_schemas/dist/formats/answer/publisher_v2/links.json
@@ -63,10 +63,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/calendar/frontend/schema.json b/content_schemas/dist/formats/calendar/frontend/schema.json
index ec8e99ad7..8f0bfe8e8 100644
--- a/content_schemas/dist/formats/calendar/frontend/schema.json
+++ b/content_schemas/dist/formats/calendar/frontend/schema.json
@@ -152,10 +152,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/calendar/notification/schema.json b/content_schemas/dist/formats/calendar/notification/schema.json
index 025f032f0..9bfb4a9d2 100644
--- a/content_schemas/dist/formats/calendar/notification/schema.json
+++ b/content_schemas/dist/formats/calendar/notification/schema.json
@@ -170,10 +170,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -244,10 +240,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/calendar/publisher_v2/links.json b/content_schemas/dist/formats/calendar/publisher_v2/links.json
index 78d27f113..d3e7fac0a 100644
--- a/content_schemas/dist/formats/calendar/publisher_v2/links.json
+++ b/content_schemas/dist/formats/calendar/publisher_v2/links.json
@@ -63,10 +63,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/call_for_evidence/frontend/schema.json b/content_schemas/dist/formats/call_for_evidence/frontend/schema.json
index 92fdc9093..977c2a4cf 100644
--- a/content_schemas/dist/formats/call_for_evidence/frontend/schema.json
+++ b/content_schemas/dist/formats/call_for_evidence/frontend/schema.json
@@ -171,9 +171,6 @@
},
"topical_events": {
"$ref": "#/definitions/frontend_links_with_base_path"
- },
- "topics": {
- "$ref": "#/definitions/frontend_links_with_base_path"
}
}
},
@@ -1027,12 +1024,6 @@
"type": "object",
"additionalProperties": false,
"properties": {
- "additional_topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
"browse_pages": {
"type": "array",
"items": {
@@ -1044,18 +1035,6 @@
"items": {
"type": "string"
}
- },
- "primary_topic": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- "topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
}
}
},
diff --git a/content_schemas/dist/formats/call_for_evidence/notification/schema.json b/content_schemas/dist/formats/call_for_evidence/notification/schema.json
index accad439e..2e0eb4c80 100644
--- a/content_schemas/dist/formats/call_for_evidence/notification/schema.json
+++ b/content_schemas/dist/formats/call_for_evidence/notification/schema.json
@@ -189,9 +189,6 @@
},
"topical_events": {
"$ref": "#/definitions/frontend_links_with_base_path"
- },
- "topics": {
- "$ref": "#/definitions/frontend_links_with_base_path"
}
}
},
@@ -278,9 +275,6 @@
},
"topical_events": {
"$ref": "#/definitions/guid_list"
- },
- "topics": {
- "$ref": "#/definitions/guid_list"
}
}
},
@@ -1167,12 +1161,6 @@
"type": "object",
"additionalProperties": false,
"properties": {
- "additional_topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
"browse_pages": {
"type": "array",
"items": {
@@ -1184,18 +1172,6 @@
"items": {
"type": "string"
}
- },
- "primary_topic": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- "topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
}
}
},
diff --git a/content_schemas/dist/formats/call_for_evidence/publisher_v2/links.json b/content_schemas/dist/formats/call_for_evidence/publisher_v2/links.json
index d3518f6ec..daca990e6 100644
--- a/content_schemas/dist/formats/call_for_evidence/publisher_v2/links.json
+++ b/content_schemas/dist/formats/call_for_evidence/publisher_v2/links.json
@@ -82,10 +82,6 @@
},
"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"
}
}
},
diff --git a/content_schemas/dist/formats/call_for_evidence/publisher_v2/schema.json b/content_schemas/dist/formats/call_for_evidence/publisher_v2/schema.json
index 349e36caa..7a8771382 100644
--- a/content_schemas/dist/formats/call_for_evidence/publisher_v2/schema.json
+++ b/content_schemas/dist/formats/call_for_evidence/publisher_v2/schema.json
@@ -99,9 +99,6 @@
},
"topical_events": {
"$ref": "#/definitions/guid_list"
- },
- "topics": {
- "$ref": "#/definitions/guid_list"
}
}
},
@@ -832,12 +829,6 @@
"type": "object",
"additionalProperties": false,
"properties": {
- "additional_topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
"browse_pages": {
"type": "array",
"items": {
@@ -849,18 +840,6 @@
"items": {
"type": "string"
}
- },
- "primary_topic": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- "topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
}
}
},
diff --git a/content_schemas/dist/formats/case_study/frontend/schema.json b/content_schemas/dist/formats/case_study/frontend/schema.json
index f075cacd7..4642a6339 100644
--- a/content_schemas/dist/formats/case_study/frontend/schema.json
+++ b/content_schemas/dist/formats/case_study/frontend/schema.json
@@ -161,10 +161,6 @@
"description": "Link type automatically added by Publishing API",
"$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"
- },
"world_locations": {
"$ref": "#/definitions/frontend_links"
},
@@ -736,12 +732,6 @@
"type": "object",
"additionalProperties": false,
"properties": {
- "additional_topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
"browse_pages": {
"type": "array",
"items": {
@@ -753,18 +743,6 @@
"items": {
"type": "string"
}
- },
- "primary_topic": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- "topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
}
}
},
diff --git a/content_schemas/dist/formats/case_study/notification/schema.json b/content_schemas/dist/formats/case_study/notification/schema.json
index 497a9bc93..e6995af4f 100644
--- a/content_schemas/dist/formats/case_study/notification/schema.json
+++ b/content_schemas/dist/formats/case_study/notification/schema.json
@@ -179,10 +179,6 @@
"description": "Link type automatically added by Publishing API",
"$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"
- },
"world_locations": {
"$ref": "#/definitions/frontend_links"
},
@@ -267,10 +263,6 @@
"description": "Prototype-stage taxonomy label for this content item",
"$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"
- },
"world_locations": {
"$ref": "#/definitions/guid_list"
},
@@ -875,12 +867,6 @@
"type": "object",
"additionalProperties": false,
"properties": {
- "additional_topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
"browse_pages": {
"type": "array",
"items": {
@@ -892,18 +878,6 @@
"items": {
"type": "string"
}
- },
- "primary_topic": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- "topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
}
}
},
diff --git a/content_schemas/dist/formats/case_study/publisher_v2/links.json b/content_schemas/dist/formats/case_study/publisher_v2/links.json
index a87db201a..b775f778c 100644
--- a/content_schemas/dist/formats/case_study/publisher_v2/links.json
+++ b/content_schemas/dist/formats/case_study/publisher_v2/links.json
@@ -72,10 +72,6 @@
"description": "Prototype-stage taxonomy label for this content item",
"$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"
- },
"world_locations": {
"$ref": "#/definitions/guid_list"
},
diff --git a/content_schemas/dist/formats/case_study/publisher_v2/schema.json b/content_schemas/dist/formats/case_study/publisher_v2/schema.json
index 3f796a00a..3aa218a7e 100644
--- a/content_schemas/dist/formats/case_study/publisher_v2/schema.json
+++ b/content_schemas/dist/formats/case_study/publisher_v2/schema.json
@@ -505,12 +505,6 @@
"type": "object",
"additionalProperties": false,
"properties": {
- "additional_topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
"browse_pages": {
"type": "array",
"items": {
@@ -522,18 +516,6 @@
"items": {
"type": "string"
}
- },
- "primary_topic": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- "topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
}
}
},
diff --git a/content_schemas/dist/formats/completed_transaction/frontend/schema.json b/content_schemas/dist/formats/completed_transaction/frontend/schema.json
index 1fbdb8c1d..11f48818d 100644
--- a/content_schemas/dist/formats/completed_transaction/frontend/schema.json
+++ b/content_schemas/dist/formats/completed_transaction/frontend/schema.json
@@ -152,10 +152,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/completed_transaction/notification/schema.json b/content_schemas/dist/formats/completed_transaction/notification/schema.json
index 858e5df68..f0a7de772 100644
--- a/content_schemas/dist/formats/completed_transaction/notification/schema.json
+++ b/content_schemas/dist/formats/completed_transaction/notification/schema.json
@@ -170,10 +170,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -244,10 +240,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/completed_transaction/publisher_v2/links.json b/content_schemas/dist/formats/completed_transaction/publisher_v2/links.json
index 78d27f113..d3e7fac0a 100644
--- a/content_schemas/dist/formats/completed_transaction/publisher_v2/links.json
+++ b/content_schemas/dist/formats/completed_transaction/publisher_v2/links.json
@@ -63,10 +63,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/consultation/frontend/schema.json b/content_schemas/dist/formats/consultation/frontend/schema.json
index b75daaea3..3d30a196b 100644
--- a/content_schemas/dist/formats/consultation/frontend/schema.json
+++ b/content_schemas/dist/formats/consultation/frontend/schema.json
@@ -171,9 +171,6 @@
},
"topical_events": {
"$ref": "#/definitions/frontend_links_with_base_path"
- },
- "topics": {
- "$ref": "#/definitions/frontend_links_with_base_path"
}
}
},
@@ -1044,12 +1041,6 @@
"type": "object",
"additionalProperties": false,
"properties": {
- "additional_topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
"browse_pages": {
"type": "array",
"items": {
@@ -1061,18 +1052,6 @@
"items": {
"type": "string"
}
- },
- "primary_topic": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- "topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
}
}
},
diff --git a/content_schemas/dist/formats/consultation/notification/schema.json b/content_schemas/dist/formats/consultation/notification/schema.json
index 1575ca50f..ce7b64572 100644
--- a/content_schemas/dist/formats/consultation/notification/schema.json
+++ b/content_schemas/dist/formats/consultation/notification/schema.json
@@ -189,9 +189,6 @@
},
"topical_events": {
"$ref": "#/definitions/frontend_links_with_base_path"
- },
- "topics": {
- "$ref": "#/definitions/frontend_links_with_base_path"
}
}
},
@@ -278,9 +275,6 @@
},
"topical_events": {
"$ref": "#/definitions/guid_list"
- },
- "topics": {
- "$ref": "#/definitions/guid_list"
}
}
},
@@ -1184,12 +1178,6 @@
"type": "object",
"additionalProperties": false,
"properties": {
- "additional_topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
"browse_pages": {
"type": "array",
"items": {
@@ -1201,18 +1189,6 @@
"items": {
"type": "string"
}
- },
- "primary_topic": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- "topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
}
}
},
diff --git a/content_schemas/dist/formats/consultation/publisher_v2/links.json b/content_schemas/dist/formats/consultation/publisher_v2/links.json
index d3518f6ec..daca990e6 100644
--- a/content_schemas/dist/formats/consultation/publisher_v2/links.json
+++ b/content_schemas/dist/formats/consultation/publisher_v2/links.json
@@ -82,10 +82,6 @@
},
"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"
}
}
},
diff --git a/content_schemas/dist/formats/consultation/publisher_v2/schema.json b/content_schemas/dist/formats/consultation/publisher_v2/schema.json
index c65ad57c3..9238fa235 100644
--- a/content_schemas/dist/formats/consultation/publisher_v2/schema.json
+++ b/content_schemas/dist/formats/consultation/publisher_v2/schema.json
@@ -99,9 +99,6 @@
},
"topical_events": {
"$ref": "#/definitions/guid_list"
- },
- "topics": {
- "$ref": "#/definitions/guid_list"
}
}
},
@@ -849,12 +846,6 @@
"type": "object",
"additionalProperties": false,
"properties": {
- "additional_topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
"browse_pages": {
"type": "array",
"items": {
@@ -866,18 +857,6 @@
"items": {
"type": "string"
}
- },
- "primary_topic": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- "topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
}
}
},
diff --git a/content_schemas/dist/formats/contact/frontend/schema.json b/content_schemas/dist/formats/contact/frontend/schema.json
index f259ed06f..c658361fc 100644
--- a/content_schemas/dist/formats/contact/frontend/schema.json
+++ b/content_schemas/dist/formats/contact/frontend/schema.json
@@ -156,10 +156,6 @@
"description": "Link type automatically added by Publishing API",
"$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"
- },
"world_locations": {
"$ref": "#/definitions/frontend_links"
}
diff --git a/content_schemas/dist/formats/contact/notification/schema.json b/content_schemas/dist/formats/contact/notification/schema.json
index cabdd5a0f..dd9329044 100644
--- a/content_schemas/dist/formats/contact/notification/schema.json
+++ b/content_schemas/dist/formats/contact/notification/schema.json
@@ -174,10 +174,6 @@
"description": "Link type automatically added by Publishing API",
"$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"
- },
"world_locations": {
"$ref": "#/definitions/frontend_links"
}
@@ -254,10 +250,6 @@
"description": "Prototype-stage taxonomy label for this content item",
"$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"
- },
"world_locations": {
"$ref": "#/definitions/guid_list"
}
diff --git a/content_schemas/dist/formats/contact/publisher_v2/links.json b/content_schemas/dist/formats/contact/publisher_v2/links.json
index ba1eb580a..5baa5e158 100644
--- a/content_schemas/dist/formats/contact/publisher_v2/links.json
+++ b/content_schemas/dist/formats/contact/publisher_v2/links.json
@@ -67,10 +67,6 @@
"description": "Prototype-stage taxonomy label for this content item",
"$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"
- },
"world_locations": {
"$ref": "#/definitions/guid_list"
}
diff --git a/content_schemas/dist/formats/coronavirus_landing_page/frontend/schema.json b/content_schemas/dist/formats/coronavirus_landing_page/frontend/schema.json
index cfa3b3078..5844d14c9 100644
--- a/content_schemas/dist/formats/coronavirus_landing_page/frontend/schema.json
+++ b/content_schemas/dist/formats/coronavirus_landing_page/frontend/schema.json
@@ -152,10 +152,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/coronavirus_landing_page/notification/schema.json b/content_schemas/dist/formats/coronavirus_landing_page/notification/schema.json
index ff41bfdae..af5e7dd41 100644
--- a/content_schemas/dist/formats/coronavirus_landing_page/notification/schema.json
+++ b/content_schemas/dist/formats/coronavirus_landing_page/notification/schema.json
@@ -170,10 +170,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -244,10 +240,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/coronavirus_landing_page/publisher_v2/links.json b/content_schemas/dist/formats/coronavirus_landing_page/publisher_v2/links.json
index 78d27f113..d3e7fac0a 100644
--- a/content_schemas/dist/formats/coronavirus_landing_page/publisher_v2/links.json
+++ b/content_schemas/dist/formats/coronavirus_landing_page/publisher_v2/links.json
@@ -63,10 +63,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/corporate_information_page/frontend/schema.json b/content_schemas/dist/formats/corporate_information_page/frontend/schema.json
index 9654bc4e4..c7e8c41eb 100644
--- a/content_schemas/dist/formats/corporate_information_page/frontend/schema.json
+++ b/content_schemas/dist/formats/corporate_information_page/frontend/schema.json
@@ -181,10 +181,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -788,12 +784,6 @@
"type": "object",
"additionalProperties": false,
"properties": {
- "additional_topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
"browse_pages": {
"type": "array",
"items": {
@@ -805,18 +795,6 @@
"items": {
"type": "string"
}
- },
- "primary_topic": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- "topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
}
}
},
diff --git a/content_schemas/dist/formats/corporate_information_page/notification/schema.json b/content_schemas/dist/formats/corporate_information_page/notification/schema.json
index d8a4f113c..31821cb35 100644
--- a/content_schemas/dist/formats/corporate_information_page/notification/schema.json
+++ b/content_schemas/dist/formats/corporate_information_page/notification/schema.json
@@ -199,10 +199,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -281,10 +277,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
@@ -921,12 +913,6 @@
"type": "object",
"additionalProperties": false,
"properties": {
- "additional_topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
"browse_pages": {
"type": "array",
"items": {
@@ -938,18 +924,6 @@
"items": {
"type": "string"
}
- },
- "primary_topic": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- "topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
}
}
},
diff --git a/content_schemas/dist/formats/corporate_information_page/publisher_v2/links.json b/content_schemas/dist/formats/corporate_information_page/publisher_v2/links.json
index 5eebe6610..9bc8e720d 100644
--- a/content_schemas/dist/formats/corporate_information_page/publisher_v2/links.json
+++ b/content_schemas/dist/formats/corporate_information_page/publisher_v2/links.json
@@ -71,10 +71,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/corporate_information_page/publisher_v2/schema.json b/content_schemas/dist/formats/corporate_information_page/publisher_v2/schema.json
index dc35ec144..c90a9c049 100644
--- a/content_schemas/dist/formats/corporate_information_page/publisher_v2/schema.json
+++ b/content_schemas/dist/formats/corporate_information_page/publisher_v2/schema.json
@@ -585,12 +585,6 @@
"type": "object",
"additionalProperties": false,
"properties": {
- "additional_topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
"browse_pages": {
"type": "array",
"items": {
@@ -602,18 +596,6 @@
"items": {
"type": "string"
}
- },
- "primary_topic": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- "topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
}
}
},
diff --git a/content_schemas/dist/formats/detailed_guide/frontend/schema.json b/content_schemas/dist/formats/detailed_guide/frontend/schema.json
index 7e9e20f02..463669a05 100644
--- a/content_schemas/dist/formats/detailed_guide/frontend/schema.json
+++ b/content_schemas/dist/formats/detailed_guide/frontend/schema.json
@@ -166,9 +166,6 @@
},
"topical_events": {
"$ref": "#/definitions/frontend_links_with_base_path"
- },
- "topics": {
- "$ref": "#/definitions/frontend_links_with_base_path"
}
}
},
@@ -869,12 +866,6 @@
"type": "object",
"additionalProperties": false,
"properties": {
- "additional_topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
"browse_pages": {
"type": "array",
"items": {
@@ -886,18 +877,6 @@
"items": {
"type": "string"
}
- },
- "primary_topic": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- "topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
}
}
},
diff --git a/content_schemas/dist/formats/detailed_guide/notification/schema.json b/content_schemas/dist/formats/detailed_guide/notification/schema.json
index edd05a451..9ee7e0a1e 100644
--- a/content_schemas/dist/formats/detailed_guide/notification/schema.json
+++ b/content_schemas/dist/formats/detailed_guide/notification/schema.json
@@ -184,9 +184,6 @@
},
"topical_events": {
"$ref": "#/definitions/frontend_links_with_base_path"
- },
- "topics": {
- "$ref": "#/definitions/frontend_links_with_base_path"
}
}
},
@@ -271,9 +268,6 @@
},
"topical_events": {
"$ref": "#/definitions/guid_list"
- },
- "topics": {
- "$ref": "#/definitions/guid_list"
}
}
},
@@ -1007,12 +1001,6 @@
"type": "object",
"additionalProperties": false,
"properties": {
- "additional_topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
"browse_pages": {
"type": "array",
"items": {
@@ -1024,18 +1012,6 @@
"items": {
"type": "string"
}
- },
- "primary_topic": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- "topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
}
}
},
diff --git a/content_schemas/dist/formats/detailed_guide/publisher_v2/links.json b/content_schemas/dist/formats/detailed_guide/publisher_v2/links.json
index 9f4823a79..86e9306bb 100644
--- a/content_schemas/dist/formats/detailed_guide/publisher_v2/links.json
+++ b/content_schemas/dist/formats/detailed_guide/publisher_v2/links.json
@@ -77,10 +77,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/detailed_guide/publisher_v2/schema.json b/content_schemas/dist/formats/detailed_guide/publisher_v2/schema.json
index baaf8ac89..9fb103ef8 100644
--- a/content_schemas/dist/formats/detailed_guide/publisher_v2/schema.json
+++ b/content_schemas/dist/formats/detailed_guide/publisher_v2/schema.json
@@ -94,9 +94,6 @@
},
"topical_events": {
"$ref": "#/definitions/guid_list"
- },
- "topics": {
- "$ref": "#/definitions/guid_list"
}
}
},
@@ -674,12 +671,6 @@
"type": "object",
"additionalProperties": false,
"properties": {
- "additional_topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
"browse_pages": {
"type": "array",
"items": {
@@ -691,18 +682,6 @@
"items": {
"type": "string"
}
- },
- "primary_topic": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- "topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
}
}
},
diff --git a/content_schemas/dist/formats/document_collection/frontend/schema.json b/content_schemas/dist/formats/document_collection/frontend/schema.json
index dde1c781a..3ca4a247e 100644
--- a/content_schemas/dist/formats/document_collection/frontend/schema.json
+++ b/content_schemas/dist/formats/document_collection/frontend/schema.json
@@ -174,9 +174,6 @@
},
"topical_events": {
"$ref": "#/definitions/frontend_links_with_base_path"
- },
- "topics": {
- "$ref": "#/definitions/frontend_links_with_base_path"
}
}
},
@@ -741,12 +738,6 @@
"type": "object",
"additionalProperties": false,
"properties": {
- "additional_topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
"browse_pages": {
"type": "array",
"items": {
@@ -758,18 +749,6 @@
"items": {
"type": "string"
}
- },
- "primary_topic": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- "topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
}
}
},
diff --git a/content_schemas/dist/formats/document_collection/notification/schema.json b/content_schemas/dist/formats/document_collection/notification/schema.json
index 4459557a7..cbade7cd9 100644
--- a/content_schemas/dist/formats/document_collection/notification/schema.json
+++ b/content_schemas/dist/formats/document_collection/notification/schema.json
@@ -192,9 +192,6 @@
},
"topical_events": {
"$ref": "#/definitions/frontend_links_with_base_path"
- },
- "topics": {
- "$ref": "#/definitions/frontend_links_with_base_path"
}
}
},
@@ -287,9 +284,6 @@
},
"topical_events": {
"$ref": "#/definitions/guid_list"
- },
- "topics": {
- "$ref": "#/definitions/guid_list"
}
}
},
@@ -887,12 +881,6 @@
"type": "object",
"additionalProperties": false,
"properties": {
- "additional_topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
"browse_pages": {
"type": "array",
"items": {
@@ -904,18 +892,6 @@
"items": {
"type": "string"
}
- },
- "primary_topic": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- "topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
}
}
},
diff --git a/content_schemas/dist/formats/document_collection/publisher_v2/links.json b/content_schemas/dist/formats/document_collection/publisher_v2/links.json
index f126ad2e1..592ee49dc 100644
--- a/content_schemas/dist/formats/document_collection/publisher_v2/links.json
+++ b/content_schemas/dist/formats/document_collection/publisher_v2/links.json
@@ -89,10 +89,6 @@
"topical_events": {
"description": "The topical events that are part of this document collection.",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/document_collection/publisher_v2/schema.json b/content_schemas/dist/formats/document_collection/publisher_v2/schema.json
index 887270d2c..7707c3623 100644
--- a/content_schemas/dist/formats/document_collection/publisher_v2/schema.json
+++ b/content_schemas/dist/formats/document_collection/publisher_v2/schema.json
@@ -96,9 +96,6 @@
},
"topical_events": {
"$ref": "#/definitions/guid_list"
- },
- "topics": {
- "$ref": "#/definitions/guid_list"
}
}
},
@@ -540,12 +537,6 @@
"type": "object",
"additionalProperties": false,
"properties": {
- "additional_topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
"browse_pages": {
"type": "array",
"items": {
@@ -557,18 +548,6 @@
"items": {
"type": "string"
}
- },
- "primary_topic": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- "topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
}
}
},
diff --git a/content_schemas/dist/formats/email_alert_signup/frontend/schema.json b/content_schemas/dist/formats/email_alert_signup/frontend/schema.json
index 49999b643..84a7fc725 100644
--- a/content_schemas/dist/formats/email_alert_signup/frontend/schema.json
+++ b/content_schemas/dist/formats/email_alert_signup/frontend/schema.json
@@ -152,10 +152,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -301,7 +297,6 @@
"email_alert_type": {
"type": "string",
"enum": [
- "topics",
"policies",
"countries"
]
@@ -672,12 +667,6 @@
"type": "object",
"additionalProperties": false,
"properties": {
- "additional_topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
"browse_pages": {
"type": "array",
"items": {
@@ -689,18 +678,6 @@
"items": {
"type": "string"
}
- },
- "primary_topic": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- "topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
}
}
},
diff --git a/content_schemas/dist/formats/email_alert_signup/notification/schema.json b/content_schemas/dist/formats/email_alert_signup/notification/schema.json
index ad3061cb5..2407f576d 100644
--- a/content_schemas/dist/formats/email_alert_signup/notification/schema.json
+++ b/content_schemas/dist/formats/email_alert_signup/notification/schema.json
@@ -170,10 +170,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -244,10 +240,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
@@ -392,7 +384,6 @@
"email_alert_type": {
"type": "string",
"enum": [
- "topics",
"policies",
"countries"
]
@@ -797,12 +788,6 @@
"type": "object",
"additionalProperties": false,
"properties": {
- "additional_topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
"browse_pages": {
"type": "array",
"items": {
@@ -814,18 +799,6 @@
"items": {
"type": "string"
}
- },
- "primary_topic": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- "topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
}
}
},
diff --git a/content_schemas/dist/formats/email_alert_signup/publisher_v2/links.json b/content_schemas/dist/formats/email_alert_signup/publisher_v2/links.json
index 78d27f113..d3e7fac0a 100644
--- a/content_schemas/dist/formats/email_alert_signup/publisher_v2/links.json
+++ b/content_schemas/dist/formats/email_alert_signup/publisher_v2/links.json
@@ -63,10 +63,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/email_alert_signup/publisher_v2/schema.json b/content_schemas/dist/formats/email_alert_signup/publisher_v2/schema.json
index a6c2983d0..a5ec2b200 100644
--- a/content_schemas/dist/formats/email_alert_signup/publisher_v2/schema.json
+++ b/content_schemas/dist/formats/email_alert_signup/publisher_v2/schema.json
@@ -180,7 +180,6 @@
"email_alert_type": {
"type": "string",
"enum": [
- "topics",
"policies",
"countries"
]
@@ -431,12 +430,6 @@
"type": "object",
"additionalProperties": false,
"properties": {
- "additional_topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
"browse_pages": {
"type": "array",
"items": {
@@ -448,18 +441,6 @@
"items": {
"type": "string"
}
- },
- "primary_topic": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- "topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
}
}
},
diff --git a/content_schemas/dist/formats/embassies_index/frontend/schema.json b/content_schemas/dist/formats/embassies_index/frontend/schema.json
index baf267ddb..bc0710494 100644
--- a/content_schemas/dist/formats/embassies_index/frontend/schema.json
+++ b/content_schemas/dist/formats/embassies_index/frontend/schema.json
@@ -152,10 +152,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/embassies_index/notification/schema.json b/content_schemas/dist/formats/embassies_index/notification/schema.json
index 1d18f9b32..fa77680b8 100644
--- a/content_schemas/dist/formats/embassies_index/notification/schema.json
+++ b/content_schemas/dist/formats/embassies_index/notification/schema.json
@@ -170,10 +170,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -244,10 +240,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/embassies_index/publisher_v2/links.json b/content_schemas/dist/formats/embassies_index/publisher_v2/links.json
index 78d27f113..d3e7fac0a 100644
--- a/content_schemas/dist/formats/embassies_index/publisher_v2/links.json
+++ b/content_schemas/dist/formats/embassies_index/publisher_v2/links.json
@@ -63,10 +63,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/facet/frontend/schema.json b/content_schemas/dist/formats/facet/frontend/schema.json
index 5e087f4a5..699d0d738 100644
--- a/content_schemas/dist/formats/facet/frontend/schema.json
+++ b/content_schemas/dist/formats/facet/frontend/schema.json
@@ -152,10 +152,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/facet/notification/schema.json b/content_schemas/dist/formats/facet/notification/schema.json
index 3321f6242..d09e6bb3c 100644
--- a/content_schemas/dist/formats/facet/notification/schema.json
+++ b/content_schemas/dist/formats/facet/notification/schema.json
@@ -170,10 +170,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -244,10 +240,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/facet/publisher_v2/links.json b/content_schemas/dist/formats/facet/publisher_v2/links.json
index 78d27f113..d3e7fac0a 100644
--- a/content_schemas/dist/formats/facet/publisher_v2/links.json
+++ b/content_schemas/dist/formats/facet/publisher_v2/links.json
@@ -63,10 +63,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/fatality_notice/frontend/schema.json b/content_schemas/dist/formats/fatality_notice/frontend/schema.json
index acb644b34..9b9147be3 100644
--- a/content_schemas/dist/formats/fatality_notice/frontend/schema.json
+++ b/content_schemas/dist/formats/fatality_notice/frontend/schema.json
@@ -164,10 +164,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/fatality_notice/notification/schema.json b/content_schemas/dist/formats/fatality_notice/notification/schema.json
index f56e8f09a..4ad06c7a0 100644
--- a/content_schemas/dist/formats/fatality_notice/notification/schema.json
+++ b/content_schemas/dist/formats/fatality_notice/notification/schema.json
@@ -182,10 +182,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -269,10 +265,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/fatality_notice/publisher_v2/links.json b/content_schemas/dist/formats/fatality_notice/publisher_v2/links.json
index 20c4e2726..aca96d5f7 100644
--- a/content_schemas/dist/formats/fatality_notice/publisher_v2/links.json
+++ b/content_schemas/dist/formats/fatality_notice/publisher_v2/links.json
@@ -75,10 +75,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/field_of_operation/frontend/schema.json b/content_schemas/dist/formats/field_of_operation/frontend/schema.json
index 2056b8dad..4e898144c 100644
--- a/content_schemas/dist/formats/field_of_operation/frontend/schema.json
+++ b/content_schemas/dist/formats/field_of_operation/frontend/schema.json
@@ -156,10 +156,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/field_of_operation/notification/schema.json b/content_schemas/dist/formats/field_of_operation/notification/schema.json
index aecb7ac0d..79498812a 100644
--- a/content_schemas/dist/formats/field_of_operation/notification/schema.json
+++ b/content_schemas/dist/formats/field_of_operation/notification/schema.json
@@ -174,10 +174,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -252,10 +248,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/field_of_operation/publisher_v2/links.json b/content_schemas/dist/formats/field_of_operation/publisher_v2/links.json
index 29de23501..9a2c1049e 100644
--- a/content_schemas/dist/formats/field_of_operation/publisher_v2/links.json
+++ b/content_schemas/dist/formats/field_of_operation/publisher_v2/links.json
@@ -67,10 +67,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/fields_of_operation/frontend/schema.json b/content_schemas/dist/formats/fields_of_operation/frontend/schema.json
index 0204c4af8..77885da0c 100644
--- a/content_schemas/dist/formats/fields_of_operation/frontend/schema.json
+++ b/content_schemas/dist/formats/fields_of_operation/frontend/schema.json
@@ -156,10 +156,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/fields_of_operation/notification/schema.json b/content_schemas/dist/formats/fields_of_operation/notification/schema.json
index 5d2b498c2..2c69402c3 100644
--- a/content_schemas/dist/formats/fields_of_operation/notification/schema.json
+++ b/content_schemas/dist/formats/fields_of_operation/notification/schema.json
@@ -174,10 +174,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -252,10 +248,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/fields_of_operation/publisher_v2/links.json b/content_schemas/dist/formats/fields_of_operation/publisher_v2/links.json
index 4d4f1bb7c..0d90bfbb7 100644
--- a/content_schemas/dist/formats/fields_of_operation/publisher_v2/links.json
+++ b/content_schemas/dist/formats/fields_of_operation/publisher_v2/links.json
@@ -67,10 +67,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/finder/frontend/schema.json b/content_schemas/dist/formats/finder/frontend/schema.json
index 515e568d9..93849b7ef 100644
--- a/content_schemas/dist/formats/finder/frontend/schema.json
+++ b/content_schemas/dist/formats/finder/frontend/schema.json
@@ -158,10 +158,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/finder/notification/schema.json b/content_schemas/dist/formats/finder/notification/schema.json
index 299c83fb6..9c616e866 100644
--- a/content_schemas/dist/formats/finder/notification/schema.json
+++ b/content_schemas/dist/formats/finder/notification/schema.json
@@ -176,10 +176,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -259,10 +255,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/finder/publisher_v2/links.json b/content_schemas/dist/formats/finder/publisher_v2/links.json
index d9136261a..d3988a32c 100644
--- a/content_schemas/dist/formats/finder/publisher_v2/links.json
+++ b/content_schemas/dist/formats/finder/publisher_v2/links.json
@@ -72,10 +72,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/finder_email_signup/frontend/schema.json b/content_schemas/dist/formats/finder_email_signup/frontend/schema.json
index 99fcef183..adff3a55b 100644
--- a/content_schemas/dist/formats/finder_email_signup/frontend/schema.json
+++ b/content_schemas/dist/formats/finder_email_signup/frontend/schema.json
@@ -154,10 +154,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/finder_email_signup/notification/schema.json b/content_schemas/dist/formats/finder_email_signup/notification/schema.json
index 1cf2ae9cb..4d5d782f6 100644
--- a/content_schemas/dist/formats/finder_email_signup/notification/schema.json
+++ b/content_schemas/dist/formats/finder_email_signup/notification/schema.json
@@ -172,10 +172,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -248,10 +244,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/finder_email_signup/publisher_v2/links.json b/content_schemas/dist/formats/finder_email_signup/publisher_v2/links.json
index 923187b00..07229fa03 100644
--- a/content_schemas/dist/formats/finder_email_signup/publisher_v2/links.json
+++ b/content_schemas/dist/formats/finder_email_signup/publisher_v2/links.json
@@ -65,10 +65,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/generic/frontend/schema.json b/content_schemas/dist/formats/generic/frontend/schema.json
index 86efee5dc..b62754c1c 100644
--- a/content_schemas/dist/formats/generic/frontend/schema.json
+++ b/content_schemas/dist/formats/generic/frontend/schema.json
@@ -191,7 +191,6 @@
"tax_tribunal_decision",
"taxon",
"terms_of_reference",
- "topic",
"topical_event",
"topical_event_about_page",
"traffic_commissioner_regulatory_decision",
@@ -330,10 +329,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/generic/notification/schema.json b/content_schemas/dist/formats/generic/notification/schema.json
index fe748f57c..59d7f6067 100644
--- a/content_schemas/dist/formats/generic/notification/schema.json
+++ b/content_schemas/dist/formats/generic/notification/schema.json
@@ -215,7 +215,6 @@
"tax_tribunal_decision",
"taxon",
"terms_of_reference",
- "topic",
"topical_event",
"topical_event_about_page",
"traffic_commissioner_regulatory_decision",
@@ -348,10 +347,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -422,10 +417,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/generic/publisher_v2/links.json b/content_schemas/dist/formats/generic/publisher_v2/links.json
index 78d27f113..d3e7fac0a 100644
--- a/content_schemas/dist/formats/generic/publisher_v2/links.json
+++ b/content_schemas/dist/formats/generic/publisher_v2/links.json
@@ -63,10 +63,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/generic/publisher_v2/schema.json b/content_schemas/dist/formats/generic/publisher_v2/schema.json
index e3b8dc205..91c5c14cf 100644
--- a/content_schemas/dist/formats/generic/publisher_v2/schema.json
+++ b/content_schemas/dist/formats/generic/publisher_v2/schema.json
@@ -201,7 +201,6 @@
"tax_tribunal_decision",
"taxon",
"terms_of_reference",
- "topic",
"topical_event",
"topical_event_about_page",
"traffic_commissioner_regulatory_decision",
diff --git a/content_schemas/dist/formats/generic_with_external_related_links/frontend/schema.json b/content_schemas/dist/formats/generic_with_external_related_links/frontend/schema.json
index a3720c43d..72ddc5974 100644
--- a/content_schemas/dist/formats/generic_with_external_related_links/frontend/schema.json
+++ b/content_schemas/dist/formats/generic_with_external_related_links/frontend/schema.json
@@ -191,7 +191,6 @@
"tax_tribunal_decision",
"taxon",
"terms_of_reference",
- "topic",
"topical_event",
"topical_event_about_page",
"traffic_commissioner_regulatory_decision",
@@ -330,10 +329,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/generic_with_external_related_links/notification/schema.json b/content_schemas/dist/formats/generic_with_external_related_links/notification/schema.json
index 8a4dde8bf..ea9964836 100644
--- a/content_schemas/dist/formats/generic_with_external_related_links/notification/schema.json
+++ b/content_schemas/dist/formats/generic_with_external_related_links/notification/schema.json
@@ -215,7 +215,6 @@
"tax_tribunal_decision",
"taxon",
"terms_of_reference",
- "topic",
"topical_event",
"topical_event_about_page",
"traffic_commissioner_regulatory_decision",
@@ -348,10 +347,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -422,10 +417,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/generic_with_external_related_links/publisher_v2/links.json b/content_schemas/dist/formats/generic_with_external_related_links/publisher_v2/links.json
index 78d27f113..d3e7fac0a 100644
--- a/content_schemas/dist/formats/generic_with_external_related_links/publisher_v2/links.json
+++ b/content_schemas/dist/formats/generic_with_external_related_links/publisher_v2/links.json
@@ -63,10 +63,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/generic_with_external_related_links/publisher_v2/schema.json b/content_schemas/dist/formats/generic_with_external_related_links/publisher_v2/schema.json
index fc57de871..038b79828 100644
--- a/content_schemas/dist/formats/generic_with_external_related_links/publisher_v2/schema.json
+++ b/content_schemas/dist/formats/generic_with_external_related_links/publisher_v2/schema.json
@@ -201,7 +201,6 @@
"tax_tribunal_decision",
"taxon",
"terms_of_reference",
- "topic",
"topical_event",
"topical_event_about_page",
"traffic_commissioner_regulatory_decision",
diff --git a/content_schemas/dist/formats/get_involved/frontend/schema.json b/content_schemas/dist/formats/get_involved/frontend/schema.json
index cded14980..65f11beac 100644
--- a/content_schemas/dist/formats/get_involved/frontend/schema.json
+++ b/content_schemas/dist/formats/get_involved/frontend/schema.json
@@ -156,10 +156,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/get_involved/notification/schema.json b/content_schemas/dist/formats/get_involved/notification/schema.json
index b02776c72..6b2779320 100644
--- a/content_schemas/dist/formats/get_involved/notification/schema.json
+++ b/content_schemas/dist/formats/get_involved/notification/schema.json
@@ -174,10 +174,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -252,10 +248,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/get_involved/publisher_v2/links.json b/content_schemas/dist/formats/get_involved/publisher_v2/links.json
index 1a475c363..af860b267 100644
--- a/content_schemas/dist/formats/get_involved/publisher_v2/links.json
+++ b/content_schemas/dist/formats/get_involved/publisher_v2/links.json
@@ -67,10 +67,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/government/frontend/schema.json b/content_schemas/dist/formats/government/frontend/schema.json
index 9225bc0b5..35953a2a9 100644
--- a/content_schemas/dist/formats/government/frontend/schema.json
+++ b/content_schemas/dist/formats/government/frontend/schema.json
@@ -152,10 +152,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/government/notification/schema.json b/content_schemas/dist/formats/government/notification/schema.json
index b3e780aed..95dfe2993 100644
--- a/content_schemas/dist/formats/government/notification/schema.json
+++ b/content_schemas/dist/formats/government/notification/schema.json
@@ -170,10 +170,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -244,10 +240,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/government/publisher_v2/links.json b/content_schemas/dist/formats/government/publisher_v2/links.json
index 78d27f113..d3e7fac0a 100644
--- a/content_schemas/dist/formats/government/publisher_v2/links.json
+++ b/content_schemas/dist/formats/government/publisher_v2/links.json
@@ -63,10 +63,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/guide/frontend/schema.json b/content_schemas/dist/formats/guide/frontend/schema.json
index 0f52a04c8..1002642f3 100644
--- a/content_schemas/dist/formats/guide/frontend/schema.json
+++ b/content_schemas/dist/formats/guide/frontend/schema.json
@@ -152,10 +152,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/guide/notification/schema.json b/content_schemas/dist/formats/guide/notification/schema.json
index 965535f45..415456745 100644
--- a/content_schemas/dist/formats/guide/notification/schema.json
+++ b/content_schemas/dist/formats/guide/notification/schema.json
@@ -170,10 +170,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -244,10 +240,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/guide/publisher_v2/links.json b/content_schemas/dist/formats/guide/publisher_v2/links.json
index 78d27f113..d3e7fac0a 100644
--- a/content_schemas/dist/formats/guide/publisher_v2/links.json
+++ b/content_schemas/dist/formats/guide/publisher_v2/links.json
@@ -63,10 +63,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/help_page/frontend/schema.json b/content_schemas/dist/formats/help_page/frontend/schema.json
index c55c76c9b..225f68a62 100644
--- a/content_schemas/dist/formats/help_page/frontend/schema.json
+++ b/content_schemas/dist/formats/help_page/frontend/schema.json
@@ -152,10 +152,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/help_page/notification/schema.json b/content_schemas/dist/formats/help_page/notification/schema.json
index 9c51d5cbf..fbf9c3313 100644
--- a/content_schemas/dist/formats/help_page/notification/schema.json
+++ b/content_schemas/dist/formats/help_page/notification/schema.json
@@ -170,10 +170,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -244,10 +240,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/help_page/publisher_v2/links.json b/content_schemas/dist/formats/help_page/publisher_v2/links.json
index 78d27f113..d3e7fac0a 100644
--- a/content_schemas/dist/formats/help_page/publisher_v2/links.json
+++ b/content_schemas/dist/formats/help_page/publisher_v2/links.json
@@ -63,10 +63,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/historic_appointment/frontend/schema.json b/content_schemas/dist/formats/historic_appointment/frontend/schema.json
index c2e0b6654..0a098fb0c 100644
--- a/content_schemas/dist/formats/historic_appointment/frontend/schema.json
+++ b/content_schemas/dist/formats/historic_appointment/frontend/schema.json
@@ -156,10 +156,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/historic_appointment/notification/schema.json b/content_schemas/dist/formats/historic_appointment/notification/schema.json
index 04c4a9062..02e63fd95 100644
--- a/content_schemas/dist/formats/historic_appointment/notification/schema.json
+++ b/content_schemas/dist/formats/historic_appointment/notification/schema.json
@@ -174,10 +174,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -252,10 +248,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/historic_appointment/publisher_v2/links.json b/content_schemas/dist/formats/historic_appointment/publisher_v2/links.json
index 6507855b9..6b52fbcb0 100644
--- a/content_schemas/dist/formats/historic_appointment/publisher_v2/links.json
+++ b/content_schemas/dist/formats/historic_appointment/publisher_v2/links.json
@@ -67,10 +67,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/historic_appointments/frontend/schema.json b/content_schemas/dist/formats/historic_appointments/frontend/schema.json
index edcf2d4e8..dee67fa06 100644
--- a/content_schemas/dist/formats/historic_appointments/frontend/schema.json
+++ b/content_schemas/dist/formats/historic_appointments/frontend/schema.json
@@ -156,10 +156,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/historic_appointments/notification/schema.json b/content_schemas/dist/formats/historic_appointments/notification/schema.json
index f9f095212..62415fd7e 100644
--- a/content_schemas/dist/formats/historic_appointments/notification/schema.json
+++ b/content_schemas/dist/formats/historic_appointments/notification/schema.json
@@ -174,10 +174,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -252,10 +248,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/historic_appointments/publisher_v2/links.json b/content_schemas/dist/formats/historic_appointments/publisher_v2/links.json
index 98726d294..7b18321f2 100644
--- a/content_schemas/dist/formats/historic_appointments/publisher_v2/links.json
+++ b/content_schemas/dist/formats/historic_appointments/publisher_v2/links.json
@@ -67,10 +67,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/history/frontend/schema.json b/content_schemas/dist/formats/history/frontend/schema.json
index 8048ecd0a..f11bd2ca5 100644
--- a/content_schemas/dist/formats/history/frontend/schema.json
+++ b/content_schemas/dist/formats/history/frontend/schema.json
@@ -152,10 +152,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/history/notification/schema.json b/content_schemas/dist/formats/history/notification/schema.json
index ae4248d47..fa983dc26 100644
--- a/content_schemas/dist/formats/history/notification/schema.json
+++ b/content_schemas/dist/formats/history/notification/schema.json
@@ -170,10 +170,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -244,10 +240,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/history/publisher_v2/links.json b/content_schemas/dist/formats/history/publisher_v2/links.json
index 78d27f113..d3e7fac0a 100644
--- a/content_schemas/dist/formats/history/publisher_v2/links.json
+++ b/content_schemas/dist/formats/history/publisher_v2/links.json
@@ -63,10 +63,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/hmrc_manual/frontend/schema.json b/content_schemas/dist/formats/hmrc_manual/frontend/schema.json
index c8ffaac26..0bb56c107 100644
--- a/content_schemas/dist/formats/hmrc_manual/frontend/schema.json
+++ b/content_schemas/dist/formats/hmrc_manual/frontend/schema.json
@@ -152,10 +152,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -722,12 +718,6 @@
"type": "object",
"additionalProperties": false,
"properties": {
- "additional_topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
"browse_pages": {
"type": "array",
"items": {
@@ -739,18 +729,6 @@
"items": {
"type": "string"
}
- },
- "primary_topic": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- "topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
}
}
},
diff --git a/content_schemas/dist/formats/hmrc_manual/notification/schema.json b/content_schemas/dist/formats/hmrc_manual/notification/schema.json
index 69244e19c..55c8f383f 100644
--- a/content_schemas/dist/formats/hmrc_manual/notification/schema.json
+++ b/content_schemas/dist/formats/hmrc_manual/notification/schema.json
@@ -170,10 +170,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -244,10 +240,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
@@ -847,12 +839,6 @@
"type": "object",
"additionalProperties": false,
"properties": {
- "additional_topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
"browse_pages": {
"type": "array",
"items": {
@@ -864,18 +850,6 @@
"items": {
"type": "string"
}
- },
- "primary_topic": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- "topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
}
}
},
diff --git a/content_schemas/dist/formats/hmrc_manual/publisher_v2/links.json b/content_schemas/dist/formats/hmrc_manual/publisher_v2/links.json
index 78d27f113..d3e7fac0a 100644
--- a/content_schemas/dist/formats/hmrc_manual/publisher_v2/links.json
+++ b/content_schemas/dist/formats/hmrc_manual/publisher_v2/links.json
@@ -63,10 +63,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/hmrc_manual/publisher_v2/schema.json b/content_schemas/dist/formats/hmrc_manual/publisher_v2/schema.json
index 5565a8acb..709aec62c 100644
--- a/content_schemas/dist/formats/hmrc_manual/publisher_v2/schema.json
+++ b/content_schemas/dist/formats/hmrc_manual/publisher_v2/schema.json
@@ -481,12 +481,6 @@
"type": "object",
"additionalProperties": false,
"properties": {
- "additional_topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
"browse_pages": {
"type": "array",
"items": {
@@ -498,18 +492,6 @@
"items": {
"type": "string"
}
- },
- "primary_topic": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- "topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
}
}
},
diff --git a/content_schemas/dist/formats/hmrc_manual_section/frontend/schema.json b/content_schemas/dist/formats/hmrc_manual_section/frontend/schema.json
index 66f1a825d..122765ee9 100644
--- a/content_schemas/dist/formats/hmrc_manual_section/frontend/schema.json
+++ b/content_schemas/dist/formats/hmrc_manual_section/frontend/schema.json
@@ -152,10 +152,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/hmrc_manual_section/notification/schema.json b/content_schemas/dist/formats/hmrc_manual_section/notification/schema.json
index f1a2fb7af..9b2efa224 100644
--- a/content_schemas/dist/formats/hmrc_manual_section/notification/schema.json
+++ b/content_schemas/dist/formats/hmrc_manual_section/notification/schema.json
@@ -170,10 +170,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -244,10 +240,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/hmrc_manual_section/publisher_v2/links.json b/content_schemas/dist/formats/hmrc_manual_section/publisher_v2/links.json
index 78d27f113..d3e7fac0a 100644
--- a/content_schemas/dist/formats/hmrc_manual_section/publisher_v2/links.json
+++ b/content_schemas/dist/formats/hmrc_manual_section/publisher_v2/links.json
@@ -63,10 +63,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/how_government_works/frontend/schema.json b/content_schemas/dist/formats/how_government_works/frontend/schema.json
index 605010f0b..9807e9e9f 100644
--- a/content_schemas/dist/formats/how_government_works/frontend/schema.json
+++ b/content_schemas/dist/formats/how_government_works/frontend/schema.json
@@ -156,10 +156,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/how_government_works/notification/schema.json b/content_schemas/dist/formats/how_government_works/notification/schema.json
index 41c86450a..97ce5f71a 100644
--- a/content_schemas/dist/formats/how_government_works/notification/schema.json
+++ b/content_schemas/dist/formats/how_government_works/notification/schema.json
@@ -174,10 +174,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -252,10 +248,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/how_government_works/publisher_v2/links.json b/content_schemas/dist/formats/how_government_works/publisher_v2/links.json
index e3d6c86b5..7795c50f8 100644
--- a/content_schemas/dist/formats/how_government_works/publisher_v2/links.json
+++ b/content_schemas/dist/formats/how_government_works/publisher_v2/links.json
@@ -67,10 +67,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/html_publication/frontend/schema.json b/content_schemas/dist/formats/html_publication/frontend/schema.json
index 6eed75f99..fc9620667 100644
--- a/content_schemas/dist/formats/html_publication/frontend/schema.json
+++ b/content_schemas/dist/formats/html_publication/frontend/schema.json
@@ -154,10 +154,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/html_publication/notification/schema.json b/content_schemas/dist/formats/html_publication/notification/schema.json
index 7cdf4d5e2..0936fe15d 100644
--- a/content_schemas/dist/formats/html_publication/notification/schema.json
+++ b/content_schemas/dist/formats/html_publication/notification/schema.json
@@ -172,10 +172,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -248,10 +244,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/html_publication/publisher_v2/links.json b/content_schemas/dist/formats/html_publication/publisher_v2/links.json
index bf108f6ef..ea3b2a86a 100644
--- a/content_schemas/dist/formats/html_publication/publisher_v2/links.json
+++ b/content_schemas/dist/formats/html_publication/publisher_v2/links.json
@@ -68,10 +68,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/licence/frontend/schema.json b/content_schemas/dist/formats/licence/frontend/schema.json
index cd652eac7..9b5923a49 100644
--- a/content_schemas/dist/formats/licence/frontend/schema.json
+++ b/content_schemas/dist/formats/licence/frontend/schema.json
@@ -152,10 +152,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/licence/notification/schema.json b/content_schemas/dist/formats/licence/notification/schema.json
index 636ffb7fe..22bf03d51 100644
--- a/content_schemas/dist/formats/licence/notification/schema.json
+++ b/content_schemas/dist/formats/licence/notification/schema.json
@@ -170,10 +170,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -244,10 +240,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/licence/publisher_v2/links.json b/content_schemas/dist/formats/licence/publisher_v2/links.json
index 78d27f113..d3e7fac0a 100644
--- a/content_schemas/dist/formats/licence/publisher_v2/links.json
+++ b/content_schemas/dist/formats/licence/publisher_v2/links.json
@@ -63,10 +63,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/local_transaction/frontend/schema.json b/content_schemas/dist/formats/local_transaction/frontend/schema.json
index a107d08d7..0056d9551 100644
--- a/content_schemas/dist/formats/local_transaction/frontend/schema.json
+++ b/content_schemas/dist/formats/local_transaction/frontend/schema.json
@@ -152,10 +152,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/local_transaction/notification/schema.json b/content_schemas/dist/formats/local_transaction/notification/schema.json
index 36dd716e5..fbb35e2ca 100644
--- a/content_schemas/dist/formats/local_transaction/notification/schema.json
+++ b/content_schemas/dist/formats/local_transaction/notification/schema.json
@@ -170,10 +170,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -244,10 +240,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/local_transaction/publisher_v2/links.json b/content_schemas/dist/formats/local_transaction/publisher_v2/links.json
index 78d27f113..d3e7fac0a 100644
--- a/content_schemas/dist/formats/local_transaction/publisher_v2/links.json
+++ b/content_schemas/dist/formats/local_transaction/publisher_v2/links.json
@@ -63,10 +63,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/mainstream_browse_page/frontend/schema.json b/content_schemas/dist/formats/mainstream_browse_page/frontend/schema.json
index 474c70c1a..26cc22e33 100644
--- a/content_schemas/dist/formats/mainstream_browse_page/frontend/schema.json
+++ b/content_schemas/dist/formats/mainstream_browse_page/frontend/schema.json
@@ -168,10 +168,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/mainstream_browse_page/notification/schema.json b/content_schemas/dist/formats/mainstream_browse_page/notification/schema.json
index 4b92b5e18..138451d28 100644
--- a/content_schemas/dist/formats/mainstream_browse_page/notification/schema.json
+++ b/content_schemas/dist/formats/mainstream_browse_page/notification/schema.json
@@ -186,10 +186,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -276,10 +272,6 @@
"top_level_browse_pages": {
"description": "All top-level browse pages",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/mainstream_browse_page/publisher_v2/links.json b/content_schemas/dist/formats/mainstream_browse_page/publisher_v2/links.json
index 3e096289d..4b67bafb3 100644
--- a/content_schemas/dist/formats/mainstream_browse_page/publisher_v2/links.json
+++ b/content_schemas/dist/formats/mainstream_browse_page/publisher_v2/links.json
@@ -79,10 +79,6 @@
"top_level_browse_pages": {
"description": "All top-level browse pages",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/manual/frontend/schema.json b/content_schemas/dist/formats/manual/frontend/schema.json
index 81b21e626..719dbe955 100644
--- a/content_schemas/dist/formats/manual/frontend/schema.json
+++ b/content_schemas/dist/formats/manual/frontend/schema.json
@@ -153,10 +153,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/manual/notification/schema.json b/content_schemas/dist/formats/manual/notification/schema.json
index ce7851c30..ad2a77e2c 100644
--- a/content_schemas/dist/formats/manual/notification/schema.json
+++ b/content_schemas/dist/formats/manual/notification/schema.json
@@ -171,10 +171,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -250,10 +246,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/manual/publisher_v2/links.json b/content_schemas/dist/formats/manual/publisher_v2/links.json
index 746663925..6f58980b7 100644
--- a/content_schemas/dist/formats/manual/publisher_v2/links.json
+++ b/content_schemas/dist/formats/manual/publisher_v2/links.json
@@ -68,10 +68,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/manual_section/frontend/schema.json b/content_schemas/dist/formats/manual_section/frontend/schema.json
index 195690c64..39ea2a788 100644
--- a/content_schemas/dist/formats/manual_section/frontend/schema.json
+++ b/content_schemas/dist/formats/manual_section/frontend/schema.json
@@ -153,10 +153,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/manual_section/notification/schema.json b/content_schemas/dist/formats/manual_section/notification/schema.json
index f6d3b66f5..74c45807b 100644
--- a/content_schemas/dist/formats/manual_section/notification/schema.json
+++ b/content_schemas/dist/formats/manual_section/notification/schema.json
@@ -171,10 +171,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -250,10 +246,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/manual_section/publisher_v2/links.json b/content_schemas/dist/formats/manual_section/publisher_v2/links.json
index 7dbeadd68..157bbc6bb 100644
--- a/content_schemas/dist/formats/manual_section/publisher_v2/links.json
+++ b/content_schemas/dist/formats/manual_section/publisher_v2/links.json
@@ -68,10 +68,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/ministers_index/frontend/schema.json b/content_schemas/dist/formats/ministers_index/frontend/schema.json
index 924e77467..66b98d10b 100644
--- a/content_schemas/dist/formats/ministers_index/frontend/schema.json
+++ b/content_schemas/dist/formats/ministers_index/frontend/schema.json
@@ -184,10 +184,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/ministers_index/notification/schema.json b/content_schemas/dist/formats/ministers_index/notification/schema.json
index 565bd3836..36c73780f 100644
--- a/content_schemas/dist/formats/ministers_index/notification/schema.json
+++ b/content_schemas/dist/formats/ministers_index/notification/schema.json
@@ -202,10 +202,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -308,10 +304,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/ministers_index/publisher_v2/links.json b/content_schemas/dist/formats/ministers_index/publisher_v2/links.json
index d514116fd..088f1da03 100644
--- a/content_schemas/dist/formats/ministers_index/publisher_v2/links.json
+++ b/content_schemas/dist/formats/ministers_index/publisher_v2/links.json
@@ -95,10 +95,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/need/frontend/schema.json b/content_schemas/dist/formats/need/frontend/schema.json
index be6684388..7ee8d09cc 100644
--- a/content_schemas/dist/formats/need/frontend/schema.json
+++ b/content_schemas/dist/formats/need/frontend/schema.json
@@ -152,10 +152,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/need/notification/schema.json b/content_schemas/dist/formats/need/notification/schema.json
index 222654a8d..480a9c846 100644
--- a/content_schemas/dist/formats/need/notification/schema.json
+++ b/content_schemas/dist/formats/need/notification/schema.json
@@ -170,10 +170,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -244,10 +240,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/need/publisher_v2/links.json b/content_schemas/dist/formats/need/publisher_v2/links.json
index 78d27f113..d3e7fac0a 100644
--- a/content_schemas/dist/formats/need/publisher_v2/links.json
+++ b/content_schemas/dist/formats/need/publisher_v2/links.json
@@ -63,10 +63,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/news_article/frontend/schema.json b/content_schemas/dist/formats/news_article/frontend/schema.json
index 0d966ca3c..66cbfc392 100644
--- a/content_schemas/dist/formats/news_article/frontend/schema.json
+++ b/content_schemas/dist/formats/news_article/frontend/schema.json
@@ -176,10 +176,6 @@
"description": "The topical events this content item relates to.",
"$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"
- },
"world_locations": {
"description": "The world locations this content item is about.",
"$ref": "#/definitions/frontend_links"
@@ -806,12 +802,6 @@
"type": "object",
"additionalProperties": false,
"properties": {
- "additional_topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
"browse_pages": {
"type": "array",
"items": {
@@ -823,18 +813,6 @@
"items": {
"type": "string"
}
- },
- "primary_topic": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- "topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
}
}
},
diff --git a/content_schemas/dist/formats/news_article/notification/schema.json b/content_schemas/dist/formats/news_article/notification/schema.json
index 96e8814b1..867727cea 100644
--- a/content_schemas/dist/formats/news_article/notification/schema.json
+++ b/content_schemas/dist/formats/news_article/notification/schema.json
@@ -194,10 +194,6 @@
"description": "The topical events this content item relates to.",
"$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"
- },
"world_locations": {
"description": "The world locations this content item is about.",
"$ref": "#/definitions/frontend_links"
@@ -296,10 +292,6 @@
"description": "The topical events this content item relates to.",
"$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"
- },
"world_locations": {
"description": "The world locations this content item is about.",
"$ref": "#/definitions/guid_list"
@@ -959,12 +951,6 @@
"type": "object",
"additionalProperties": false,
"properties": {
- "additional_topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
"browse_pages": {
"type": "array",
"items": {
@@ -976,18 +962,6 @@
"items": {
"type": "string"
}
- },
- "primary_topic": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- "topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
}
}
},
diff --git a/content_schemas/dist/formats/news_article/publisher_v2/links.json b/content_schemas/dist/formats/news_article/publisher_v2/links.json
index 950b7fb61..6db4fa14a 100644
--- a/content_schemas/dist/formats/news_article/publisher_v2/links.json
+++ b/content_schemas/dist/formats/news_article/publisher_v2/links.json
@@ -84,10 +84,6 @@
"description": "The topical events this content item relates to.",
"$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"
- },
"world_locations": {
"description": "The world locations this content item is about.",
"$ref": "#/definitions/guid_list"
diff --git a/content_schemas/dist/formats/news_article/publisher_v2/schema.json b/content_schemas/dist/formats/news_article/publisher_v2/schema.json
index 1602e3b6f..f5b81ef16 100644
--- a/content_schemas/dist/formats/news_article/publisher_v2/schema.json
+++ b/content_schemas/dist/formats/news_article/publisher_v2/schema.json
@@ -595,12 +595,6 @@
"type": "object",
"additionalProperties": false,
"properties": {
- "additional_topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
"browse_pages": {
"type": "array",
"items": {
@@ -612,18 +606,6 @@
"items": {
"type": "string"
}
- },
- "primary_topic": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- "topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
}
}
},
diff --git a/content_schemas/dist/formats/organisation/frontend/schema.json b/content_schemas/dist/formats/organisation/frontend/schema.json
index 643764296..7c80f1872 100644
--- a/content_schemas/dist/formats/organisation/frontend/schema.json
+++ b/content_schemas/dist/formats/organisation/frontend/schema.json
@@ -208,10 +208,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/organisation/notification/schema.json b/content_schemas/dist/formats/organisation/notification/schema.json
index be3407f57..234564bc4 100644
--- a/content_schemas/dist/formats/organisation/notification/schema.json
+++ b/content_schemas/dist/formats/organisation/notification/schema.json
@@ -226,10 +226,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -356,10 +352,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/organisation/publisher_v2/links.json b/content_schemas/dist/formats/organisation/publisher_v2/links.json
index 50b09e85d..d605af3e8 100644
--- a/content_schemas/dist/formats/organisation/publisher_v2/links.json
+++ b/content_schemas/dist/formats/organisation/publisher_v2/links.json
@@ -119,10 +119,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/organisations_homepage/frontend/schema.json b/content_schemas/dist/formats/organisations_homepage/frontend/schema.json
index d1cdca9e0..82d3fd333 100644
--- a/content_schemas/dist/formats/organisations_homepage/frontend/schema.json
+++ b/content_schemas/dist/formats/organisations_homepage/frontend/schema.json
@@ -152,10 +152,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/organisations_homepage/notification/schema.json b/content_schemas/dist/formats/organisations_homepage/notification/schema.json
index 2ad8a8873..faff2a32d 100644
--- a/content_schemas/dist/formats/organisations_homepage/notification/schema.json
+++ b/content_schemas/dist/formats/organisations_homepage/notification/schema.json
@@ -170,10 +170,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -244,10 +240,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/organisations_homepage/publisher_v2/links.json b/content_schemas/dist/formats/organisations_homepage/publisher_v2/links.json
index 78d27f113..d3e7fac0a 100644
--- a/content_schemas/dist/formats/organisations_homepage/publisher_v2/links.json
+++ b/content_schemas/dist/formats/organisations_homepage/publisher_v2/links.json
@@ -63,10 +63,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/person/frontend/schema.json b/content_schemas/dist/formats/person/frontend/schema.json
index e018d0540..e70615fe6 100644
--- a/content_schemas/dist/formats/person/frontend/schema.json
+++ b/content_schemas/dist/formats/person/frontend/schema.json
@@ -152,10 +152,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/person/notification/schema.json b/content_schemas/dist/formats/person/notification/schema.json
index 362a452cf..a7423fc9c 100644
--- a/content_schemas/dist/formats/person/notification/schema.json
+++ b/content_schemas/dist/formats/person/notification/schema.json
@@ -170,10 +170,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -244,10 +240,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/person/publisher_v2/links.json b/content_schemas/dist/formats/person/publisher_v2/links.json
index 78d27f113..d3e7fac0a 100644
--- a/content_schemas/dist/formats/person/publisher_v2/links.json
+++ b/content_schemas/dist/formats/person/publisher_v2/links.json
@@ -63,10 +63,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/place/frontend/schema.json b/content_schemas/dist/formats/place/frontend/schema.json
index ce4b97d6d..200af914b 100644
--- a/content_schemas/dist/formats/place/frontend/schema.json
+++ b/content_schemas/dist/formats/place/frontend/schema.json
@@ -152,10 +152,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/place/notification/schema.json b/content_schemas/dist/formats/place/notification/schema.json
index 00a37123f..a3282fc63 100644
--- a/content_schemas/dist/formats/place/notification/schema.json
+++ b/content_schemas/dist/formats/place/notification/schema.json
@@ -170,10 +170,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -244,10 +240,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/place/publisher_v2/links.json b/content_schemas/dist/formats/place/publisher_v2/links.json
index 78d27f113..d3e7fac0a 100644
--- a/content_schemas/dist/formats/place/publisher_v2/links.json
+++ b/content_schemas/dist/formats/place/publisher_v2/links.json
@@ -63,10 +63,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/publication/frontend/schema.json b/content_schemas/dist/formats/publication/frontend/schema.json
index 2be1aca2f..a37906063 100644
--- a/content_schemas/dist/formats/publication/frontend/schema.json
+++ b/content_schemas/dist/formats/publication/frontend/schema.json
@@ -191,9 +191,6 @@
"topical_events": {
"$ref": "#/definitions/frontend_links_with_base_path"
},
- "topics": {
- "$ref": "#/definitions/frontend_links_with_base_path"
- },
"world_locations": {
"$ref": "#/definitions/frontend_links"
}
@@ -977,12 +974,6 @@
"type": "object",
"additionalProperties": false,
"properties": {
- "additional_topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
"browse_pages": {
"type": "array",
"items": {
@@ -994,18 +985,6 @@
"items": {
"type": "string"
}
- },
- "primary_topic": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- "topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
}
}
},
diff --git a/content_schemas/dist/formats/publication/notification/schema.json b/content_schemas/dist/formats/publication/notification/schema.json
index a66e0f27d..51ea1aed3 100644
--- a/content_schemas/dist/formats/publication/notification/schema.json
+++ b/content_schemas/dist/formats/publication/notification/schema.json
@@ -209,9 +209,6 @@
"topical_events": {
"$ref": "#/definitions/frontend_links_with_base_path"
},
- "topics": {
- "$ref": "#/definitions/frontend_links_with_base_path"
- },
"world_locations": {
"$ref": "#/definitions/frontend_links"
}
@@ -304,9 +301,6 @@
"topical_events": {
"$ref": "#/definitions/guid_list"
},
- "topics": {
- "$ref": "#/definitions/guid_list"
- },
"world_locations": {
"$ref": "#/definitions/guid_list"
}
@@ -1123,12 +1117,6 @@
"type": "object",
"additionalProperties": false,
"properties": {
- "additional_topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
"browse_pages": {
"type": "array",
"items": {
@@ -1140,18 +1128,6 @@
"items": {
"type": "string"
}
- },
- "primary_topic": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- "topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
}
}
},
diff --git a/content_schemas/dist/formats/publication/publisher_v2/links.json b/content_schemas/dist/formats/publication/publisher_v2/links.json
index ff36bd7fe..02796267b 100644
--- a/content_schemas/dist/formats/publication/publisher_v2/links.json
+++ b/content_schemas/dist/formats/publication/publisher_v2/links.json
@@ -86,10 +86,6 @@
"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"
- },
"world_locations": {
"$ref": "#/definitions/guid_list"
}
diff --git a/content_schemas/dist/formats/publication/publisher_v2/schema.json b/content_schemas/dist/formats/publication/publisher_v2/schema.json
index 4ae029d50..b055b2c5b 100644
--- a/content_schemas/dist/formats/publication/publisher_v2/schema.json
+++ b/content_schemas/dist/formats/publication/publisher_v2/schema.json
@@ -119,9 +119,6 @@
"topical_events": {
"$ref": "#/definitions/guid_list"
},
- "topics": {
- "$ref": "#/definitions/guid_list"
- },
"world_locations": {
"$ref": "#/definitions/guid_list"
}
@@ -782,12 +779,6 @@
"type": "object",
"additionalProperties": false,
"properties": {
- "additional_topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
"browse_pages": {
"type": "array",
"items": {
@@ -799,18 +790,6 @@
"items": {
"type": "string"
}
- },
- "primary_topic": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- "topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
}
}
},
diff --git a/content_schemas/dist/formats/role/frontend/schema.json b/content_schemas/dist/formats/role/frontend/schema.json
index 67283baa4..5490544d8 100644
--- a/content_schemas/dist/formats/role/frontend/schema.json
+++ b/content_schemas/dist/formats/role/frontend/schema.json
@@ -173,10 +173,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/role/notification/schema.json b/content_schemas/dist/formats/role/notification/schema.json
index e4d86990c..563000ced 100644
--- a/content_schemas/dist/formats/role/notification/schema.json
+++ b/content_schemas/dist/formats/role/notification/schema.json
@@ -191,10 +191,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -274,10 +270,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/role/publisher_v2/links.json b/content_schemas/dist/formats/role/publisher_v2/links.json
index 68a2f4855..a3fcdc145 100644
--- a/content_schemas/dist/formats/role/publisher_v2/links.json
+++ b/content_schemas/dist/formats/role/publisher_v2/links.json
@@ -72,10 +72,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/role_appointment/frontend/schema.json b/content_schemas/dist/formats/role_appointment/frontend/schema.json
index e44d499bb..e9312e4ee 100644
--- a/content_schemas/dist/formats/role_appointment/frontend/schema.json
+++ b/content_schemas/dist/formats/role_appointment/frontend/schema.json
@@ -160,10 +160,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/role_appointment/notification/schema.json b/content_schemas/dist/formats/role_appointment/notification/schema.json
index 5000c676c..2587d65c1 100644
--- a/content_schemas/dist/formats/role_appointment/notification/schema.json
+++ b/content_schemas/dist/formats/role_appointment/notification/schema.json
@@ -178,10 +178,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -260,10 +256,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/role_appointment/publisher_v2/links.json b/content_schemas/dist/formats/role_appointment/publisher_v2/links.json
index cdda815c0..99e5c6e90 100644
--- a/content_schemas/dist/formats/role_appointment/publisher_v2/links.json
+++ b/content_schemas/dist/formats/role_appointment/publisher_v2/links.json
@@ -71,10 +71,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/service_manual_guide/frontend/schema.json b/content_schemas/dist/formats/service_manual_guide/frontend/schema.json
index dad5fa9b9..2fbfc2cea 100644
--- a/content_schemas/dist/formats/service_manual_guide/frontend/schema.json
+++ b/content_schemas/dist/formats/service_manual_guide/frontend/schema.json
@@ -160,10 +160,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/service_manual_guide/notification/schema.json b/content_schemas/dist/formats/service_manual_guide/notification/schema.json
index ab0b35401..245d35e3e 100644
--- a/content_schemas/dist/formats/service_manual_guide/notification/schema.json
+++ b/content_schemas/dist/formats/service_manual_guide/notification/schema.json
@@ -178,10 +178,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -260,10 +256,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/service_manual_guide/publisher_v2/links.json b/content_schemas/dist/formats/service_manual_guide/publisher_v2/links.json
index 8d5ffb7c6..bb9cc7cd3 100644
--- a/content_schemas/dist/formats/service_manual_guide/publisher_v2/links.json
+++ b/content_schemas/dist/formats/service_manual_guide/publisher_v2/links.json
@@ -71,10 +71,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/service_manual_homepage/frontend/schema.json b/content_schemas/dist/formats/service_manual_homepage/frontend/schema.json
index 26f807cb7..ce61511b4 100644
--- a/content_schemas/dist/formats/service_manual_homepage/frontend/schema.json
+++ b/content_schemas/dist/formats/service_manual_homepage/frontend/schema.json
@@ -152,10 +152,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/service_manual_homepage/notification/schema.json b/content_schemas/dist/formats/service_manual_homepage/notification/schema.json
index 43a2bf657..add4f595c 100644
--- a/content_schemas/dist/formats/service_manual_homepage/notification/schema.json
+++ b/content_schemas/dist/formats/service_manual_homepage/notification/schema.json
@@ -170,10 +170,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -244,10 +240,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/service_manual_homepage/publisher_v2/links.json b/content_schemas/dist/formats/service_manual_homepage/publisher_v2/links.json
index 78d27f113..d3e7fac0a 100644
--- a/content_schemas/dist/formats/service_manual_homepage/publisher_v2/links.json
+++ b/content_schemas/dist/formats/service_manual_homepage/publisher_v2/links.json
@@ -63,10 +63,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/service_manual_service_standard/frontend/schema.json b/content_schemas/dist/formats/service_manual_service_standard/frontend/schema.json
index dd3deee99..d05784052 100644
--- a/content_schemas/dist/formats/service_manual_service_standard/frontend/schema.json
+++ b/content_schemas/dist/formats/service_manual_service_standard/frontend/schema.json
@@ -156,10 +156,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/service_manual_service_standard/notification/schema.json b/content_schemas/dist/formats/service_manual_service_standard/notification/schema.json
index 55a5a00f5..8ab07d47b 100644
--- a/content_schemas/dist/formats/service_manual_service_standard/notification/schema.json
+++ b/content_schemas/dist/formats/service_manual_service_standard/notification/schema.json
@@ -174,10 +174,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -252,10 +248,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/service_manual_service_standard/publisher_v2/links.json b/content_schemas/dist/formats/service_manual_service_standard/publisher_v2/links.json
index 6b2032465..0d3ced410 100644
--- a/content_schemas/dist/formats/service_manual_service_standard/publisher_v2/links.json
+++ b/content_schemas/dist/formats/service_manual_service_standard/publisher_v2/links.json
@@ -67,10 +67,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/service_manual_service_toolkit/frontend/schema.json b/content_schemas/dist/formats/service_manual_service_toolkit/frontend/schema.json
index 2424e2000..9ed78e9b1 100644
--- a/content_schemas/dist/formats/service_manual_service_toolkit/frontend/schema.json
+++ b/content_schemas/dist/formats/service_manual_service_toolkit/frontend/schema.json
@@ -152,10 +152,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/service_manual_service_toolkit/notification/schema.json b/content_schemas/dist/formats/service_manual_service_toolkit/notification/schema.json
index b21b483ca..4b353af66 100644
--- a/content_schemas/dist/formats/service_manual_service_toolkit/notification/schema.json
+++ b/content_schemas/dist/formats/service_manual_service_toolkit/notification/schema.json
@@ -170,10 +170,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -244,10 +240,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/service_manual_service_toolkit/publisher_v2/links.json b/content_schemas/dist/formats/service_manual_service_toolkit/publisher_v2/links.json
index 78d27f113..d3e7fac0a 100644
--- a/content_schemas/dist/formats/service_manual_service_toolkit/publisher_v2/links.json
+++ b/content_schemas/dist/formats/service_manual_service_toolkit/publisher_v2/links.json
@@ -63,10 +63,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/service_manual_topic/frontend/schema.json b/content_schemas/dist/formats/service_manual_topic/frontend/schema.json
index 26b8783aa..a5f56be76 100644
--- a/content_schemas/dist/formats/service_manual_topic/frontend/schema.json
+++ b/content_schemas/dist/formats/service_manual_topic/frontend/schema.json
@@ -164,10 +164,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/service_manual_topic/notification/schema.json b/content_schemas/dist/formats/service_manual_topic/notification/schema.json
index 478413571..50f7bb821 100644
--- a/content_schemas/dist/formats/service_manual_topic/notification/schema.json
+++ b/content_schemas/dist/formats/service_manual_topic/notification/schema.json
@@ -182,10 +182,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -268,10 +264,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/service_manual_topic/publisher_v2/links.json b/content_schemas/dist/formats/service_manual_topic/publisher_v2/links.json
index c92b9c5d0..275ddce26 100644
--- a/content_schemas/dist/formats/service_manual_topic/publisher_v2/links.json
+++ b/content_schemas/dist/formats/service_manual_topic/publisher_v2/links.json
@@ -75,10 +75,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/service_sign_in/frontend/schema.json b/content_schemas/dist/formats/service_sign_in/frontend/schema.json
index bee727833..0cd6feb87 100644
--- a/content_schemas/dist/formats/service_sign_in/frontend/schema.json
+++ b/content_schemas/dist/formats/service_sign_in/frontend/schema.json
@@ -152,10 +152,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/service_sign_in/notification/schema.json b/content_schemas/dist/formats/service_sign_in/notification/schema.json
index d9bf6d828..82433222b 100644
--- a/content_schemas/dist/formats/service_sign_in/notification/schema.json
+++ b/content_schemas/dist/formats/service_sign_in/notification/schema.json
@@ -170,10 +170,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -244,10 +240,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/service_sign_in/publisher_v2/links.json b/content_schemas/dist/formats/service_sign_in/publisher_v2/links.json
index 78d27f113..d3e7fac0a 100644
--- a/content_schemas/dist/formats/service_sign_in/publisher_v2/links.json
+++ b/content_schemas/dist/formats/service_sign_in/publisher_v2/links.json
@@ -63,10 +63,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/simple_smart_answer/frontend/schema.json b/content_schemas/dist/formats/simple_smart_answer/frontend/schema.json
index a00159a72..ccf27e1a2 100644
--- a/content_schemas/dist/formats/simple_smart_answer/frontend/schema.json
+++ b/content_schemas/dist/formats/simple_smart_answer/frontend/schema.json
@@ -152,10 +152,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/simple_smart_answer/notification/schema.json b/content_schemas/dist/formats/simple_smart_answer/notification/schema.json
index 79294f60d..625a8f8b6 100644
--- a/content_schemas/dist/formats/simple_smart_answer/notification/schema.json
+++ b/content_schemas/dist/formats/simple_smart_answer/notification/schema.json
@@ -170,10 +170,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -244,10 +240,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/simple_smart_answer/publisher_v2/links.json b/content_schemas/dist/formats/simple_smart_answer/publisher_v2/links.json
index 78d27f113..d3e7fac0a 100644
--- a/content_schemas/dist/formats/simple_smart_answer/publisher_v2/links.json
+++ b/content_schemas/dist/formats/simple_smart_answer/publisher_v2/links.json
@@ -63,10 +63,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/smart_answer/frontend/schema.json b/content_schemas/dist/formats/smart_answer/frontend/schema.json
index 25b6e552f..fbd2280b0 100644
--- a/content_schemas/dist/formats/smart_answer/frontend/schema.json
+++ b/content_schemas/dist/formats/smart_answer/frontend/schema.json
@@ -152,10 +152,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/smart_answer/notification/schema.json b/content_schemas/dist/formats/smart_answer/notification/schema.json
index e16910f6a..0b290d19d 100644
--- a/content_schemas/dist/formats/smart_answer/notification/schema.json
+++ b/content_schemas/dist/formats/smart_answer/notification/schema.json
@@ -170,10 +170,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -244,10 +240,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/smart_answer/publisher_v2/links.json b/content_schemas/dist/formats/smart_answer/publisher_v2/links.json
index 78d27f113..d3e7fac0a 100644
--- a/content_schemas/dist/formats/smart_answer/publisher_v2/links.json
+++ b/content_schemas/dist/formats/smart_answer/publisher_v2/links.json
@@ -63,10 +63,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/special_route/frontend/schema.json b/content_schemas/dist/formats/special_route/frontend/schema.json
index 072d2ba33..d128ce278 100644
--- a/content_schemas/dist/formats/special_route/frontend/schema.json
+++ b/content_schemas/dist/formats/special_route/frontend/schema.json
@@ -155,10 +155,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/special_route/notification/schema.json b/content_schemas/dist/formats/special_route/notification/schema.json
index 3ebe83c65..595b43bbb 100644
--- a/content_schemas/dist/formats/special_route/notification/schema.json
+++ b/content_schemas/dist/formats/special_route/notification/schema.json
@@ -173,10 +173,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -247,10 +243,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/special_route/publisher_v2/links.json b/content_schemas/dist/formats/special_route/publisher_v2/links.json
index 78d27f113..d3e7fac0a 100644
--- a/content_schemas/dist/formats/special_route/publisher_v2/links.json
+++ b/content_schemas/dist/formats/special_route/publisher_v2/links.json
@@ -63,10 +63,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/specialist_document/frontend/schema.json b/content_schemas/dist/formats/specialist_document/frontend/schema.json
index 421eedb90..76165c385 100644
--- a/content_schemas/dist/formats/specialist_document/frontend/schema.json
+++ b/content_schemas/dist/formats/specialist_document/frontend/schema.json
@@ -184,10 +184,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/specialist_document/notification/schema.json b/content_schemas/dist/formats/specialist_document/notification/schema.json
index 7c536527b..ab9ca99e9 100644
--- a/content_schemas/dist/formats/specialist_document/notification/schema.json
+++ b/content_schemas/dist/formats/specialist_document/notification/schema.json
@@ -202,10 +202,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -277,10 +273,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/specialist_document/publisher_v2/links.json b/content_schemas/dist/formats/specialist_document/publisher_v2/links.json
index 78d27f113..d3e7fac0a 100644
--- a/content_schemas/dist/formats/specialist_document/publisher_v2/links.json
+++ b/content_schemas/dist/formats/specialist_document/publisher_v2/links.json
@@ -63,10 +63,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/speech/frontend/schema.json b/content_schemas/dist/formats/speech/frontend/schema.json
index fa21a9891..3203adee5 100644
--- a/content_schemas/dist/formats/speech/frontend/schema.json
+++ b/content_schemas/dist/formats/speech/frontend/schema.json
@@ -180,10 +180,6 @@
"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"
- },
"world_locations": {
"$ref": "#/definitions/frontend_links"
}
@@ -762,12 +758,6 @@
"type": "object",
"additionalProperties": false,
"properties": {
- "additional_topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
"browse_pages": {
"type": "array",
"items": {
@@ -779,18 +769,6 @@
"items": {
"type": "string"
}
- },
- "primary_topic": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- "topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
}
}
},
diff --git a/content_schemas/dist/formats/speech/notification/schema.json b/content_schemas/dist/formats/speech/notification/schema.json
index 5f071e2c7..236546847 100644
--- a/content_schemas/dist/formats/speech/notification/schema.json
+++ b/content_schemas/dist/formats/speech/notification/schema.json
@@ -198,10 +198,6 @@
"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"
- },
"world_locations": {
"$ref": "#/definitions/frontend_links"
}
@@ -299,10 +295,6 @@
"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"
- },
"world_locations": {
"$ref": "#/definitions/guid_list"
}
@@ -914,12 +906,6 @@
"type": "object",
"additionalProperties": false,
"properties": {
- "additional_topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
"browse_pages": {
"type": "array",
"items": {
@@ -931,18 +917,6 @@
"items": {
"type": "string"
}
- },
- "primary_topic": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- "topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
}
}
},
diff --git a/content_schemas/dist/formats/speech/publisher_v2/links.json b/content_schemas/dist/formats/speech/publisher_v2/links.json
index b7df5b1e0..b80b5dbb6 100644
--- a/content_schemas/dist/formats/speech/publisher_v2/links.json
+++ b/content_schemas/dist/formats/speech/publisher_v2/links.json
@@ -88,10 +88,6 @@
"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"
- },
"world_locations": {
"$ref": "#/definitions/guid_list"
}
diff --git a/content_schemas/dist/formats/speech/publisher_v2/schema.json b/content_schemas/dist/formats/speech/publisher_v2/schema.json
index f28369526..3d3c9a878 100644
--- a/content_schemas/dist/formats/speech/publisher_v2/schema.json
+++ b/content_schemas/dist/formats/speech/publisher_v2/schema.json
@@ -518,12 +518,6 @@
"type": "object",
"additionalProperties": false,
"properties": {
- "additional_topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
"browse_pages": {
"type": "array",
"items": {
@@ -535,18 +529,6 @@
"items": {
"type": "string"
}
- },
- "primary_topic": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- "topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
}
}
},
diff --git a/content_schemas/dist/formats/statistical_data_set/frontend/schema.json b/content_schemas/dist/formats/statistical_data_set/frontend/schema.json
index 147d528f4..56864f268 100644
--- a/content_schemas/dist/formats/statistical_data_set/frontend/schema.json
+++ b/content_schemas/dist/formats/statistical_data_set/frontend/schema.json
@@ -156,10 +156,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -857,12 +853,6 @@
"type": "object",
"additionalProperties": false,
"properties": {
- "additional_topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
"browse_pages": {
"type": "array",
"items": {
@@ -874,18 +864,6 @@
"items": {
"type": "string"
}
- },
- "primary_topic": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- "topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
}
}
},
diff --git a/content_schemas/dist/formats/statistical_data_set/notification/schema.json b/content_schemas/dist/formats/statistical_data_set/notification/schema.json
index 17248b4cc..4871b7710 100644
--- a/content_schemas/dist/formats/statistical_data_set/notification/schema.json
+++ b/content_schemas/dist/formats/statistical_data_set/notification/schema.json
@@ -174,10 +174,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -252,10 +248,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
@@ -986,12 +978,6 @@
"type": "object",
"additionalProperties": false,
"properties": {
- "additional_topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
"browse_pages": {
"type": "array",
"items": {
@@ -1003,18 +989,6 @@
"items": {
"type": "string"
}
- },
- "primary_topic": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- "topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
}
}
},
diff --git a/content_schemas/dist/formats/statistical_data_set/publisher_v2/links.json b/content_schemas/dist/formats/statistical_data_set/publisher_v2/links.json
index cd2c053ce..865c04f13 100644
--- a/content_schemas/dist/formats/statistical_data_set/publisher_v2/links.json
+++ b/content_schemas/dist/formats/statistical_data_set/publisher_v2/links.json
@@ -67,10 +67,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/statistical_data_set/publisher_v2/schema.json b/content_schemas/dist/formats/statistical_data_set/publisher_v2/schema.json
index ca297c42a..fd1e762e7 100644
--- a/content_schemas/dist/formats/statistical_data_set/publisher_v2/schema.json
+++ b/content_schemas/dist/formats/statistical_data_set/publisher_v2/schema.json
@@ -645,12 +645,6 @@
"type": "object",
"additionalProperties": false,
"properties": {
- "additional_topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
"browse_pages": {
"type": "array",
"items": {
@@ -662,18 +656,6 @@
"items": {
"type": "string"
}
- },
- "primary_topic": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- "topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
}
}
},
diff --git a/content_schemas/dist/formats/statistics_announcement/frontend/schema.json b/content_schemas/dist/formats/statistics_announcement/frontend/schema.json
index 23c357ba1..7754b1156 100644
--- a/content_schemas/dist/formats/statistics_announcement/frontend/schema.json
+++ b/content_schemas/dist/formats/statistics_announcement/frontend/schema.json
@@ -155,10 +155,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/statistics_announcement/notification/schema.json b/content_schemas/dist/formats/statistics_announcement/notification/schema.json
index 3613cf6ed..9fb2ca27a 100644
--- a/content_schemas/dist/formats/statistics_announcement/notification/schema.json
+++ b/content_schemas/dist/formats/statistics_announcement/notification/schema.json
@@ -173,10 +173,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -246,10 +242,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/statistics_announcement/publisher_v2/links.json b/content_schemas/dist/formats/statistics_announcement/publisher_v2/links.json
index 37e3f39c7..35a215bc6 100644
--- a/content_schemas/dist/formats/statistics_announcement/publisher_v2/links.json
+++ b/content_schemas/dist/formats/statistics_announcement/publisher_v2/links.json
@@ -61,10 +61,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/take_part/frontend/schema.json b/content_schemas/dist/formats/take_part/frontend/schema.json
index bf71acb83..66992d9b7 100644
--- a/content_schemas/dist/formats/take_part/frontend/schema.json
+++ b/content_schemas/dist/formats/take_part/frontend/schema.json
@@ -152,10 +152,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/take_part/notification/schema.json b/content_schemas/dist/formats/take_part/notification/schema.json
index 21923261f..ce734594e 100644
--- a/content_schemas/dist/formats/take_part/notification/schema.json
+++ b/content_schemas/dist/formats/take_part/notification/schema.json
@@ -170,10 +170,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -244,10 +240,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/take_part/publisher_v2/links.json b/content_schemas/dist/formats/take_part/publisher_v2/links.json
index 78d27f113..d3e7fac0a 100644
--- a/content_schemas/dist/formats/take_part/publisher_v2/links.json
+++ b/content_schemas/dist/formats/take_part/publisher_v2/links.json
@@ -63,10 +63,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/taxon/frontend/schema.json b/content_schemas/dist/formats/taxon/frontend/schema.json
index 3e5817f25..4c5ac72a0 100644
--- a/content_schemas/dist/formats/taxon/frontend/schema.json
+++ b/content_schemas/dist/formats/taxon/frontend/schema.json
@@ -164,10 +164,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/taxon/notification/schema.json b/content_schemas/dist/formats/taxon/notification/schema.json
index 7754e3414..696118b45 100644
--- a/content_schemas/dist/formats/taxon/notification/schema.json
+++ b/content_schemas/dist/formats/taxon/notification/schema.json
@@ -182,10 +182,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -268,10 +264,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/taxon/publisher_v2/links.json b/content_schemas/dist/formats/taxon/publisher_v2/links.json
index f6dbdc23a..1a959cdbd 100644
--- a/content_schemas/dist/formats/taxon/publisher_v2/links.json
+++ b/content_schemas/dist/formats/taxon/publisher_v2/links.json
@@ -71,10 +71,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/topic/frontend/schema.json b/content_schemas/dist/formats/topic/frontend/schema.json
deleted file mode 100644
index 4c7637565..000000000
--- a/content_schemas/dist/formats/topic/frontend/schema.json
+++ /dev/null
@@ -1,656 +0,0 @@
-{
- "$schema": "http://json-schema.org/draft-04/schema#",
- "type": "object",
- "required": [
- "base_path",
- "content_id",
- "description",
- "details",
- "document_type",
- "links",
- "locale",
- "public_updated_at",
- "schema_name",
- "title",
- "updated_at"
- ],
- "additionalProperties": false,
- "properties": {
- "analytics_identifier": {
- "$ref": "#/definitions/analytics_identifier"
- },
- "base_path": {
- "$ref": "#/definitions/absolute_path"
- },
- "content_id": {
- "$ref": "#/definitions/guid"
- },
- "description": {
- "$ref": "#/definitions/description_optional"
- },
- "details": {
- "$ref": "#/definitions/details"
- },
- "document_type": {
- "type": "string",
- "enum": [
- "topic"
- ]
- },
- "first_published_at": {
- "anyOf": [
- {
- "$ref": "#/definitions/first_published_at"
- },
- {
- "type": "null"
- }
- ]
- },
- "links": {
- "type": "object",
- "additionalProperties": false,
- "properties": {
- "available_translations": {
- "description": "Link type automatically added by Publishing API",
- "$ref": "#/definitions/frontend_links_with_base_path"
- },
- "child_taxons": {
- "description": "Link type automatically added by Publishing API",
- "$ref": "#/definitions/frontend_links_with_base_path"
- },
- "children": {
- "description": "Link type automatically added by Publishing API",
- "$ref": "#/definitions/frontend_links_with_base_path"
- },
- "document_collections": {
- "description": "Link type automatically added by Publishing API",
- "$ref": "#/definitions/frontend_links_with_base_path"
- },
- "finder": {
- "description": "Powers links from content back to finders the content is surfaced on",
- "$ref": "#/definitions/frontend_links_with_base_path"
- },
- "lead_organisations": {
- "description": "DEPRECATED: A subset of organisations that should be emphasised in relation to this content item. All organisations specified here should also be part of the organisations array.",
- "$ref": "#/definitions/frontend_links_with_base_path"
- },
- "level_one_taxons": {
- "description": "Link type automatically added by Publishing API",
- "$ref": "#/definitions/frontend_links_with_base_path"
- },
- "linked_items": {
- "description": "Includes all content ids referenced in 'details'. This is a temporary measure to expand content ids for frontends which is planned to be replaced by a dependency resolution service.",
- "$ref": "#/definitions/frontend_links_with_base_path"
- },
- "mainstream_browse_pages": {
- "description": "Powers the /browse section of the site. These are known as sections in some legacy apps.",
- "$ref": "#/definitions/frontend_links_with_base_path"
- },
- "meets_user_needs": {
- "description": "The user needs this piece of content meets.",
- "$ref": "#/definitions/frontend_links_with_base_path"
- },
- "ministers": {
- "description": "Link type automatically added by Publishing API",
- "$ref": "#/definitions/frontend_links"
- },
- "ordered_related_items": {
- "description": "Related items, can be any page on GOV.UK. Mostly used for mainstream content to power the sidebar. Ordering of the links is determined by the editor in Content Tagger.",
- "$ref": "#/definitions/frontend_links_with_base_path"
- },
- "ordered_related_items_overrides": {
- "description": "Related items, can be any page on GOV.UK. Overrides 'more like this' automatically generated links in the beta navigation.",
- "$ref": "#/definitions/frontend_links_with_base_path"
- },
- "organisations": {
- "description": "All organisations linked to this content item. This should include lead organisations.",
- "$ref": "#/definitions/frontend_links_with_base_path"
- },
- "original_primary_publishing_organisation": {
- "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.",
- "$ref": "#/definitions/frontend_links_with_base_path"
- },
- "parent": {
- "description": "The parent content item.",
- "$ref": "#/definitions/frontend_links_with_base_path",
- "maxItems": 1
- },
- "part_of_step_navs": {
- "description": "Link type automatically added by Publishing API",
- "$ref": "#/definitions/frontend_links_with_base_path"
- },
- "policies": {
- "description": "Link type automatically added by Publishing API",
- "$ref": "#/definitions/frontend_links_with_base_path"
- },
- "policy_areas": {
- "description": "A largely deprecated tag currently only used to power email alerts.",
- "$ref": "#/definitions/frontend_links_with_base_path"
- },
- "primary_publishing_organisation": {
- "description": "The organisation that published the page. Corresponds to the first of the 'Lead organisations' in Whitehall, and is empty for all other publishing applications.",
- "$ref": "#/definitions/frontend_links_with_base_path",
- "maxItems": 1
- },
- "related_to_step_navs": {
- "description": "Link type automatically added by Publishing API",
- "$ref": "#/definitions/frontend_links_with_base_path"
- },
- "role_appointments": {
- "description": "Link type automatically added by Publishing API",
- "$ref": "#/definitions/frontend_links"
- },
- "secondary_to_step_navs": {
- "description": "Link type automatically added by Publishing API",
- "$ref": "#/definitions/frontend_links_with_base_path"
- },
- "suggested_ordered_related_items": {
- "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"
- },
- "taxons": {
- "description": "Prototype-stage taxonomy label for this content item",
- "$ref": "#/definitions/frontend_links_with_base_path"
- },
- "topic_taxonomy_taxons": {
- "description": "Link type automatically added by Publishing API",
- "$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"
- }
- }
- },
- "locale": {
- "$ref": "#/definitions/locale"
- },
- "need_ids": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- "phase": {
- "description": "The service design phase of this content item - https://www.gov.uk/service-manual/phases",
- "type": "string",
- "enum": [
- "alpha",
- "beta",
- "live"
- ]
- },
- "public_updated_at": {
- "anyOf": [
- {
- "$ref": "#/definitions/public_updated_at"
- },
- {
- "type": "null"
- }
- ]
- },
- "publishing_app": {
- "$ref": "#/definitions/publishing_app_name"
- },
- "publishing_request_id": {
- "$ref": "#/definitions/publishing_request_id"
- },
- "publishing_scheduled_at": {
- "anyOf": [
- {
- "$ref": "#/definitions/publishing_scheduled_at"
- },
- {
- "type": "null"
- }
- ]
- },
- "rendering_app": {
- "$ref": "#/definitions/rendering_app"
- },
- "scheduled_publishing_delay_seconds": {
- "anyOf": [
- {
- "$ref": "#/definitions/scheduled_publishing_delay_seconds"
- },
- {
- "type": "null"
- }
- ]
- },
- "schema_name": {
- "type": "string",
- "enum": [
- "topic"
- ]
- },
- "title": {
- "$ref": "#/definitions/title"
- },
- "updated_at": {
- "type": "string",
- "format": "date-time"
- },
- "withdrawn_notice": {
- "$ref": "#/definitions/withdrawn_notice"
- }
- },
- "definitions": {
- "description": {
- "type": "string"
- },
- "absolute_path": {
- "description": "A path only. Query string and/or fragment are not allowed.",
- "type": "string",
- "pattern": "^/(([a-zA-Z0-9._~!$&'()*+,;=:@-]|%[0-9a-fA-F]{2})+(/([a-zA-Z0-9._~!$&'()*+,;=:@-]|%[0-9a-fA-F]{2})*)*)?$"
- },
- "analytics_identifier": {
- "description": "A short identifier we send to Google Analytics for multi-valued fields. This means we avoid the truncated values we would get if we sent the path or slug of eg organisations.",
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "change_history": {
- "type": "array",
- "items": {
- "type": "object",
- "required": [
- "public_timestamp",
- "note"
- ],
- "additionalProperties": false,
- "properties": {
- "note": {
- "description": "A summary of the change",
- "type": "string"
- },
- "public_timestamp": {
- "type": "string",
- "format": "date-time"
- }
- }
- }
- },
- "description_optional": {
- "anyOf": [
- {
- "$ref": "#/definitions/description"
- },
- {
- "type": "null"
- }
- ]
- },
- "details": {
- "type": "object",
- "additionalProperties": false,
- "properties": {
- "change_history": {
- "$ref": "#/definitions/change_history"
- },
- "groups": {
- "$ref": "#/definitions/topic_groups"
- },
- "internal_name": {
- "$ref": "#/definitions/taxonomy_internal_name"
- }
- }
- },
- "first_published_at": {
- "description": "The date the content was first published. Automatically determined by the publishing-api, unless overridden by the publishing application.",
- "type": "string",
- "format": "date-time"
- },
- "frontend_links": {
- "type": "array",
- "items": {
- "type": "object",
- "required": [
- "content_id",
- "locale",
- "title"
- ],
- "additionalProperties": true,
- "properties": {
- "analytics_identifier": {
- "$ref": "#/definitions/analytics_identifier"
- },
- "api_path": {
- "$ref": "#/definitions/absolute_path"
- },
- "api_url": {
- "description": "DEPRECATED: api_path should be used instead of api_url. This is due to values of api_url being tied to an environment which can cause problems when data is synced between environments. In time this field will be removed by the Publishing Platform team.",
- "type": "string",
- "format": "uri"
- },
- "base_path": {
- "$ref": "#/definitions/absolute_path"
- },
- "content_id": {
- "$ref": "#/definitions/guid"
- },
- "document_type": {
- "type": "string"
- },
- "links": {
- "type": "object",
- "patternProperties": {
- "^[a-z_]+$": {
- "$ref": "#/definitions/frontend_links"
- }
- }
- },
- "locale": {
- "$ref": "#/definitions/locale"
- },
- "public_updated_at": {
- "oneOf": [
- {
- "$ref": "#/definitions/public_updated_at"
- },
- {
- "type": "null"
- }
- ]
- },
- "schema_name": {
- "type": "string"
- },
- "title": {
- "type": "string"
- },
- "web_url": {
- "description": "DEPRECATED: base_path should be used instead of web_url. This is due to values of web_url being tied to an environment which can cause problems when data is synced between environments. In time this field will be removed by the Publishing Platform team.",
- "type": "string",
- "format": "uri"
- }
- }
- }
- },
- "frontend_links_with_base_path": {
- "type": "array",
- "items": {
- "type": "object",
- "required": [
- "base_path",
- "content_id",
- "locale",
- "title"
- ],
- "additionalProperties": true,
- "properties": {
- "analytics_identifier": {
- "$ref": "#/definitions/analytics_identifier"
- },
- "api_path": {
- "$ref": "#/definitions/absolute_path"
- },
- "api_url": {
- "description": "DEPRECATED: api_path should be used instead of api_url. This is due to values of api_url being tied to an environment which can cause problems when data is synced between environments. In time this field will be removed by the Publishing Platform team.",
- "type": "string",
- "format": "uri"
- },
- "base_path": {
- "$ref": "#/definitions/absolute_path"
- },
- "content_id": {
- "$ref": "#/definitions/guid"
- },
- "document_type": {
- "type": "string"
- },
- "links": {
- "type": "object",
- "patternProperties": {
- "^[a-z_]+$": {
- "$ref": "#/definitions/frontend_links_with_base_path"
- }
- }
- },
- "locale": {
- "$ref": "#/definitions/locale"
- },
- "public_updated_at": {
- "oneOf": [
- {
- "$ref": "#/definitions/public_updated_at"
- },
- {
- "type": "null"
- }
- ]
- },
- "schema_name": {
- "type": "string"
- },
- "title": {
- "type": "string"
- },
- "web_url": {
- "description": "DEPRECATED: base_path should be used instead of web_url. This is due to values of web_url being tied to an environment which can cause problems when data is synced between environments. In time this field will be removed by the Publishing Platform team.",
- "type": "string",
- "format": "uri"
- }
- }
- }
- },
- "guid": {
- "type": "string",
- "pattern": "^[a-f0-9]{8}-[a-f0-9]{4}-[1-5][a-f0-9]{3}-[89ab][a-f0-9]{3}-[a-f0-9]{12}$"
- },
- "guid_list": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/guid"
- },
- "uniqueItems": true
- },
- "locale": {
- "type": "string",
- "enum": [
- "ar",
- "az",
- "be",
- "bg",
- "bn",
- "cs",
- "cy",
- "da",
- "de",
- "dr",
- "el",
- "en",
- "es",
- "es-419",
- "et",
- "fa",
- "fi",
- "fr",
- "gd",
- "gu",
- "he",
- "hi",
- "hr",
- "hu",
- "hy",
- "id",
- "is",
- "it",
- "ja",
- "ka",
- "kk",
- "ko",
- "lt",
- "lv",
- "ms",
- "mt",
- "ne",
- "nl",
- "no",
- "pa",
- "pa-pk",
- "pl",
- "ps",
- "pt",
- "ro",
- "ru",
- "si",
- "sk",
- "sl",
- "so",
- "sq",
- "sr",
- "sv",
- "sw",
- "ta",
- "th",
- "tk",
- "tr",
- "uk",
- "ur",
- "uz",
- "vi",
- "yi",
- "zh",
- "zh-hk",
- "zh-tw"
- ]
- },
- "public_updated_at": {
- "description": "When the content was last significantly changed (a major update). Shown to users. Automatically determined by the publishing-api, unless overridden by the publishing application.",
- "type": "string",
- "format": "date-time"
- },
- "publishing_app_name": {
- "description": "The application that published this item.",
- "type": "string",
- "enum": [
- "account-api",
- "calculators",
- "calendars",
- "collections-publisher",
- "contacts",
- "content-publisher",
- "content-tagger",
- "email-alert-frontend",
- "external-link-tracker",
- "feedback",
- "frontend",
- "government-frontend",
- "hmrc-manuals-api",
- "local-links-manager",
- "manuals-publisher",
- "maslow",
- "performanceplatform-big-screen-view",
- "publisher",
- "rummager",
- "search-admin",
- "search-api",
- "service-manual-publisher",
- "share-sale-publisher",
- "short-url-manager",
- "smartanswers",
- "special-route-publisher",
- "specialist-publisher",
- "static",
- "tariff",
- "travel-advice-publisher",
- "whitehall"
- ]
- },
- "publishing_request_id": {
- "description": "A unique identifier used to track publishing requests to rendered content",
- "oneOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "publishing_scheduled_at": {
- "description": "When this content was last scheduled for publishing. Determined by the publishing intent sent by the publishing API.",
- "type": "string",
- "format": "date-time"
- },
- "rendering_app": {
- "description": "The application that renders this item.",
- "type": "string",
- "enum": [
- "account-api",
- "calculators",
- "calendars",
- "collections",
- "content-store",
- "email-alert-frontend",
- "email-campaign-frontend",
- "feedback",
- "finder-frontend",
- "frontend",
- "government-frontend",
- "info-frontend",
- "performanceplatform-big-screen-view",
- "rummager",
- "search-api",
- "smartanswers",
- "spotlight",
- "static",
- "tariff",
- "whitehall-admin",
- "whitehall-frontend"
- ]
- },
- "scheduled_publishing_delay_seconds": {
- "description": "The delay between the most recent scheduled and actual publishing times. Determined by the content store based on the publishing intent.",
- "type": "integer"
- },
- "taxonomy_internal_name": {
- "description": "An internal name for taxonomy admin interfaces. Includes parent.",
- "type": "string"
- },
- "title": {
- "type": "string"
- },
- "topic_groups": {
- "description": "Lists of items with titles & paths in named groups, used for showing curated links on browse pages and topics",
- "type": "array",
- "items": {
- "type": "object",
- "required": [
- "name",
- "content_ids"
- ],
- "additionalProperties": false,
- "properties": {
- "content_ids": {
- "description": "Ordered list of content_ids of content that is in the topic group",
- "$ref": "#/definitions/guid_list"
- },
- "name": {
- "type": "string"
- }
- }
- }
- },
- "withdrawn_notice": {
- "type": "object",
- "additionalProperties": false,
- "properties": {
- "explanation": {
- "type": "string"
- },
- "withdrawn_at": {
- "format": "date-time"
- }
- }
- }
- }
-}
diff --git a/content_schemas/dist/formats/topic/notification/schema.json b/content_schemas/dist/formats/topic/notification/schema.json
deleted file mode 100644
index c475067f8..000000000
--- a/content_schemas/dist/formats/topic/notification/schema.json
+++ /dev/null
@@ -1,785 +0,0 @@
-{
- "$schema": "http://json-schema.org/draft-04/schema#",
- "type": "object",
- "required": [
- "analytics_identifier",
- "base_path",
- "content_id",
- "description",
- "details",
- "document_type",
- "email_document_supertype",
- "expanded_links",
- "first_published_at",
- "government_document_supertype",
- "govuk_request_id",
- "links",
- "locale",
- "payload_version",
- "phase",
- "public_updated_at",
- "publishing_app",
- "redirects",
- "rendering_app",
- "routes",
- "schema_name",
- "title",
- "update_type"
- ],
- "additionalProperties": false,
- "properties": {
- "analytics_identifier": {
- "$ref": "#/definitions/analytics_identifier"
- },
- "base_path": {
- "$ref": "#/definitions/absolute_path"
- },
- "content_id": {
- "$ref": "#/definitions/guid"
- },
- "content_purpose_document_supertype": {
- "description": "DEPRECATED. Use `content_purpose_subgroup`.",
- "type": "string"
- },
- "content_purpose_subgroup": {
- "description": "Document subgroup grouping documents by purpose. Narrows down the purpose defined in content_purpose_supergroup.",
- "type": "string"
- },
- "content_purpose_supergroup": {
- "description": "Document supergroup grouping documents by a purpose",
- "type": "string"
- },
- "description": {
- "$ref": "#/definitions/description_optional"
- },
- "details": {
- "$ref": "#/definitions/details"
- },
- "document_type": {
- "type": "string",
- "enum": [
- "topic"
- ]
- },
- "email_document_supertype": {
- "description": "Document supertype grouping intended to power the Whitehall finders and email subscriptions",
- "type": "string"
- },
- "expanded_links": {
- "type": "object",
- "additionalProperties": false,
- "properties": {
- "available_translations": {
- "description": "Link type automatically added by Publishing API",
- "$ref": "#/definitions/frontend_links_with_base_path"
- },
- "child_taxons": {
- "description": "Link type automatically added by Publishing API",
- "$ref": "#/definitions/frontend_links_with_base_path"
- },
- "children": {
- "description": "Link type automatically added by Publishing API",
- "$ref": "#/definitions/frontend_links_with_base_path"
- },
- "document_collections": {
- "description": "Link type automatically added by Publishing API",
- "$ref": "#/definitions/frontend_links_with_base_path"
- },
- "finder": {
- "description": "Powers links from content back to finders the content is surfaced on",
- "$ref": "#/definitions/frontend_links_with_base_path"
- },
- "lead_organisations": {
- "description": "DEPRECATED: A subset of organisations that should be emphasised in relation to this content item. All organisations specified here should also be part of the organisations array.",
- "$ref": "#/definitions/frontend_links_with_base_path"
- },
- "level_one_taxons": {
- "description": "Link type automatically added by Publishing API",
- "$ref": "#/definitions/frontend_links_with_base_path"
- },
- "linked_items": {
- "description": "Includes all content ids referenced in 'details'. This is a temporary measure to expand content ids for frontends which is planned to be replaced by a dependency resolution service.",
- "$ref": "#/definitions/frontend_links_with_base_path"
- },
- "mainstream_browse_pages": {
- "description": "Powers the /browse section of the site. These are known as sections in some legacy apps.",
- "$ref": "#/definitions/frontend_links_with_base_path"
- },
- "meets_user_needs": {
- "description": "The user needs this piece of content meets.",
- "$ref": "#/definitions/frontend_links_with_base_path"
- },
- "ministers": {
- "description": "Link type automatically added by Publishing API",
- "$ref": "#/definitions/frontend_links"
- },
- "ordered_related_items": {
- "description": "Related items, can be any page on GOV.UK. Mostly used for mainstream content to power the sidebar. Ordering of the links is determined by the editor in Content Tagger.",
- "$ref": "#/definitions/frontend_links_with_base_path"
- },
- "ordered_related_items_overrides": {
- "description": "Related items, can be any page on GOV.UK. Overrides 'more like this' automatically generated links in the beta navigation.",
- "$ref": "#/definitions/frontend_links_with_base_path"
- },
- "organisations": {
- "description": "All organisations linked to this content item. This should include lead organisations.",
- "$ref": "#/definitions/frontend_links_with_base_path"
- },
- "original_primary_publishing_organisation": {
- "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.",
- "$ref": "#/definitions/frontend_links_with_base_path"
- },
- "parent": {
- "description": "The parent content item.",
- "$ref": "#/definitions/frontend_links_with_base_path",
- "maxItems": 1
- },
- "part_of_step_navs": {
- "description": "Link type automatically added by Publishing API",
- "$ref": "#/definitions/frontend_links_with_base_path"
- },
- "policies": {
- "description": "Link type automatically added by Publishing API",
- "$ref": "#/definitions/frontend_links_with_base_path"
- },
- "policy_areas": {
- "description": "A largely deprecated tag currently only used to power email alerts.",
- "$ref": "#/definitions/frontend_links_with_base_path"
- },
- "primary_publishing_organisation": {
- "description": "The organisation that published the page. Corresponds to the first of the 'Lead organisations' in Whitehall, and is empty for all other publishing applications.",
- "$ref": "#/definitions/frontend_links_with_base_path",
- "maxItems": 1
- },
- "related_to_step_navs": {
- "description": "Link type automatically added by Publishing API",
- "$ref": "#/definitions/frontend_links_with_base_path"
- },
- "role_appointments": {
- "description": "Link type automatically added by Publishing API",
- "$ref": "#/definitions/frontend_links"
- },
- "secondary_to_step_navs": {
- "description": "Link type automatically added by Publishing API",
- "$ref": "#/definitions/frontend_links_with_base_path"
- },
- "suggested_ordered_related_items": {
- "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"
- },
- "taxons": {
- "description": "Prototype-stage taxonomy label for this content item",
- "$ref": "#/definitions/frontend_links_with_base_path"
- },
- "topic_taxonomy_taxons": {
- "description": "Link type automatically added by Publishing API",
- "$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"
- }
- }
- },
- "first_published_at": {
- "$ref": "#/definitions/first_published_at"
- },
- "government_document_supertype": {
- "description": "Document supertype grouping intended to power the Whitehall finders and email subscriptions",
- "type": "string"
- },
- "govuk_request_id": {
- "$ref": "#/definitions/govuk_request_id"
- },
- "links": {
- "type": "object",
- "additionalProperties": false,
- "properties": {
- "finder": {
- "description": "Powers links from content back to finders the content is surfaced on",
- "$ref": "#/definitions/guid_list"
- },
- "lead_organisations": {
- "description": "DEPRECATED: A subset of organisations that should be emphasised in relation to this content item. All organisations specified here should also be part of the organisations array.",
- "$ref": "#/definitions/guid_list"
- },
- "linked_items": {
- "description": "Includes all content ids referenced in 'details'. This is a temporary measure to expand content ids for frontends which is planned to be replaced by a dependency resolution service.",
- "$ref": "#/definitions/guid_list"
- },
- "mainstream_browse_pages": {
- "description": "Powers the /browse section of the site. These are known as sections in some legacy apps.",
- "$ref": "#/definitions/guid_list"
- },
- "meets_user_needs": {
- "description": "The user needs this piece of content meets.",
- "$ref": "#/definitions/guid_list"
- },
- "ordered_related_items": {
- "description": "Related items, can be any page on GOV.UK. Mostly used for mainstream content to power the sidebar. Ordering of the links is determined by the editor in Content Tagger.",
- "$ref": "#/definitions/guid_list"
- },
- "ordered_related_items_overrides": {
- "description": "Related items, can be any page on GOV.UK. Overrides 'more like this' automatically generated links in the beta navigation.",
- "$ref": "#/definitions/guid_list"
- },
- "organisations": {
- "description": "All organisations linked to this content item. This should include lead organisations.",
- "$ref": "#/definitions/guid_list"
- },
- "original_primary_publishing_organisation": {
- "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.",
- "$ref": "#/definitions/guid_list"
- },
- "parent": {
- "description": "The parent content item.",
- "$ref": "#/definitions/guid_list",
- "maxItems": 1
- },
- "policy_areas": {
- "description": "A largely deprecated tag currently only used to power email alerts.",
- "$ref": "#/definitions/guid_list"
- },
- "primary_publishing_organisation": {
- "description": "The organisation that published the page. Corresponds to the first of the 'Lead organisations' in Whitehall, and is empty for all other publishing applications.",
- "$ref": "#/definitions/guid_list",
- "maxItems": 1
- },
- "suggested_ordered_related_items": {
- "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"
- },
- "taxons": {
- "description": "Prototype-stage taxonomy label for this content item",
- "$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"
- }
- }
- },
- "locale": {
- "$ref": "#/definitions/locale"
- },
- "navigation_document_supertype": {
- "description": "Document type grouping powering the new taxonomy-based navigation pages",
- "type": "string"
- },
- "need_ids": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- "payload_version": {
- "$ref": "#/definitions/payload_version"
- },
- "phase": {
- "description": "The service design phase of this content item - https://www.gov.uk/service-manual/phases",
- "type": "string",
- "enum": [
- "alpha",
- "beta",
- "live"
- ]
- },
- "public_updated_at": {
- "$ref": "#/definitions/public_updated_at"
- },
- "publishing_app": {
- "$ref": "#/definitions/publishing_app_name"
- },
- "publishing_request_id": {
- "$ref": "#/definitions/publishing_request_id"
- },
- "redirects": {
- "type": "array",
- "additionalItems": false,
- "items": {}
- },
- "rendering_app": {
- "$ref": "#/definitions/rendering_app"
- },
- "routes": {
- "$ref": "#/definitions/routes"
- },
- "schema_name": {
- "type": "string",
- "enum": [
- "topic"
- ]
- },
- "search_user_need_document_supertype": {
- "description": "Document supertype grouping core and government documents",
- "type": "string"
- },
- "title": {
- "$ref": "#/definitions/title"
- },
- "update_type": {
- "$ref": "#/definitions/update_type"
- },
- "user_journey_document_supertype": {
- "description": "Document type grouping powering analytics of user journeys",
- "type": "string"
- },
- "user_need_document_supertype": {
- "description": "DEPRECATED. Use `content_purpose_document_supertype`.",
- "type": "string"
- },
- "withdrawn_notice": {
- "$ref": "#/definitions/withdrawn_notice"
- }
- },
- "definitions": {
- "description": {
- "type": "string"
- },
- "absolute_path": {
- "description": "A path only. Query string and/or fragment are not allowed.",
- "type": "string",
- "pattern": "^/(([a-zA-Z0-9._~!$&'()*+,;=:@-]|%[0-9a-fA-F]{2})+(/([a-zA-Z0-9._~!$&'()*+,;=:@-]|%[0-9a-fA-F]{2})*)*)?$"
- },
- "analytics_identifier": {
- "description": "A short identifier we send to Google Analytics for multi-valued fields. This means we avoid the truncated values we would get if we sent the path or slug of eg organisations.",
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "change_history": {
- "type": "array",
- "items": {
- "type": "object",
- "required": [
- "public_timestamp",
- "note"
- ],
- "additionalProperties": false,
- "properties": {
- "note": {
- "description": "A summary of the change",
- "type": "string"
- },
- "public_timestamp": {
- "type": "string",
- "format": "date-time"
- }
- }
- }
- },
- "description_optional": {
- "anyOf": [
- {
- "$ref": "#/definitions/description"
- },
- {
- "type": "null"
- }
- ]
- },
- "details": {
- "type": "object",
- "additionalProperties": false,
- "properties": {
- "change_history": {
- "$ref": "#/definitions/change_history"
- },
- "groups": {
- "$ref": "#/definitions/topic_groups"
- },
- "internal_name": {
- "$ref": "#/definitions/taxonomy_internal_name"
- }
- }
- },
- "first_published_at": {
- "description": "The date the content was first published. Automatically determined by the publishing-api, unless overridden by the publishing application.",
- "type": "string",
- "format": "date-time"
- },
- "frontend_links": {
- "type": "array",
- "items": {
- "type": "object",
- "required": [
- "content_id",
- "locale",
- "title"
- ],
- "additionalProperties": true,
- "properties": {
- "analytics_identifier": {
- "$ref": "#/definitions/analytics_identifier"
- },
- "api_path": {
- "$ref": "#/definitions/absolute_path"
- },
- "api_url": {
- "description": "DEPRECATED: api_path should be used instead of api_url. This is due to values of api_url being tied to an environment which can cause problems when data is synced between environments. In time this field will be removed by the Publishing Platform team.",
- "type": "string",
- "format": "uri"
- },
- "base_path": {
- "$ref": "#/definitions/absolute_path"
- },
- "content_id": {
- "$ref": "#/definitions/guid"
- },
- "document_type": {
- "type": "string"
- },
- "links": {
- "type": "object",
- "patternProperties": {
- "^[a-z_]+$": {
- "$ref": "#/definitions/frontend_links"
- }
- }
- },
- "locale": {
- "$ref": "#/definitions/locale"
- },
- "public_updated_at": {
- "oneOf": [
- {
- "$ref": "#/definitions/public_updated_at"
- },
- {
- "type": "null"
- }
- ]
- },
- "schema_name": {
- "type": "string"
- },
- "title": {
- "type": "string"
- },
- "web_url": {
- "description": "DEPRECATED: base_path should be used instead of web_url. This is due to values of web_url being tied to an environment which can cause problems when data is synced between environments. In time this field will be removed by the Publishing Platform team.",
- "type": "string",
- "format": "uri"
- }
- }
- }
- },
- "frontend_links_with_base_path": {
- "type": "array",
- "items": {
- "type": "object",
- "required": [
- "base_path",
- "content_id",
- "locale",
- "title"
- ],
- "additionalProperties": true,
- "properties": {
- "analytics_identifier": {
- "$ref": "#/definitions/analytics_identifier"
- },
- "api_path": {
- "$ref": "#/definitions/absolute_path"
- },
- "api_url": {
- "description": "DEPRECATED: api_path should be used instead of api_url. This is due to values of api_url being tied to an environment which can cause problems when data is synced between environments. In time this field will be removed by the Publishing Platform team.",
- "type": "string",
- "format": "uri"
- },
- "base_path": {
- "$ref": "#/definitions/absolute_path"
- },
- "content_id": {
- "$ref": "#/definitions/guid"
- },
- "document_type": {
- "type": "string"
- },
- "links": {
- "type": "object",
- "patternProperties": {
- "^[a-z_]+$": {
- "$ref": "#/definitions/frontend_links_with_base_path"
- }
- }
- },
- "locale": {
- "$ref": "#/definitions/locale"
- },
- "public_updated_at": {
- "oneOf": [
- {
- "$ref": "#/definitions/public_updated_at"
- },
- {
- "type": "null"
- }
- ]
- },
- "schema_name": {
- "type": "string"
- },
- "title": {
- "type": "string"
- },
- "web_url": {
- "description": "DEPRECATED: base_path should be used instead of web_url. This is due to values of web_url being tied to an environment which can cause problems when data is synced between environments. In time this field will be removed by the Publishing Platform team.",
- "type": "string",
- "format": "uri"
- }
- }
- }
- },
- "govuk_request_id": {
- "type": [
- "string",
- "null"
- ]
- },
- "guid": {
- "type": "string",
- "pattern": "^[a-f0-9]{8}-[a-f0-9]{4}-[1-5][a-f0-9]{3}-[89ab][a-f0-9]{3}-[a-f0-9]{12}$"
- },
- "guid_list": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/guid"
- },
- "uniqueItems": true
- },
- "locale": {
- "type": "string",
- "enum": [
- "ar",
- "az",
- "be",
- "bg",
- "bn",
- "cs",
- "cy",
- "da",
- "de",
- "dr",
- "el",
- "en",
- "es",
- "es-419",
- "et",
- "fa",
- "fi",
- "fr",
- "gd",
- "gu",
- "he",
- "hi",
- "hr",
- "hu",
- "hy",
- "id",
- "is",
- "it",
- "ja",
- "ka",
- "kk",
- "ko",
- "lt",
- "lv",
- "ms",
- "mt",
- "ne",
- "nl",
- "no",
- "pa",
- "pa-pk",
- "pl",
- "ps",
- "pt",
- "ro",
- "ru",
- "si",
- "sk",
- "sl",
- "so",
- "sq",
- "sr",
- "sv",
- "sw",
- "ta",
- "th",
- "tk",
- "tr",
- "uk",
- "ur",
- "uz",
- "vi",
- "yi",
- "zh",
- "zh-hk",
- "zh-tw"
- ]
- },
- "payload_version": {
- "description": "Counter to indicate when the payload was generated",
- "type": "integer"
- },
- "public_updated_at": {
- "description": "When the content was last significantly changed (a major update). Shown to users. Automatically determined by the publishing-api, unless overridden by the publishing application.",
- "type": "string",
- "format": "date-time"
- },
- "publishing_app_name": {
- "description": "The application that published this item.",
- "type": "string",
- "enum": [
- "account-api",
- "calculators",
- "calendars",
- "collections-publisher",
- "contacts",
- "content-publisher",
- "content-tagger",
- "email-alert-frontend",
- "external-link-tracker",
- "feedback",
- "frontend",
- "government-frontend",
- "hmrc-manuals-api",
- "local-links-manager",
- "manuals-publisher",
- "maslow",
- "performanceplatform-big-screen-view",
- "publisher",
- "rummager",
- "search-admin",
- "search-api",
- "service-manual-publisher",
- "share-sale-publisher",
- "short-url-manager",
- "smartanswers",
- "special-route-publisher",
- "specialist-publisher",
- "static",
- "tariff",
- "travel-advice-publisher",
- "whitehall"
- ]
- },
- "publishing_request_id": {
- "description": "A unique identifier used to track publishing requests to rendered content",
- "oneOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "rendering_app": {
- "description": "The application that renders this item.",
- "type": "string",
- "enum": [
- "account-api",
- "calculators",
- "calendars",
- "collections",
- "content-store",
- "email-alert-frontend",
- "email-campaign-frontend",
- "feedback",
- "finder-frontend",
- "frontend",
- "government-frontend",
- "info-frontend",
- "performanceplatform-big-screen-view",
- "rummager",
- "search-api",
- "smartanswers",
- "spotlight",
- "static",
- "tariff",
- "whitehall-admin",
- "whitehall-frontend"
- ]
- },
- "route": {
- "type": "object",
- "required": [
- "path",
- "type"
- ],
- "additionalProperties": false,
- "properties": {
- "path": {
- "type": "string"
- },
- "type": {
- "enum": [
- "prefix",
- "exact"
- ]
- }
- }
- },
- "routes": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/route"
- },
- "minItems": 1
- },
- "taxonomy_internal_name": {
- "description": "An internal name for taxonomy admin interfaces. Includes parent.",
- "type": "string"
- },
- "title": {
- "type": "string"
- },
- "topic_groups": {
- "description": "Lists of items with titles & paths in named groups, used for showing curated links on browse pages and topics",
- "type": "array",
- "items": {
- "type": "object",
- "required": [
- "name",
- "content_ids"
- ],
- "additionalProperties": false,
- "properties": {
- "content_ids": {
- "description": "Ordered list of content_ids of content that is in the topic group",
- "$ref": "#/definitions/guid_list"
- },
- "name": {
- "type": "string"
- }
- }
- }
- },
- "update_type": {
- "enum": [
- "major",
- "minor",
- "republish"
- ]
- },
- "withdrawn_notice": {
- "type": "object",
- "additionalProperties": false,
- "properties": {
- "explanation": {
- "type": "string"
- },
- "withdrawn_at": {
- "format": "date-time"
- }
- }
- }
- }
-}
diff --git a/content_schemas/dist/formats/topic/publisher_v2/links.json b/content_schemas/dist/formats/topic/publisher_v2/links.json
deleted file mode 100644
index bd642aedd..000000000
--- a/content_schemas/dist/formats/topic/publisher_v2/links.json
+++ /dev/null
@@ -1,94 +0,0 @@
-{
- "$schema": "http://json-schema.org/draft-04/schema#",
- "type": "object",
- "additionalProperties": false,
- "properties": {
- "bulk_publishing": {
- "type": "boolean"
- },
- "links": {
- "type": "object",
- "additionalProperties": false,
- "properties": {
- "finder": {
- "description": "Powers links from content back to finders the content is surfaced on",
- "$ref": "#/definitions/guid_list"
- },
- "lead_organisations": {
- "description": "DEPRECATED: A subset of organisations that should be emphasised in relation to this content item. All organisations specified here should also be part of the organisations array.",
- "$ref": "#/definitions/guid_list"
- },
- "linked_items": {
- "description": "Includes all content ids referenced in 'details'. This is a temporary measure to expand content ids for frontends which is planned to be replaced by a dependency resolution service.",
- "$ref": "#/definitions/guid_list"
- },
- "mainstream_browse_pages": {
- "description": "Powers the /browse section of the site. These are known as sections in some legacy apps.",
- "$ref": "#/definitions/guid_list"
- },
- "meets_user_needs": {
- "description": "The user needs this piece of content meets.",
- "$ref": "#/definitions/guid_list"
- },
- "ordered_related_items": {
- "description": "Related items, can be any page on GOV.UK. Mostly used for mainstream content to power the sidebar. Ordering of the links is determined by the editor in Content Tagger.",
- "$ref": "#/definitions/guid_list"
- },
- "ordered_related_items_overrides": {
- "description": "Related items, can be any page on GOV.UK. Overrides 'more like this' automatically generated links in the beta navigation.",
- "$ref": "#/definitions/guid_list"
- },
- "organisations": {
- "description": "All organisations linked to this content item. This should include lead organisations.",
- "$ref": "#/definitions/guid_list"
- },
- "original_primary_publishing_organisation": {
- "description": "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.",
- "$ref": "#/definitions/guid_list"
- },
- "parent": {
- "description": "The parent content item.",
- "$ref": "#/definitions/guid_list",
- "maxItems": 1
- },
- "policy_areas": {
- "description": "A largely deprecated tag currently only used to power email alerts.",
- "$ref": "#/definitions/guid_list"
- },
- "primary_publishing_organisation": {
- "description": "The organisation that published the page. Corresponds to the first of the 'Lead organisations' in Whitehall, and is empty for all other publishing applications.",
- "$ref": "#/definitions/guid_list",
- "maxItems": 1
- },
- "suggested_ordered_related_items": {
- "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"
- },
- "taxons": {
- "description": "Prototype-stage taxonomy label for this content item",
- "$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"
- }
- }
- },
- "previous_version": {
- "type": "string"
- }
- },
- "definitions": {
- "guid": {
- "type": "string",
- "pattern": "^[a-f0-9]{8}-[a-f0-9]{4}-[1-5][a-f0-9]{3}-[89ab][a-f0-9]{3}-[a-f0-9]{12}$"
- },
- "guid_list": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/guid"
- },
- "uniqueItems": true
- }
- }
-}
diff --git a/content_schemas/dist/formats/topic/publisher_v2/schema.json b/content_schemas/dist/formats/topic/publisher_v2/schema.json
deleted file mode 100644
index 16733c7e3..000000000
--- a/content_schemas/dist/formats/topic/publisher_v2/schema.json
+++ /dev/null
@@ -1,399 +0,0 @@
-{
- "$schema": "http://json-schema.org/draft-04/schema#",
- "type": "object",
- "required": [
- "base_path",
- "details",
- "document_type",
- "publishing_app",
- "rendering_app",
- "routes",
- "schema_name",
- "title"
- ],
- "additionalProperties": false,
- "properties": {
- "access_limited": {
- "$ref": "#/definitions/access_limited"
- },
- "analytics_identifier": {
- "$ref": "#/definitions/analytics_identifier"
- },
- "auth_bypass_ids": {
- "description": "A list of ids that will allow access to this item for non-authenticated users",
- "$ref": "#/definitions/guid_list"
- },
- "base_path": {
- "$ref": "#/definitions/absolute_path"
- },
- "bulk_publishing": {
- "type": "boolean"
- },
- "change_note": {
- "type": [
- "null",
- "string"
- ]
- },
- "description": {
- "$ref": "#/definitions/description_optional"
- },
- "details": {
- "$ref": "#/definitions/details"
- },
- "document_type": {
- "type": "string",
- "enum": [
- "topic"
- ]
- },
- "first_published_at": {
- "$ref": "#/definitions/first_published_at"
- },
- "last_edited_at": {
- "description": "Last time when the content received a major or minor update.",
- "type": "string",
- "format": "date-time"
- },
- "links": {
- "type": "object",
- "additionalProperties": false,
- "properties": {
- "policy_areas": {
- "description": "A largely deprecated tag currently only used to power email alerts.",
- "$ref": "#/definitions/guid_list"
- }
- }
- },
- "locale": {
- "$ref": "#/definitions/locale"
- },
- "need_ids": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- "phase": {
- "description": "The service design phase of this content item - https://www.gov.uk/service-manual/phases",
- "type": "string",
- "enum": [
- "alpha",
- "beta",
- "live"
- ]
- },
- "previous_version": {
- "type": "string"
- },
- "public_updated_at": {
- "$ref": "#/definitions/public_updated_at"
- },
- "publishing_app": {
- "$ref": "#/definitions/publishing_app_name"
- },
- "redirects": {
- "type": "array",
- "additionalItems": false,
- "items": {}
- },
- "rendering_app": {
- "$ref": "#/definitions/rendering_app"
- },
- "routes": {
- "$ref": "#/definitions/routes"
- },
- "schema_name": {
- "type": "string",
- "enum": [
- "topic"
- ]
- },
- "title": {
- "$ref": "#/definitions/title"
- },
- "update_type": {
- "$ref": "#/definitions/update_type"
- }
- },
- "definitions": {
- "description": {
- "type": "string"
- },
- "absolute_path": {
- "description": "A path only. Query string and/or fragment are not allowed.",
- "type": "string",
- "pattern": "^/(([a-zA-Z0-9._~!$&'()*+,;=:@-]|%[0-9a-fA-F]{2})+(/([a-zA-Z0-9._~!$&'()*+,;=:@-]|%[0-9a-fA-F]{2})*)*)?$"
- },
- "access_limited": {
- "type": "object",
- "additionalProperties": false,
- "properties": {
- "auth_bypass_ids": {
- "description": "Deprecated: auth_bypass_ids should be sent as a separate field",
- "$ref": "#/definitions/guid_list"
- },
- "organisations": {
- "description": "A list of organisation content ids permitted access to this item",
- "$ref": "#/definitions/guid_list"
- },
- "users": {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- }
- },
- "analytics_identifier": {
- "description": "A short identifier we send to Google Analytics for multi-valued fields. This means we avoid the truncated values we would get if we sent the path or slug of eg organisations.",
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "description_optional": {
- "anyOf": [
- {
- "$ref": "#/definitions/description"
- },
- {
- "type": "null"
- }
- ]
- },
- "details": {
- "type": "object",
- "additionalProperties": false,
- "properties": {
- "groups": {
- "$ref": "#/definitions/topic_groups"
- },
- "internal_name": {
- "$ref": "#/definitions/taxonomy_internal_name"
- }
- }
- },
- "first_published_at": {
- "description": "The date the content was first published. Automatically determined by the publishing-api, unless overridden by the publishing application.",
- "type": "string",
- "format": "date-time"
- },
- "guid": {
- "type": "string",
- "pattern": "^[a-f0-9]{8}-[a-f0-9]{4}-[1-5][a-f0-9]{3}-[89ab][a-f0-9]{3}-[a-f0-9]{12}$"
- },
- "guid_list": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/guid"
- },
- "uniqueItems": true
- },
- "locale": {
- "type": "string",
- "enum": [
- "ar",
- "az",
- "be",
- "bg",
- "bn",
- "cs",
- "cy",
- "da",
- "de",
- "dr",
- "el",
- "en",
- "es",
- "es-419",
- "et",
- "fa",
- "fi",
- "fr",
- "gd",
- "gu",
- "he",
- "hi",
- "hr",
- "hu",
- "hy",
- "id",
- "is",
- "it",
- "ja",
- "ka",
- "kk",
- "ko",
- "lt",
- "lv",
- "ms",
- "mt",
- "ne",
- "nl",
- "no",
- "pa",
- "pa-pk",
- "pl",
- "ps",
- "pt",
- "ro",
- "ru",
- "si",
- "sk",
- "sl",
- "so",
- "sq",
- "sr",
- "sv",
- "sw",
- "ta",
- "th",
- "tk",
- "tr",
- "uk",
- "ur",
- "uz",
- "vi",
- "yi",
- "zh",
- "zh-hk",
- "zh-tw"
- ]
- },
- "public_updated_at": {
- "description": "When the content was last significantly changed (a major update). Shown to users. Automatically determined by the publishing-api, unless overridden by the publishing application.",
- "type": "string",
- "format": "date-time"
- },
- "publishing_app_name": {
- "description": "The application that published this item.",
- "type": "string",
- "enum": [
- "account-api",
- "calculators",
- "calendars",
- "collections-publisher",
- "contacts",
- "content-publisher",
- "content-tagger",
- "email-alert-frontend",
- "external-link-tracker",
- "feedback",
- "frontend",
- "government-frontend",
- "hmrc-manuals-api",
- "local-links-manager",
- "manuals-publisher",
- "maslow",
- "performanceplatform-big-screen-view",
- "publisher",
- "rummager",
- "search-admin",
- "search-api",
- "service-manual-publisher",
- "share-sale-publisher",
- "short-url-manager",
- "smartanswers",
- "special-route-publisher",
- "specialist-publisher",
- "static",
- "tariff",
- "travel-advice-publisher",
- "whitehall"
- ]
- },
- "rendering_app": {
- "description": "The application that renders this item.",
- "type": "string",
- "enum": [
- "account-api",
- "calculators",
- "calendars",
- "collections",
- "content-store",
- "email-alert-frontend",
- "email-campaign-frontend",
- "feedback",
- "finder-frontend",
- "frontend",
- "government-frontend",
- "info-frontend",
- "performanceplatform-big-screen-view",
- "rummager",
- "search-api",
- "smartanswers",
- "spotlight",
- "static",
- "tariff",
- "whitehall-admin",
- "whitehall-frontend"
- ]
- },
- "route": {
- "type": "object",
- "required": [
- "path",
- "type"
- ],
- "additionalProperties": false,
- "properties": {
- "path": {
- "type": "string"
- },
- "type": {
- "enum": [
- "prefix",
- "exact"
- ]
- }
- }
- },
- "routes": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/route"
- },
- "minItems": 1
- },
- "taxonomy_internal_name": {
- "description": "An internal name for taxonomy admin interfaces. Includes parent.",
- "type": "string"
- },
- "title": {
- "type": "string"
- },
- "topic_groups": {
- "description": "Lists of items with titles & paths in named groups, used for showing curated links on browse pages and topics",
- "type": "array",
- "items": {
- "type": "object",
- "required": [
- "name",
- "content_ids"
- ],
- "additionalProperties": false,
- "properties": {
- "content_ids": {
- "description": "Ordered list of content_ids of content that is in the topic group",
- "$ref": "#/definitions/guid_list"
- },
- "name": {
- "type": "string"
- }
- }
- }
- },
- "update_type": {
- "enum": [
- "major",
- "minor",
- "republish"
- ]
- }
- }
-}
diff --git a/content_schemas/dist/formats/topical_event/frontend/schema.json b/content_schemas/dist/formats/topical_event/frontend/schema.json
index b721f1aef..f8f583375 100644
--- a/content_schemas/dist/formats/topical_event/frontend/schema.json
+++ b/content_schemas/dist/formats/topical_event/frontend/schema.json
@@ -152,10 +152,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/topical_event/notification/schema.json b/content_schemas/dist/formats/topical_event/notification/schema.json
index 5b676f3dc..b860d5229 100644
--- a/content_schemas/dist/formats/topical_event/notification/schema.json
+++ b/content_schemas/dist/formats/topical_event/notification/schema.json
@@ -170,10 +170,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -244,10 +240,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/topical_event/publisher_v2/links.json b/content_schemas/dist/formats/topical_event/publisher_v2/links.json
index 78d27f113..d3e7fac0a 100644
--- a/content_schemas/dist/formats/topical_event/publisher_v2/links.json
+++ b/content_schemas/dist/formats/topical_event/publisher_v2/links.json
@@ -63,10 +63,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/topical_event_about_page/frontend/schema.json b/content_schemas/dist/formats/topical_event_about_page/frontend/schema.json
index d8f19037c..462750343 100644
--- a/content_schemas/dist/formats/topical_event_about_page/frontend/schema.json
+++ b/content_schemas/dist/formats/topical_event_about_page/frontend/schema.json
@@ -152,10 +152,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/topical_event_about_page/notification/schema.json b/content_schemas/dist/formats/topical_event_about_page/notification/schema.json
index 84299068c..6a2e1e124 100644
--- a/content_schemas/dist/formats/topical_event_about_page/notification/schema.json
+++ b/content_schemas/dist/formats/topical_event_about_page/notification/schema.json
@@ -170,10 +170,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -244,10 +240,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/topical_event_about_page/publisher_v2/links.json b/content_schemas/dist/formats/topical_event_about_page/publisher_v2/links.json
index 78d27f113..d3e7fac0a 100644
--- a/content_schemas/dist/formats/topical_event_about_page/publisher_v2/links.json
+++ b/content_schemas/dist/formats/topical_event_about_page/publisher_v2/links.json
@@ -63,10 +63,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/transaction/frontend/schema.json b/content_schemas/dist/formats/transaction/frontend/schema.json
index f9e275b34..ef6a5785d 100644
--- a/content_schemas/dist/formats/transaction/frontend/schema.json
+++ b/content_schemas/dist/formats/transaction/frontend/schema.json
@@ -152,10 +152,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/transaction/notification/schema.json b/content_schemas/dist/formats/transaction/notification/schema.json
index 79a870d9f..6cc893182 100644
--- a/content_schemas/dist/formats/transaction/notification/schema.json
+++ b/content_schemas/dist/formats/transaction/notification/schema.json
@@ -170,10 +170,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -244,10 +240,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/transaction/publisher_v2/links.json b/content_schemas/dist/formats/transaction/publisher_v2/links.json
index 78d27f113..d3e7fac0a 100644
--- a/content_schemas/dist/formats/transaction/publisher_v2/links.json
+++ b/content_schemas/dist/formats/transaction/publisher_v2/links.json
@@ -63,10 +63,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/travel_advice/frontend/schema.json b/content_schemas/dist/formats/travel_advice/frontend/schema.json
index 06bce5008..91f7cace0 100644
--- a/content_schemas/dist/formats/travel_advice/frontend/schema.json
+++ b/content_schemas/dist/formats/travel_advice/frontend/schema.json
@@ -155,10 +155,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/travel_advice/notification/schema.json b/content_schemas/dist/formats/travel_advice/notification/schema.json
index d56bde7d7..dedcb8fd5 100644
--- a/content_schemas/dist/formats/travel_advice/notification/schema.json
+++ b/content_schemas/dist/formats/travel_advice/notification/schema.json
@@ -173,10 +173,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -250,10 +246,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/travel_advice/publisher_v2/links.json b/content_schemas/dist/formats/travel_advice/publisher_v2/links.json
index 730898ed7..25baaf478 100644
--- a/content_schemas/dist/formats/travel_advice/publisher_v2/links.json
+++ b/content_schemas/dist/formats/travel_advice/publisher_v2/links.json
@@ -66,10 +66,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/travel_advice_index/frontend/schema.json b/content_schemas/dist/formats/travel_advice_index/frontend/schema.json
index 8f0f39366..3cbfdbb2d 100644
--- a/content_schemas/dist/formats/travel_advice_index/frontend/schema.json
+++ b/content_schemas/dist/formats/travel_advice_index/frontend/schema.json
@@ -155,10 +155,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/travel_advice_index/notification/schema.json b/content_schemas/dist/formats/travel_advice_index/notification/schema.json
index a1e0268de..39ff6ec24 100644
--- a/content_schemas/dist/formats/travel_advice_index/notification/schema.json
+++ b/content_schemas/dist/formats/travel_advice_index/notification/schema.json
@@ -173,10 +173,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -250,10 +246,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/travel_advice_index/publisher_v2/links.json b/content_schemas/dist/formats/travel_advice_index/publisher_v2/links.json
index 730898ed7..25baaf478 100644
--- a/content_schemas/dist/formats/travel_advice_index/publisher_v2/links.json
+++ b/content_schemas/dist/formats/travel_advice_index/publisher_v2/links.json
@@ -66,10 +66,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/working_group/frontend/schema.json b/content_schemas/dist/formats/working_group/frontend/schema.json
index ac02f386e..4ab2887e3 100644
--- a/content_schemas/dist/formats/working_group/frontend/schema.json
+++ b/content_schemas/dist/formats/working_group/frontend/schema.json
@@ -152,10 +152,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/working_group/notification/schema.json b/content_schemas/dist/formats/working_group/notification/schema.json
index 15e5c327d..3600f47b6 100644
--- a/content_schemas/dist/formats/working_group/notification/schema.json
+++ b/content_schemas/dist/formats/working_group/notification/schema.json
@@ -170,10 +170,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -244,10 +240,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/working_group/publisher_v2/links.json b/content_schemas/dist/formats/working_group/publisher_v2/links.json
index 78d27f113..d3e7fac0a 100644
--- a/content_schemas/dist/formats/working_group/publisher_v2/links.json
+++ b/content_schemas/dist/formats/working_group/publisher_v2/links.json
@@ -63,10 +63,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/world_index/frontend/schema.json b/content_schemas/dist/formats/world_index/frontend/schema.json
index 86f04d6ca..7c0538226 100644
--- a/content_schemas/dist/formats/world_index/frontend/schema.json
+++ b/content_schemas/dist/formats/world_index/frontend/schema.json
@@ -152,10 +152,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/world_index/notification/schema.json b/content_schemas/dist/formats/world_index/notification/schema.json
index fe5330539..eda8efbac 100644
--- a/content_schemas/dist/formats/world_index/notification/schema.json
+++ b/content_schemas/dist/formats/world_index/notification/schema.json
@@ -170,10 +170,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -244,10 +240,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/world_index/publisher_v2/links.json b/content_schemas/dist/formats/world_index/publisher_v2/links.json
index 78d27f113..d3e7fac0a 100644
--- a/content_schemas/dist/formats/world_index/publisher_v2/links.json
+++ b/content_schemas/dist/formats/world_index/publisher_v2/links.json
@@ -63,10 +63,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/world_location/frontend/schema.json b/content_schemas/dist/formats/world_location/frontend/schema.json
index 5c3454071..6335ce4cb 100644
--- a/content_schemas/dist/formats/world_location/frontend/schema.json
+++ b/content_schemas/dist/formats/world_location/frontend/schema.json
@@ -156,10 +156,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -656,12 +652,6 @@
"type": "object",
"additionalProperties": false,
"properties": {
- "additional_topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
"browse_pages": {
"type": "array",
"items": {
@@ -673,18 +663,6 @@
"items": {
"type": "string"
}
- },
- "primary_topic": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- "topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
}
}
},
diff --git a/content_schemas/dist/formats/world_location/notification/schema.json b/content_schemas/dist/formats/world_location/notification/schema.json
index 5b07a823f..4bcd90492 100644
--- a/content_schemas/dist/formats/world_location/notification/schema.json
+++ b/content_schemas/dist/formats/world_location/notification/schema.json
@@ -174,10 +174,6 @@
"topic_taxonomy_taxons": {
"description": "Link type automatically added by Publishing API",
"$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"
}
}
},
@@ -252,10 +248,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
@@ -775,12 +767,6 @@
"type": "object",
"additionalProperties": false,
"properties": {
- "additional_topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
"browse_pages": {
"type": "array",
"items": {
@@ -792,18 +778,6 @@
"items": {
"type": "string"
}
- },
- "primary_topic": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- "topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
}
}
},
diff --git a/content_schemas/dist/formats/world_location/publisher_v2/links.json b/content_schemas/dist/formats/world_location/publisher_v2/links.json
index 78d27f113..d3e7fac0a 100644
--- a/content_schemas/dist/formats/world_location/publisher_v2/links.json
+++ b/content_schemas/dist/formats/world_location/publisher_v2/links.json
@@ -63,10 +63,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/dist/formats/world_location/publisher_v2/schema.json b/content_schemas/dist/formats/world_location/publisher_v2/schema.json
index 42df65fe0..dff640392 100644
--- a/content_schemas/dist/formats/world_location/publisher_v2/schema.json
+++ b/content_schemas/dist/formats/world_location/publisher_v2/schema.json
@@ -402,12 +402,6 @@
"type": "object",
"additionalProperties": false,
"properties": {
- "additional_topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
"browse_pages": {
"type": "array",
"items": {
@@ -419,18 +413,6 @@
"items": {
"type": "string"
}
- },
- "primary_topic": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- "topics": {
- "type": "array",
- "items": {
- "type": "string"
- }
}
}
},
diff --git a/content_schemas/dist/formats/world_location_news/frontend/schema.json b/content_schemas/dist/formats/world_location_news/frontend/schema.json
index 8cf07c632..3fda33592 100644
--- a/content_schemas/dist/formats/world_location_news/frontend/schema.json
+++ b/content_schemas/dist/formats/world_location_news/frontend/schema.json
@@ -157,10 +157,6 @@
"description": "Link type automatically added by Publishing API",
"$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"
- },
"worldwide_organisations": {
"description": "Linked Worldwide Organisations (only used for International Delegations)",
"$ref": "#/definitions/frontend_links_with_base_path"
diff --git a/content_schemas/dist/formats/world_location_news/notification/schema.json b/content_schemas/dist/formats/world_location_news/notification/schema.json
index 4790ee16c..6281fe348 100644
--- a/content_schemas/dist/formats/world_location_news/notification/schema.json
+++ b/content_schemas/dist/formats/world_location_news/notification/schema.json
@@ -175,10 +175,6 @@
"description": "Link type automatically added by Publishing API",
"$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"
- },
"worldwide_organisations": {
"description": "Linked Worldwide Organisations (only used for International Delegations)",
"$ref": "#/definitions/frontend_links_with_base_path"
@@ -257,10 +253,6 @@
"description": "Prototype-stage taxonomy label for this content item",
"$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"
- },
"worldwide_organisations": {
"description": "Linked Worldwide Organisations (only used for International Delegations)",
"$ref": "#/definitions/guid_list"
diff --git a/content_schemas/dist/formats/world_location_news/publisher_v2/links.json b/content_schemas/dist/formats/world_location_news/publisher_v2/links.json
index 20deec2a8..63a19f642 100644
--- a/content_schemas/dist/formats/world_location_news/publisher_v2/links.json
+++ b/content_schemas/dist/formats/world_location_news/publisher_v2/links.json
@@ -68,10 +68,6 @@
"description": "Prototype-stage taxonomy label for this content item",
"$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"
- },
"worldwide_organisations": {
"description": "Linked Worldwide Organisations (only used for International Delegations)",
"$ref": "#/definitions/guid_list"
diff --git a/content_schemas/dist/formats/worldwide_corporate_information_page/frontend/schema.json b/content_schemas/dist/formats/worldwide_corporate_information_page/frontend/schema.json
index 760650d57..ed455825b 100644
--- a/content_schemas/dist/formats/worldwide_corporate_information_page/frontend/schema.json
+++ b/content_schemas/dist/formats/worldwide_corporate_information_page/frontend/schema.json
@@ -174,10 +174,6 @@
"description": "Link type automatically added by Publishing API",
"$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"
- },
"worldwide_organisation": {
"description": "The Worldwide Organisation that this Worldwide Corporate Information Page belongs to",
"$ref": "#/definitions/frontend_links"
diff --git a/content_schemas/dist/formats/worldwide_corporate_information_page/notification/schema.json b/content_schemas/dist/formats/worldwide_corporate_information_page/notification/schema.json
index 7746e8491..bb60b5d12 100644
--- a/content_schemas/dist/formats/worldwide_corporate_information_page/notification/schema.json
+++ b/content_schemas/dist/formats/worldwide_corporate_information_page/notification/schema.json
@@ -192,10 +192,6 @@
"description": "Link type automatically added by Publishing API",
"$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"
- },
"worldwide_organisation": {
"description": "The Worldwide Organisation that this Worldwide Corporate Information Page belongs to",
"$ref": "#/definitions/frontend_links"
@@ -270,10 +266,6 @@
"description": "Prototype-stage taxonomy label for this content item",
"$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"
- },
"worldwide_organisation": {
"description": "The Worldwide Organisation that this Worldwide Corporate Information Page belongs to",
"$ref": "#/definitions/guid_list"
diff --git a/content_schemas/dist/formats/worldwide_corporate_information_page/publisher_v2/links.json b/content_schemas/dist/formats/worldwide_corporate_information_page/publisher_v2/links.json
index 22c4a99e5..d2b0ba8ba 100644
--- a/content_schemas/dist/formats/worldwide_corporate_information_page/publisher_v2/links.json
+++ b/content_schemas/dist/formats/worldwide_corporate_information_page/publisher_v2/links.json
@@ -64,10 +64,6 @@
"description": "Prototype-stage taxonomy label for this content item",
"$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"
- },
"worldwide_organisation": {
"description": "The Worldwide Organisation that this Worldwide Corporate Information Page belongs to",
"$ref": "#/definitions/guid_list"
diff --git a/content_schemas/dist/formats/worldwide_office/frontend/schema.json b/content_schemas/dist/formats/worldwide_office/frontend/schema.json
index 8195c9bcf..c4926487b 100644
--- a/content_schemas/dist/formats/worldwide_office/frontend/schema.json
+++ b/content_schemas/dist/formats/worldwide_office/frontend/schema.json
@@ -157,10 +157,6 @@
"description": "Link type automatically added by Publishing API",
"$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"
- },
"worldwide_organisation": {
"description": "The Worldwide Organisation that this Worldwide Office belongs to",
"$ref": "#/definitions/frontend_links"
diff --git a/content_schemas/dist/formats/worldwide_office/notification/schema.json b/content_schemas/dist/formats/worldwide_office/notification/schema.json
index 721f77f53..4688ef98b 100644
--- a/content_schemas/dist/formats/worldwide_office/notification/schema.json
+++ b/content_schemas/dist/formats/worldwide_office/notification/schema.json
@@ -175,10 +175,6 @@
"description": "Link type automatically added by Publishing API",
"$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"
- },
"worldwide_organisation": {
"description": "The Worldwide Organisation that this Worldwide Office belongs to",
"$ref": "#/definitions/frontend_links"
@@ -257,10 +253,6 @@
"description": "Prototype-stage taxonomy label for this content item",
"$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"
- },
"worldwide_organisation": {
"description": "The Worldwide Organisation that this Worldwide Office belongs to",
"$ref": "#/definitions/guid_list"
diff --git a/content_schemas/dist/formats/worldwide_office/publisher_v2/links.json b/content_schemas/dist/formats/worldwide_office/publisher_v2/links.json
index e84cbf8b9..88a731c2d 100644
--- a/content_schemas/dist/formats/worldwide_office/publisher_v2/links.json
+++ b/content_schemas/dist/formats/worldwide_office/publisher_v2/links.json
@@ -68,10 +68,6 @@
"description": "Prototype-stage taxonomy label for this content item",
"$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"
- },
"worldwide_organisation": {
"description": "The Worldwide Organisation that this Worldwide Office belongs to",
"$ref": "#/definitions/guid_list"
diff --git a/content_schemas/dist/formats/worldwide_organisation/frontend/schema.json b/content_schemas/dist/formats/worldwide_organisation/frontend/schema.json
index c699d8ee1..8b04e58ec 100644
--- a/content_schemas/dist/formats/worldwide_organisation/frontend/schema.json
+++ b/content_schemas/dist/formats/worldwide_organisation/frontend/schema.json
@@ -189,10 +189,6 @@
"description": "Link type automatically added by Publishing API",
"$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"
- },
"world_locations": {
"description": "World Locations associated with this Worldwide Organisation",
"$ref": "#/definitions/frontend_links"
diff --git a/content_schemas/dist/formats/worldwide_organisation/notification/schema.json b/content_schemas/dist/formats/worldwide_organisation/notification/schema.json
index 97def50c2..af36c83de 100644
--- a/content_schemas/dist/formats/worldwide_organisation/notification/schema.json
+++ b/content_schemas/dist/formats/worldwide_organisation/notification/schema.json
@@ -207,10 +207,6 @@
"description": "Link type automatically added by Publishing API",
"$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"
- },
"world_locations": {
"description": "World Locations associated with this Worldwide Organisation",
"$ref": "#/definitions/frontend_links"
@@ -325,10 +321,6 @@
"description": "Prototype-stage taxonomy label for this content item",
"$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"
- },
"world_locations": {
"description": "World Locations associated with this Worldwide Organisation",
"$ref": "#/definitions/guid_list"
diff --git a/content_schemas/dist/formats/worldwide_organisation/publisher_v2/links.json b/content_schemas/dist/formats/worldwide_organisation/publisher_v2/links.json
index 78d27f113..d3e7fac0a 100644
--- a/content_schemas/dist/formats/worldwide_organisation/publisher_v2/links.json
+++ b/content_schemas/dist/formats/worldwide_organisation/publisher_v2/links.json
@@ -63,10 +63,6 @@
"taxons": {
"description": "Prototype-stage taxonomy label for this content item",
"$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"
}
}
},
diff --git a/content_schemas/examples/call_for_evidence/frontend/call_for_evidence_outcome.json b/content_schemas/examples/call_for_evidence/frontend/call_for_evidence_outcome.json
index 42ed7b479..3414af632 100644
--- a/content_schemas/examples/call_for_evidence/frontend/call_for_evidence_outcome.json
+++ b/content_schemas/examples/call_for_evidence/frontend/call_for_evidence_outcome.json
@@ -42,9 +42,6 @@
],
"policies": [
- ],
- "topics": [
-
]
}
},
diff --git a/content_schemas/examples/call_for_evidence/frontend/call_for_evidence_outcome_with_featured_attachments.json b/content_schemas/examples/call_for_evidence/frontend/call_for_evidence_outcome_with_featured_attachments.json
index 1e0ff0f03..5c60793e9 100644
--- a/content_schemas/examples/call_for_evidence/frontend/call_for_evidence_outcome_with_featured_attachments.json
+++ b/content_schemas/examples/call_for_evidence/frontend/call_for_evidence_outcome_with_featured_attachments.json
@@ -538,9 +538,6 @@
"tags": {
"browse_pages": [
- ],
- "topics": [
-
]
},
"attachments": [
diff --git a/content_schemas/examples/call_for_evidence/frontend/closed_call_for_evidence.json b/content_schemas/examples/call_for_evidence/frontend/closed_call_for_evidence.json
index bb2652037..522f6601c 100644
--- a/content_schemas/examples/call_for_evidence/frontend/closed_call_for_evidence.json
+++ b/content_schemas/examples/call_for_evidence/frontend/closed_call_for_evidence.json
@@ -16,9 +16,6 @@
"tags": {
"browse_pages": [
- ],
- "topics": [
- "62e08e6f-9161-42c6-b9dd-0cf8fcab2c69"
],
"policies": [
@@ -69,17 +66,6 @@
"document_type": "organisation",
"analytics_identifier": "D1198"
}
- ],
- "topics": [
- {
- "content_id": "62e08e6f-9161-42c6-b9dd-0cf8fcab2c69",
- "title": "Climate change and energy",
- "api_path": "/api/content/environment/climate-change-energy",
- "base_path": "/environment/climate-change-energy",
- "api_url": "https://www.gov.uk/api/content/environment/climate-change-energy",
- "web_url": "https://www.gov.uk/environment/climate-change-energy",
- "locale": "en"
- }
]
}
}
diff --git a/content_schemas/examples/call_for_evidence/frontend/open_call_for_evidence.json b/content_schemas/examples/call_for_evidence/frontend/open_call_for_evidence.json
index 952b73705..dd1ffbd25 100644
--- a/content_schemas/examples/call_for_evidence/frontend/open_call_for_evidence.json
+++ b/content_schemas/examples/call_for_evidence/frontend/open_call_for_evidence.json
@@ -24,9 +24,6 @@
"tags": {
"browse_pages": [
- ],
- "topics": [
-
],
"policies": [
diff --git a/content_schemas/examples/call_for_evidence/frontend/open_call_for_evidence_with_participation.json b/content_schemas/examples/call_for_evidence/frontend/open_call_for_evidence_with_participation.json
index 6b9d7ff7e..93a36173e 100644
--- a/content_schemas/examples/call_for_evidence/frontend/open_call_for_evidence_with_participation.json
+++ b/content_schemas/examples/call_for_evidence/frontend/open_call_for_evidence_with_participation.json
@@ -22,9 +22,6 @@
"tags": {
"browse_pages": [
- ],
- "topics": [
-
],
"policies": [
diff --git a/content_schemas/examples/call_for_evidence/frontend/unopened_call_for_evidence.json b/content_schemas/examples/call_for_evidence/frontend/unopened_call_for_evidence.json
index 1f961294b..40bd709d2 100644
--- a/content_schemas/examples/call_for_evidence/frontend/unopened_call_for_evidence.json
+++ b/content_schemas/examples/call_for_evidence/frontend/unopened_call_for_evidence.json
@@ -16,9 +16,6 @@
"tags": {
"browse_pages": [
- ],
- "topics": [
-
],
"policies": [
diff --git a/content_schemas/examples/case_study/frontend/archived.json b/content_schemas/examples/case_study/frontend/archived.json
index 4c2b93e53..6a75c9930 100644
--- a/content_schemas/examples/case_study/frontend/archived.json
+++ b/content_schemas/examples/case_study/frontend/archived.json
@@ -15,9 +15,6 @@
"tags": {
"browse_pages": [
- ],
- "topics": [
-
],
"policies": [
diff --git a/content_schemas/examples/case_study/frontend/best-practice-case-study.json b/content_schemas/examples/case_study/frontend/best-practice-case-study.json
index 0fcaf4d43..fca471f92 100644
--- a/content_schemas/examples/case_study/frontend/best-practice-case-study.json
+++ b/content_schemas/examples/case_study/frontend/best-practice-case-study.json
@@ -158,9 +158,6 @@
],
"policies": [
"exports-and-inward-investment"
- ],
- "topics": [
-
]
}
}
diff --git a/content_schemas/examples/case_study/frontend/case_study.json b/content_schemas/examples/case_study/frontend/case_study.json
index fb9c73c35..51f9f74c1 100644
--- a/content_schemas/examples/case_study/frontend/case_study.json
+++ b/content_schemas/examples/case_study/frontend/case_study.json
@@ -26,9 +26,6 @@
"tags": {
"browse_pages": [
- ],
- "topics": [
-
],
"policies": [
diff --git a/content_schemas/examples/case_study/frontend/translated.json b/content_schemas/examples/case_study/frontend/translated.json
index 272119898..81dc4d314 100644
--- a/content_schemas/examples/case_study/frontend/translated.json
+++ b/content_schemas/examples/case_study/frontend/translated.json
@@ -23,9 +23,6 @@
"tags": {
"browse_pages": [
- ],
- "topics": [
-
],
"policies": [
diff --git a/content_schemas/examples/consultation/frontend/best-practice-consultation.json b/content_schemas/examples/consultation/frontend/best-practice-consultation.json
index 83da930c4..6b968f646 100644
--- a/content_schemas/examples/consultation/frontend/best-practice-consultation.json
+++ b/content_schemas/examples/consultation/frontend/best-practice-consultation.json
@@ -189,9 +189,6 @@
],
"policies": [
"consumer-protection"
- ],
- "topics": [
-
]
}
}
diff --git a/content_schemas/examples/consultation/frontend/closed_consultation.json b/content_schemas/examples/consultation/frontend/closed_consultation.json
index 92ec25470..cc6e5937c 100644
--- a/content_schemas/examples/consultation/frontend/closed_consultation.json
+++ b/content_schemas/examples/consultation/frontend/closed_consultation.json
@@ -16,9 +16,6 @@
"tags": {
"browse_pages": [
- ],
- "topics": [
- "5d37acc4-7631-11e4-a3cb-005056011aef"
],
"policies": [
"5d37acc4-7631-11e4-a3cb-005056011aef"
diff --git a/content_schemas/examples/consultation/frontend/consultation_outcome.json b/content_schemas/examples/consultation/frontend/consultation_outcome.json
index 8f8646d21..aa95d2f73 100644
--- a/content_schemas/examples/consultation/frontend/consultation_outcome.json
+++ b/content_schemas/examples/consultation/frontend/consultation_outcome.json
@@ -42,9 +42,6 @@
],
"policies": [
- ],
- "topics": [
-
]
}
},
diff --git a/content_schemas/examples/consultation/frontend/consultation_outcome_with_featured_attachments.json b/content_schemas/examples/consultation/frontend/consultation_outcome_with_featured_attachments.json
index 319411c3c..7c83b046d 100644
--- a/content_schemas/examples/consultation/frontend/consultation_outcome_with_featured_attachments.json
+++ b/content_schemas/examples/consultation/frontend/consultation_outcome_with_featured_attachments.json
@@ -543,9 +543,6 @@
"tags": {
"browse_pages": [
- ],
- "topics": [
-
]
},
"attachments": [
diff --git a/content_schemas/examples/consultation/frontend/consultation_outcome_with_feedback.json b/content_schemas/examples/consultation/frontend/consultation_outcome_with_feedback.json
index 0a58a459d..012f46a08 100644
--- a/content_schemas/examples/consultation/frontend/consultation_outcome_with_feedback.json
+++ b/content_schemas/examples/consultation/frontend/consultation_outcome_with_feedback.json
@@ -70,9 +70,6 @@
],
"policies": [
- ],
- "topics": [
-
]
}
},
diff --git a/content_schemas/examples/consultation/frontend/open_consultation.json b/content_schemas/examples/consultation/frontend/open_consultation.json
index 77a371c0f..2665494a2 100644
--- a/content_schemas/examples/consultation/frontend/open_consultation.json
+++ b/content_schemas/examples/consultation/frontend/open_consultation.json
@@ -24,9 +24,6 @@
"tags": {
"browse_pages": [
- ],
- "topics": [
-
],
"policies": [
@@ -85,18 +82,6 @@
"web_url": "https://www.gov.uk/government/world/topic/higher-education",
"locale": "en"
}
- ],
- "topics": [
- {
- "content_id": "d8ceea35-f206-459c-ad31-4793218111ec",
- "title": "Higher education administration",
- "base_path": "/topic/higher-education/administration",
- "api_path": "/api/content/topic/higher-education/administration",
- "api_url": "https://www.gov.uk/api/content/topic/higher-education/administration",
- "web_url": "https://www.gov.uk/topic/higher-education/administration",
- "locale": "en",
- "document_type": "topic"
- }
]
}
}
diff --git a/content_schemas/examples/consultation/frontend/open_consultation_with_participation.json b/content_schemas/examples/consultation/frontend/open_consultation_with_participation.json
index 82f802df8..9ff0925d9 100644
--- a/content_schemas/examples/consultation/frontend/open_consultation_with_participation.json
+++ b/content_schemas/examples/consultation/frontend/open_consultation_with_participation.json
@@ -22,9 +22,6 @@
"tags": {
"browse_pages": [
- ],
- "topics": [
-
],
"policies": [
diff --git a/content_schemas/examples/consultation/frontend/unopened_consultation.json b/content_schemas/examples/consultation/frontend/unopened_consultation.json
index ae7a2c320..179673459 100644
--- a/content_schemas/examples/consultation/frontend/unopened_consultation.json
+++ b/content_schemas/examples/consultation/frontend/unopened_consultation.json
@@ -16,9 +16,6 @@
"tags": {
"browse_pages": [
- ],
- "topics": [
-
],
"policies": [
@@ -90,18 +87,6 @@
"locale": "en",
"document_type": "document_collection"
}
- ],
- "topics": [
- {
- "content_id": "ce0487a3-72a9-4348-acd8-0d5b41a5a724",
- "title": "Nuclear regulation",
- "api_path": "/api/content/topic/environmental-management/nuclear-regulation",
- "base_path": "/topic/environmental-management/nuclear-regulation",
- "api_url": "https://www.gov.uk/api/content/topic/environmental-management/nuclear-regulation",
- "web_url": "https://www.gov.uk/topic/environmental-management/nuclear-regulation",
- "locale": "en",
- "document_type": "topic"
- }
]
}
}
diff --git a/content_schemas/examples/corporate_information_page/frontend/best-practice-about-page.json b/content_schemas/examples/corporate_information_page/frontend/best-practice-about-page.json
index d39015449..c74a071c1 100644
--- a/content_schemas/examples/corporate_information_page/frontend/best-practice-about-page.json
+++ b/content_schemas/examples/corporate_information_page/frontend/best-practice-about-page.json
@@ -301,9 +301,6 @@
],
"policies": [
- ],
- "topics": [
-
]
},
"change_history": [
diff --git a/content_schemas/examples/corporate_information_page/frontend/best-practice-complaints-procedure.json b/content_schemas/examples/corporate_information_page/frontend/best-practice-complaints-procedure.json
index 434bac569..fdeb83a66 100644
--- a/content_schemas/examples/corporate_information_page/frontend/best-practice-complaints-procedure.json
+++ b/content_schemas/examples/corporate_information_page/frontend/best-practice-complaints-procedure.json
@@ -70,9 +70,6 @@
],
"policies": [
- ],
- "topics": [
-
]
}
}
diff --git a/content_schemas/examples/corporate_information_page/frontend/best-practice-energy-use.json b/content_schemas/examples/corporate_information_page/frontend/best-practice-energy-use.json
index 7856d8cb2..fc9261ccf 100644
--- a/content_schemas/examples/corporate_information_page/frontend/best-practice-energy-use.json
+++ b/content_schemas/examples/corporate_information_page/frontend/best-practice-energy-use.json
@@ -70,9 +70,6 @@
],
"policies": [
- ],
- "topics": [
-
]
}
}
diff --git a/content_schemas/examples/corporate_information_page/frontend/best-practice-governance.json b/content_schemas/examples/corporate_information_page/frontend/best-practice-governance.json
index ed347403a..2e184e098 100644
--- a/content_schemas/examples/corporate_information_page/frontend/best-practice-governance.json
+++ b/content_schemas/examples/corporate_information_page/frontend/best-practice-governance.json
@@ -73,9 +73,6 @@
],
"policies": [
- ],
- "topics": [
-
]
}
}
diff --git a/content_schemas/examples/corporate_information_page/frontend/best-practice-information-charter.json b/content_schemas/examples/corporate_information_page/frontend/best-practice-information-charter.json
index e74c0998c..1cc8c14fa 100644
--- a/content_schemas/examples/corporate_information_page/frontend/best-practice-information-charter.json
+++ b/content_schemas/examples/corporate_information_page/frontend/best-practice-information-charter.json
@@ -73,9 +73,6 @@
],
"policies": [
- ],
- "topics": [
-
]
}
}
diff --git a/content_schemas/examples/corporate_information_page/frontend/best-practice-media-enquiries.json b/content_schemas/examples/corporate_information_page/frontend/best-practice-media-enquiries.json
index c0c0c76fd..7d1449568 100644
--- a/content_schemas/examples/corporate_information_page/frontend/best-practice-media-enquiries.json
+++ b/content_schemas/examples/corporate_information_page/frontend/best-practice-media-enquiries.json
@@ -70,9 +70,6 @@
],
"policies": [
- ],
- "topics": [
-
]
}
}
diff --git a/content_schemas/examples/corporate_information_page/frontend/best-practice-membership.json b/content_schemas/examples/corporate_information_page/frontend/best-practice-membership.json
index ea9c02b95..d1cadaa58 100644
--- a/content_schemas/examples/corporate_information_page/frontend/best-practice-membership.json
+++ b/content_schemas/examples/corporate_information_page/frontend/best-practice-membership.json
@@ -70,9 +70,6 @@
],
"policies": [
- ],
- "topics": [
-
]
}
}
diff --git a/content_schemas/examples/corporate_information_page/frontend/best-practice-procurement.json b/content_schemas/examples/corporate_information_page/frontend/best-practice-procurement.json
index e04fc8eda..2ddfd2810 100644
--- a/content_schemas/examples/corporate_information_page/frontend/best-practice-procurement.json
+++ b/content_schemas/examples/corporate_information_page/frontend/best-practice-procurement.json
@@ -70,9 +70,6 @@
],
"policies": [
- ],
- "topics": [
-
]
}
}
diff --git a/content_schemas/examples/corporate_information_page/frontend/best-practice-publication-scheme.json b/content_schemas/examples/corporate_information_page/frontend/best-practice-publication-scheme.json
index 0b21f67b2..b0dbc0223 100644
--- a/content_schemas/examples/corporate_information_page/frontend/best-practice-publication-scheme.json
+++ b/content_schemas/examples/corporate_information_page/frontend/best-practice-publication-scheme.json
@@ -70,9 +70,6 @@
],
"policies": [
- ],
- "topics": [
-
]
}
}
diff --git a/content_schemas/examples/corporate_information_page/frontend/best-practice-research-at.json b/content_schemas/examples/corporate_information_page/frontend/best-practice-research-at.json
index 2b3ae240a..95f63edae 100644
--- a/content_schemas/examples/corporate_information_page/frontend/best-practice-research-at.json
+++ b/content_schemas/examples/corporate_information_page/frontend/best-practice-research-at.json
@@ -73,9 +73,6 @@
],
"policies": [
- ],
- "topics": [
-
]
}
}
diff --git a/content_schemas/examples/corporate_information_page/frontend/best-practice-social-media-use.json b/content_schemas/examples/corporate_information_page/frontend/best-practice-social-media-use.json
index 52329eb06..7cd87c7af 100644
--- a/content_schemas/examples/corporate_information_page/frontend/best-practice-social-media-use.json
+++ b/content_schemas/examples/corporate_information_page/frontend/best-practice-social-media-use.json
@@ -70,9 +70,6 @@
],
"policies": [
- ],
- "topics": [
-
]
}
}
diff --git a/content_schemas/examples/corporate_information_page/frontend/best-practice-statistics-at.json b/content_schemas/examples/corporate_information_page/frontend/best-practice-statistics-at.json
index ff5ac410a..f612ff455 100644
--- a/content_schemas/examples/corporate_information_page/frontend/best-practice-statistics-at.json
+++ b/content_schemas/examples/corporate_information_page/frontend/best-practice-statistics-at.json
@@ -73,9 +73,6 @@
],
"policies": [
- ],
- "topics": [
-
]
}
}
diff --git a/content_schemas/examples/corporate_information_page/frontend/best-practice-welsh-language-scheme.json b/content_schemas/examples/corporate_information_page/frontend/best-practice-welsh-language-scheme.json
index c781b7db3..e7729c436 100644
--- a/content_schemas/examples/corporate_information_page/frontend/best-practice-welsh-language-scheme.json
+++ b/content_schemas/examples/corporate_information_page/frontend/best-practice-welsh-language-scheme.json
@@ -86,9 +86,6 @@
],
"policies": [
- ],
- "topics": [
-
]
}
}
diff --git a/content_schemas/examples/corporate_information_page/frontend/best-practice-working-at.json b/content_schemas/examples/corporate_information_page/frontend/best-practice-working-at.json
index 0af8c4872..1bf57157c 100644
--- a/content_schemas/examples/corporate_information_page/frontend/best-practice-working-at.json
+++ b/content_schemas/examples/corporate_information_page/frontend/best-practice-working-at.json
@@ -73,9 +73,6 @@
],
"policies": [
- ],
- "topics": [
-
]
},
"change_history": [
diff --git a/content_schemas/examples/corporate_information_page/frontend/corporate_information_page.json b/content_schemas/examples/corporate_information_page/frontend/corporate_information_page.json
index 11a4a4c5c..7d8582c1f 100644
--- a/content_schemas/examples/corporate_information_page/frontend/corporate_information_page.json
+++ b/content_schemas/examples/corporate_information_page/frontend/corporate_information_page.json
@@ -46,9 +46,6 @@
],
"policies": [
- ],
- "topics": [
-
]
}
},
diff --git a/content_schemas/examples/corporate_information_page/frontend/corporate_information_page_complaints.json b/content_schemas/examples/corporate_information_page/frontend/corporate_information_page_complaints.json
index 969064abb..3ec654c79 100644
--- a/content_schemas/examples/corporate_information_page/frontend/corporate_information_page_complaints.json
+++ b/content_schemas/examples/corporate_information_page/frontend/corporate_information_page_complaints.json
@@ -15,9 +15,6 @@
],
"policies": [
- ],
- "topics": [
-
]
}
},
diff --git a/content_schemas/examples/corporate_information_page/frontend/corporate_information_page_media.json b/content_schemas/examples/corporate_information_page/frontend/corporate_information_page_media.json
index 0d43e4059..5a997b53e 100644
--- a/content_schemas/examples/corporate_information_page/frontend/corporate_information_page_media.json
+++ b/content_schemas/examples/corporate_information_page/frontend/corporate_information_page_media.json
@@ -15,9 +15,6 @@
],
"policies": [
- ],
- "topics": [
-
]
}
},
diff --git a/content_schemas/examples/corporate_information_page/frontend/corporate_information_page_translated_custom_logo.json b/content_schemas/examples/corporate_information_page/frontend/corporate_information_page_translated_custom_logo.json
index 24b059ce7..dfb73b0d3 100644
--- a/content_schemas/examples/corporate_information_page/frontend/corporate_information_page_translated_custom_logo.json
+++ b/content_schemas/examples/corporate_information_page/frontend/corporate_information_page_translated_custom_logo.json
@@ -15,9 +15,6 @@
],
"policies": [
- ],
- "topics": [
-
]
}
},
diff --git a/content_schemas/examples/corporate_information_page/frontend/corporate_information_page_without_description.json b/content_schemas/examples/corporate_information_page/frontend/corporate_information_page_without_description.json
index d2ca9a43e..808ce3c3c 100644
--- a/content_schemas/examples/corporate_information_page/frontend/corporate_information_page_without_description.json
+++ b/content_schemas/examples/corporate_information_page/frontend/corporate_information_page_without_description.json
@@ -15,9 +15,6 @@
],
"policies": [
- ],
- "topics": [
-
]
}
},
diff --git a/content_schemas/examples/detailed_guide/frontend/best-practice-detailed-guide.json b/content_schemas/examples/detailed_guide/frontend/best-practice-detailed-guide.json
index b93b8be53..7ce77b796 100644
--- a/content_schemas/examples/detailed_guide/frontend/best-practice-detailed-guide.json
+++ b/content_schemas/examples/detailed_guide/frontend/best-practice-detailed-guide.json
@@ -138,24 +138,6 @@
"web_url": "https://www.gov.uk/government/organisations/uk-visas-and-immigration"
}
],
- "topics": [
- {
- "api_path": "/api/content/topic/immigration-operational-guidance/sponsorship",
- "base_path": "/topic/immigration-operational-guidance/sponsorship",
- "content_id": "72f7b519-bd58-422a-8eee-b3f0c63aaeeb",
- "description": "List of information about Sponsorship.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T14:45:09Z",
- "schema_name": "topic",
- "title": "Sponsorship",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/immigration-operational-guidance/sponsorship",
- "web_url": "https://www.gov.uk/topic/immigration-operational-guidance/sponsorship"
- }
- ],
"available_translations": [
{
"title": "Apply for a Tier 4 sponsor licence",
@@ -211,9 +193,6 @@
],
"policies": [
- ],
- "topics": [
- "immigration-operational-guidance/sponsorship"
]
}
}
diff --git a/content_schemas/examples/detailed_guide/frontend/detailed_guide.json b/content_schemas/examples/detailed_guide/frontend/detailed_guide.json
index 96f6953d3..954c493a5 100644
--- a/content_schemas/examples/detailed_guide/frontend/detailed_guide.json
+++ b/content_schemas/examples/detailed_guide/frontend/detailed_guide.json
@@ -29,9 +29,6 @@
"tags": {
"browse_pages": [
- ],
- "topics": [
-
],
"policies": [
@@ -117,28 +114,6 @@
]
}
}
- ],
- "topics": [
- {
- "content_id": "6e1d83bc-d37a-447c-bdac-31be4b441417",
- "title": "PAYE",
- "base_path": "/topic/business-tax/paye",
- "api_path": "/api/content/topic/business-tax/paye",
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/paye",
- "web_url": "https://www.gov.uk/topic/business-tax/paye",
- "locale": "en",
- "document_type": "topic"
- },
- {
- "content_id": "a481832e-5f10-4d3b-8131-a064b36730ae",
- "title": "Business tax",
- "base_path": "/topic/business-tax",
- "api_path": "/api/content/topic/business-tax",
- "api_url": "https://www.gov.uk/api/content/topic/business-tax",
- "web_url": "https://www.gov.uk/topic/business-tax",
- "locale": "en",
- "document_type": "topic"
- }
]
}
}
diff --git a/content_schemas/examples/detailed_guide/frontend/england-2014-to-2020-european-structural-and-investment-funds.json b/content_schemas/examples/detailed_guide/frontend/england-2014-to-2020-european-structural-and-investment-funds.json
index bd59f64f7..d6737dd07 100644
--- a/content_schemas/examples/detailed_guide/frontend/england-2014-to-2020-european-structural-and-investment-funds.json
+++ b/content_schemas/examples/detailed_guide/frontend/england-2014-to-2020-european-structural-and-investment-funds.json
@@ -301,9 +301,6 @@
],
"policies": [
"european-funds"
- ],
- "topics": [
-
]
}
}
diff --git a/content_schemas/examples/detailed_guide/frontend/national_applicability_alternative_url_detailed_guide.json b/content_schemas/examples/detailed_guide/frontend/national_applicability_alternative_url_detailed_guide.json
index 499632dff..86a5de396 100644
--- a/content_schemas/examples/detailed_guide/frontend/national_applicability_alternative_url_detailed_guide.json
+++ b/content_schemas/examples/detailed_guide/frontend/national_applicability_alternative_url_detailed_guide.json
@@ -13,9 +13,6 @@
"tags": {
"browse_pages": [
- ],
- "topics": [
- "keeping-farmed-animals/cattle-identity-registration"
],
"policies": [
diff --git a/content_schemas/examples/detailed_guide/frontend/national_applicability_detailed_guide.json b/content_schemas/examples/detailed_guide/frontend/national_applicability_detailed_guide.json
index e13e9c4ec..ca7cfc848 100644
--- a/content_schemas/examples/detailed_guide/frontend/national_applicability_detailed_guide.json
+++ b/content_schemas/examples/detailed_guide/frontend/national_applicability_detailed_guide.json
@@ -13,9 +13,6 @@
"tags": {
"browse_pages": [
- ],
- "topics": [
- "government/national-and-official-statistics"
],
"policies": [
diff --git a/content_schemas/examples/detailed_guide/frontend/political_detailed_guide.json b/content_schemas/examples/detailed_guide/frontend/political_detailed_guide.json
index d13e3d737..a2d3bdf2b 100644
--- a/content_schemas/examples/detailed_guide/frontend/political_detailed_guide.json
+++ b/content_schemas/examples/detailed_guide/frontend/political_detailed_guide.json
@@ -14,9 +14,6 @@
"tags": {
"browse_pages": [
- ],
- "topics": [
-
],
"policies": [
@@ -102,28 +99,6 @@
"locale": "en",
"document_type": "detailed_guide"
}
- ],
- "topics": [
- {
- "content_id": "0d59f5e7-a230-4bac-b02c-624a59a34dab",
- "title": "Low carbon energy",
- "api_path": "/api/content/topic/climate-change-energy/low-carbon-energy",
- "base_path": "/topic/climate-change-energy/low-carbon-energy",
- "api_url": "https://www.gov.uk/api/content/topic/climate-change-energy/low-carbon-energy",
- "web_url": "https://www.gov.uk/topic/climate-change-energy/low-carbon-energy",
- "locale": "en",
- "document_type": "topic"
- },
- {
- "content_id": "57c6699d-ceda-4168-9d23-3fed774ca776",
- "title": "Climate change and energy",
- "api_path": "/api/content/topic/climate-change-energy",
- "base_path": "/topic/climate-change-energy",
- "api_url": "https://www.gov.uk/api/content/topic/climate-change-energy",
- "web_url": "https://www.gov.uk/topic/climate-change-energy",
- "locale": "en",
- "document_type": "topic"
- }
]
}
}
diff --git a/content_schemas/examples/detailed_guide/frontend/related_mainstream_detailed_guide.json b/content_schemas/examples/detailed_guide/frontend/related_mainstream_detailed_guide.json
index 51badbe7b..722757736 100644
--- a/content_schemas/examples/detailed_guide/frontend/related_mainstream_detailed_guide.json
+++ b/content_schemas/examples/detailed_guide/frontend/related_mainstream_detailed_guide.json
@@ -24,9 +24,6 @@
"tags": {
"browse_pages": [
- ],
- "topics": [
-
],
"policies": [
diff --git a/content_schemas/examples/detailed_guide/frontend/translated_detailed_guide.json b/content_schemas/examples/detailed_guide/frontend/translated_detailed_guide.json
index 4e82b9062..2f4e0bdc6 100644
--- a/content_schemas/examples/detailed_guide/frontend/translated_detailed_guide.json
+++ b/content_schemas/examples/detailed_guide/frontend/translated_detailed_guide.json
@@ -50,10 +50,6 @@
],
"policies": [
- ],
- "topics": [
- "running-charity/managing-charity",
- "running-charity/money-accounts"
]
}
},
@@ -182,36 +178,6 @@
"title": "Prepare a charity trustees' annual report",
"web_url": "https://www.gov.uk/guidance/prepare-a-charity-trustees-annual-report"
}
- ],
- "topics": [
- {
- "analytics_identifier": null,
- "api_path": "/api/content/topic/running-charity/money-accounts",
- "api_url": "https://www.gov.uk/api/content/topic/running-charity/money-accounts",
- "base_path": "/topic/running-charity/money-accounts",
- "content_id": "6db5a402-5916-4820-89a6-a19c6c9e085e",
- "description": "List of information about Charity money, tax and accounts.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:10:00.000+00:00",
- "schema_name": "topic",
- "title": "Charity money, tax and accounts",
- "web_url": "https://www.gov.uk/topic/running-charity/money-accounts"
- },
- {
- "analytics_identifier": null,
- "api_path": "/api/content/topic/running-charity/managing-charity",
- "api_url": "https://www.gov.uk/api/content/topic/running-charity/managing-charity",
- "base_path": "/topic/running-charity/managing-charity",
- "content_id": "cf2ab891-5bd9-4788-8254-f9444423719c",
- "description": "List of information about Managing your charity.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2016-03-21T13:12:32.000+00:00",
- "schema_name": "topic",
- "title": "Managing your charity",
- "web_url": "https://www.gov.uk/topic/running-charity/managing-charity"
- }
]
},
"locale": "en",
diff --git a/content_schemas/examples/detailed_guide/frontend/withdrawn_detailed_guide.json b/content_schemas/examples/detailed_guide/frontend/withdrawn_detailed_guide.json
index 7ea080db8..8918e4cbd 100644
--- a/content_schemas/examples/detailed_guide/frontend/withdrawn_detailed_guide.json
+++ b/content_schemas/examples/detailed_guide/frontend/withdrawn_detailed_guide.json
@@ -28,9 +28,6 @@
"tags": {
"browse_pages": [
- ],
- "topics": [
-
],
"policies": [
diff --git a/content_schemas/examples/document_collection/frontend/best-practice-document-collection.json b/content_schemas/examples/document_collection/frontend/best-practice-document-collection.json
index 8f5c735f7..02db25120 100644
--- a/content_schemas/examples/document_collection/frontend/best-practice-document-collection.json
+++ b/content_schemas/examples/document_collection/frontend/best-practice-document-collection.json
@@ -252,24 +252,6 @@
"web_url": "https://www.gov.uk/government/policies/road-safety"
}
],
- "topics": [
- {
- "api_path": "/api/content/topic/driving-motorcyle-instructors/improving-training-skills",
- "base_path": "/topic/driving-motorcyle-instructors/improving-training-skills",
- "content_id": "13c0788e-ed54-4b91-ac96-bac7f795c390",
- "description": "List of information about Improving your training skills.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2017-02-24T16:33:23Z",
- "schema_name": "topic",
- "title": "Improving your training skills",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/driving-motorcyle-instructors/improving-training-skills",
- "web_url": "https://www.gov.uk/topic/driving-motorcyle-instructors/improving-training-skills"
- }
- ],
"available_translations": [
{
"title": "National standards for driving and riding",
diff --git a/content_schemas/examples/document_collection/frontend/document_collection.json b/content_schemas/examples/document_collection/frontend/document_collection.json
index e53c2e4dc..6cbd6692f 100644
--- a/content_schemas/examples/document_collection/frontend/document_collection.json
+++ b/content_schemas/examples/document_collection/frontend/document_collection.json
@@ -63,9 +63,6 @@
"tags": {
"browse_pages": [
- ],
- "topics": [
-
],
"policies": [
@@ -253,27 +250,6 @@
"locale": "en"
}
],
- "topics": [
- {
- "content_id": "6e1d83bc-d37a-447c-bdac-31be4b441417",
- "title": "PAYE",
- "base_path": "/topic/business-tax/paye",
- "api_path": "/api/content/topic/business-tax/paye",
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/paye",
- "web_url": "https://www.gov.uk/topic/business-tax/paye",
- "locale": "en",
- "document_type": "topic"
- },
- {
- "content_id": "a481832e-5f10-4d3b-8131-a064b36730ae",
- "title": "Business tax",
- "base_path": "/topic/business-tax",
- "api_path": "/api/content/topic/business-tax",
- "api_url": "https://www.gov.uk/api/content/topic/business-tax",
- "web_url": "https://www.gov.uk/topic/business-tax",
- "locale": "en"
- }
- ],
"policies": [
{
"content_id": "ec736c24-aed1-4635-8f3c-389222ca312d",
diff --git a/content_schemas/examples/document_collection/frontend/document_collection_political.json b/content_schemas/examples/document_collection/frontend/document_collection_political.json
index c7ce67613..e5a5f4d75 100644
--- a/content_schemas/examples/document_collection/frontend/document_collection_political.json
+++ b/content_schemas/examples/document_collection/frontend/document_collection_political.json
@@ -62,9 +62,6 @@
"tags": {
"browse_pages": [
- ],
- "topics": [
-
],
"policies": [
diff --git a/content_schemas/examples/document_collection/frontend/document_collection_with_body.json b/content_schemas/examples/document_collection/frontend/document_collection_with_body.json
index 4284ce005..abf3b8bd9 100644
--- a/content_schemas/examples/document_collection/frontend/document_collection_with_body.json
+++ b/content_schemas/examples/document_collection/frontend/document_collection_with_body.json
@@ -24,9 +24,6 @@
"tags": {
"browse_pages": [
- ],
- "topics": [
-
],
"policies": [
diff --git a/content_schemas/examples/document_collection/frontend/document_collection_with_history.json b/content_schemas/examples/document_collection/frontend/document_collection_with_history.json
index ad1a21d45..de7f70711 100644
--- a/content_schemas/examples/document_collection/frontend/document_collection_with_history.json
+++ b/content_schemas/examples/document_collection/frontend/document_collection_with_history.json
@@ -57,9 +57,6 @@
"tags": {
"browse_pages": [
- ],
- "topics": [
-
],
"policies": [
diff --git a/content_schemas/examples/document_collection/frontend/document_collection_with_missing_links_documents.json b/content_schemas/examples/document_collection/frontend/document_collection_with_missing_links_documents.json
index 7bb3b0d52..867c9219f 100644
--- a/content_schemas/examples/document_collection/frontend/document_collection_with_missing_links_documents.json
+++ b/content_schemas/examples/document_collection/frontend/document_collection_with_missing_links_documents.json
@@ -26,9 +26,6 @@
"tags": {
"browse_pages": [
- ],
- "topics": [
-
],
"policies": [
diff --git a/content_schemas/examples/document_collection/frontend/document_collection_with_no_documents.json b/content_schemas/examples/document_collection/frontend/document_collection_with_no_documents.json
index b7c2d104f..444f5a8a2 100644
--- a/content_schemas/examples/document_collection/frontend/document_collection_with_no_documents.json
+++ b/content_schemas/examples/document_collection/frontend/document_collection_with_no_documents.json
@@ -24,9 +24,6 @@
"tags": {
"browse_pages": [
- ],
- "topics": [
-
],
"policies": [
diff --git a/content_schemas/examples/document_collection/frontend/document_collection_with_single_missing_document.json b/content_schemas/examples/document_collection/frontend/document_collection_with_single_missing_document.json
index da9be1c87..e1626a0c9 100644
--- a/content_schemas/examples/document_collection/frontend/document_collection_with_single_missing_document.json
+++ b/content_schemas/examples/document_collection/frontend/document_collection_with_single_missing_document.json
@@ -25,9 +25,6 @@
"tags": {
"browse_pages": [
- ],
- "topics": [
-
],
"policies": [
diff --git a/content_schemas/examples/document_collection/frontend/document_collection_with_withdrawn_links_documents.json b/content_schemas/examples/document_collection/frontend/document_collection_with_withdrawn_links_documents.json
index fe7cb930b..ee4c5048a 100644
--- a/content_schemas/examples/document_collection/frontend/document_collection_with_withdrawn_links_documents.json
+++ b/content_schemas/examples/document_collection/frontend/document_collection_with_withdrawn_links_documents.json
@@ -57,9 +57,6 @@
"tags": {
"browse_pages": [
- ],
- "topics": [
-
],
"policies": [
diff --git a/content_schemas/examples/document_collection/frontend/document_collection_withdrawn.json b/content_schemas/examples/document_collection/frontend/document_collection_withdrawn.json
index 64e69c6d5..0fd873ccc 100644
--- a/content_schemas/examples/document_collection/frontend/document_collection_withdrawn.json
+++ b/content_schemas/examples/document_collection/frontend/document_collection_withdrawn.json
@@ -64,9 +64,6 @@
"tags": {
"browse_pages": [
- ],
- "topics": [
-
],
"policies": [
diff --git a/content_schemas/examples/guide/frontend/guide-with-facet-groups.json b/content_schemas/examples/guide/frontend/guide-with-facet-groups.json
index 833df8562..c1751b853 100644
--- a/content_schemas/examples/guide/frontend/guide-with-facet-groups.json
+++ b/content_schemas/examples/guide/frontend/guide-with-facet-groups.json
@@ -636,25 +636,6 @@
"web_url": "http://www.dev.gov.uk/education/school-curriculum"
}
],
- "topics": [
- {
- "analytics_identifier": null,
- "api_path": "/api/content/topic/schools-colleges-childrens-services/curriculum-qualifications",
- "base_path": "/topic/schools-colleges-childrens-services/curriculum-qualifications",
- "content_id": "28e39d16-c279-46c6-a7cd-b0a807686928",
- "description": "List of information about Curriculum and qualifications.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2016-12-15T16:08:00Z",
- "schema_name": "topic",
- "title": "Curriculum and qualifications",
- "withdrawn": false,
- "links": {
- },
- "api_url": "http://www.dev.gov.uk/api/content/topic/schools-colleges-childrens-services/curriculum-qualifications",
- "web_url": "http://www.dev.gov.uk/topic/schools-colleges-childrens-services/curriculum-qualifications"
- }
- ],
"available_translations": [
{
"title": "The national curriculum",
diff --git a/content_schemas/examples/guide/frontend/guide-with-no-parent.json b/content_schemas/examples/guide/frontend/guide-with-no-parent.json
index 3123a9a1d..daba55dc7 100644
--- a/content_schemas/examples/guide/frontend/guide-with-no-parent.json
+++ b/content_schemas/examples/guide/frontend/guide-with-no-parent.json
@@ -673,25 +673,6 @@
"web_url": "http://www.dev.gov.uk/education/school-curriculum"
}
],
- "topics": [
- {
- "analytics_identifier": null,
- "api_path": "/api/content/topic/schools-colleges-childrens-services/curriculum-qualifications",
- "base_path": "/topic/schools-colleges-childrens-services/curriculum-qualifications",
- "content_id": "28e39d16-c279-46c6-a7cd-b0a807686928",
- "description": "List of information about Curriculum and qualifications.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2016-12-15T16:08:00Z",
- "schema_name": "topic",
- "title": "Curriculum and qualifications",
- "withdrawn": false,
- "links": {
- },
- "api_url": "http://www.dev.gov.uk/api/content/topic/schools-colleges-childrens-services/curriculum-qualifications",
- "web_url": "http://www.dev.gov.uk/topic/schools-colleges-childrens-services/curriculum-qualifications"
- }
- ],
"available_translations": [
{
"title": "The national curriculum",
diff --git a/content_schemas/examples/guide/frontend/guide-with-related-link-overrides.json b/content_schemas/examples/guide/frontend/guide-with-related-link-overrides.json
index e59b7a6c3..6dff09915 100644
--- a/content_schemas/examples/guide/frontend/guide-with-related-link-overrides.json
+++ b/content_schemas/examples/guide/frontend/guide-with-related-link-overrides.json
@@ -711,25 +711,6 @@
"web_url": "http://www.dev.gov.uk/education/school-curriculum"
}
],
- "topics": [
- {
- "analytics_identifier": null,
- "api_path": "/api/content/topic/schools-colleges-childrens-services/curriculum-qualifications",
- "base_path": "/topic/schools-colleges-childrens-services/curriculum-qualifications",
- "content_id": "28e39d16-c279-46c6-a7cd-b0a807686928",
- "description": "List of information about Curriculum and qualifications.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2016-12-15T16:08:00Z",
- "schema_name": "topic",
- "title": "Curriculum and qualifications",
- "withdrawn": false,
- "links": {
- },
- "api_url": "http://www.dev.gov.uk/api/content/topic/schools-colleges-childrens-services/curriculum-qualifications",
- "web_url": "http://www.dev.gov.uk/topic/schools-colleges-childrens-services/curriculum-qualifications"
- }
- ],
"available_translations": [
{
"title": "The national curriculum",
diff --git a/content_schemas/examples/guide/frontend/guide-with-step-navs.json b/content_schemas/examples/guide/frontend/guide-with-step-navs.json
index c6a015aba..5493221e7 100644
--- a/content_schemas/examples/guide/frontend/guide-with-step-navs.json
+++ b/content_schemas/examples/guide/frontend/guide-with-step-navs.json
@@ -860,25 +860,6 @@
"web_url": "http://www.dev.gov.uk/education/school-curriculum"
}
],
- "topics": [
- {
- "analytics_identifier": null,
- "api_path": "/api/content/topic/schools-colleges-childrens-services/curriculum-qualifications",
- "base_path": "/topic/schools-colleges-childrens-services/curriculum-qualifications",
- "content_id": "28e39d16-c279-46c6-a7cd-b0a807686928",
- "description": "List of information about Curriculum and qualifications.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2016-12-15T16:08:00Z",
- "schema_name": "topic",
- "title": "Curriculum and qualifications",
- "withdrawn": false,
- "links": {
- },
- "api_url": "http://www.dev.gov.uk/api/content/topic/schools-colleges-childrens-services/curriculum-qualifications",
- "web_url": "http://www.dev.gov.uk/topic/schools-colleges-childrens-services/curriculum-qualifications"
- }
- ],
"available_translations": [
{
"title": "The national curriculum",
diff --git a/content_schemas/examples/guide/frontend/guide.json b/content_schemas/examples/guide/frontend/guide.json
index 22aace826..f9665a21d 100644
--- a/content_schemas/examples/guide/frontend/guide.json
+++ b/content_schemas/examples/guide/frontend/guide.json
@@ -711,25 +711,6 @@
"web_url": "http://www.dev.gov.uk/education/school-curriculum"
}
],
- "topics": [
- {
- "analytics_identifier": null,
- "api_path": "/api/content/topic/schools-colleges-childrens-services/curriculum-qualifications",
- "base_path": "/topic/schools-colleges-childrens-services/curriculum-qualifications",
- "content_id": "28e39d16-c279-46c6-a7cd-b0a807686928",
- "description": "List of information about Curriculum and qualifications.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2016-12-15T16:08:00Z",
- "schema_name": "topic",
- "title": "Curriculum and qualifications",
- "withdrawn": false,
- "links": {
- },
- "api_url": "http://www.dev.gov.uk/api/content/topic/schools-colleges-childrens-services/curriculum-qualifications",
- "web_url": "http://www.dev.gov.uk/topic/schools-colleges-childrens-services/curriculum-qualifications"
- }
- ],
"available_translations": [
{
"title": "The national curriculum",
diff --git a/content_schemas/examples/guide/frontend/single-page-guide-with-step-navs-and-hide-navigation.json b/content_schemas/examples/guide/frontend/single-page-guide-with-step-navs-and-hide-navigation.json
index 7093df258..d93d24824 100644
--- a/content_schemas/examples/guide/frontend/single-page-guide-with-step-navs-and-hide-navigation.json
+++ b/content_schemas/examples/guide/frontend/single-page-guide-with-step-navs-and-hide-navigation.json
@@ -1385,24 +1385,6 @@
"web_url": "https://www.gov.uk/transport/car-driving-tests"
}
],
- "topics": [
- {
- "api_path": "/api/content/topic/driving-tests-and-learning-to-drive/car",
- "base_path": "/topic/driving-tests-and-learning-to-drive/car",
- "content_id": "d28083b0-7176-4279-bbb8-9ac62e8f0757",
- "description": "Services and information for car driving tests and learning to drive a car.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2018-04-06T14:11:32Z",
- "schema_name": "topic",
- "title": "Cars",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/driving-tests-and-learning-to-drive/car",
- "web_url": "https://www.gov.uk/topic/driving-tests-and-learning-to-drive/car"
- }
- ],
"available_translations": [
{
"title": "Driving test: cars",
diff --git a/content_schemas/examples/guide/frontend/single-page-guide.json b/content_schemas/examples/guide/frontend/single-page-guide.json
index 13e82f439..37d7c676e 100644
--- a/content_schemas/examples/guide/frontend/single-page-guide.json
+++ b/content_schemas/examples/guide/frontend/single-page-guide.json
@@ -417,25 +417,6 @@
"web_url": "http://www.dev.gov.uk/browse/visas-immigration/arriving-in-the-uk"
}
],
- "topics": [
- {
- "analytics_identifier": null,
- "api_path": "/api/content/topic/animal-welfare/pets",
- "base_path": "/topic/animal-welfare/pets",
- "content_id": "3e275a11-0fae-425b-a7a1-fe434594693f",
- "description": "List of information about pets.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:03:41Z",
- "schema_name": "topic",
- "title": "Pets",
- "withdrawn": false,
- "links": {
- },
- "api_url": "http://www.dev.gov.uk/api/content/topic/animal-welfare/pets",
- "web_url": "http://www.dev.gov.uk/topic/animal-welfare/pets"
- }
- ],
"available_translations": [
{
"title": "Bringing your pet dog, cat or ferret to the UK",
diff --git a/content_schemas/examples/manual/frontend/content-design.json b/content_schemas/examples/manual/frontend/content-design.json
index 058567e28..ada4692a5 100644
--- a/content_schemas/examples/manual/frontend/content-design.json
+++ b/content_schemas/examples/manual/frontend/content-design.json
@@ -134,23 +134,6 @@
"api_url": "https://www.gov.uk/api/content/society-and-culture/charities-honours",
"web_url": "https://www.gov.uk/society-and-culture/charities-honours"
}],
- "topics": [
- {
- "content_id": "4dfaf37e-33ea-4f56-9d06-24cebd0f6995",
- "title": "Content and publishing",
- "locale": "en",
- "api_path": "/api/content/topic/government-digital-guidance/content-publishing",
- "base_path": "/topic/government-digital-guidance/content-publishing",
- "document_type": "topic",
- "public_updated_at": "2017-05-19T13:59:21Z",
- "schema_name": "topic",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/government-digital-guidance/content-publishing",
- "web_url": "https://www.gov.uk/topic/government-digital-guidance/content-publishing"
- }
- ],
"organisations": [
{
"content_id": "af07d5a5-df63-4ddc-9383-6a666845ebe9",
diff --git a/content_schemas/examples/news_article/frontend/best-practice-event.json b/content_schemas/examples/news_article/frontend/best-practice-event.json
index 3c6a09eb8..b7d37127f 100644
--- a/content_schemas/examples/news_article/frontend/best-practice-event.json
+++ b/content_schemas/examples/news_article/frontend/best-practice-event.json
@@ -265,9 +265,6 @@
],
"policies": [
"armed-forces-and-ministry-of-defence-reform"
- ],
- "topics": [
-
]
}
}
diff --git a/content_schemas/examples/news_article/frontend/best-practice-government-response.json b/content_schemas/examples/news_article/frontend/best-practice-government-response.json
index 0aea64f60..362ee7b84 100644
--- a/content_schemas/examples/news_article/frontend/best-practice-government-response.json
+++ b/content_schemas/examples/news_article/frontend/best-practice-government-response.json
@@ -283,9 +283,6 @@
],
"policies": [
- ],
- "topics": [
-
]
}
}
diff --git a/content_schemas/examples/news_article/frontend/best-practice-news-story.json b/content_schemas/examples/news_article/frontend/best-practice-news-story.json
index e468b3104..33088e577 100644
--- a/content_schemas/examples/news_article/frontend/best-practice-news-story.json
+++ b/content_schemas/examples/news_article/frontend/best-practice-news-story.json
@@ -203,9 +203,6 @@
],
"policies": [
"road-safety"
- ],
- "topics": [
-
]
}
}
diff --git a/content_schemas/examples/news_article/frontend/best-practice-press-release.json b/content_schemas/examples/news_article/frontend/best-practice-press-release.json
index 9e12ea814..21d563b00 100644
--- a/content_schemas/examples/news_article/frontend/best-practice-press-release.json
+++ b/content_schemas/examples/news_article/frontend/best-practice-press-release.json
@@ -254,9 +254,6 @@
],
"policies": [
"drug-misuse-and-dependency"
- ],
- "topics": [
-
]
}
}
diff --git a/content_schemas/examples/news_article/frontend/news_article.json b/content_schemas/examples/news_article/frontend/news_article.json
index e2de5067d..652888729 100644
--- a/content_schemas/examples/news_article/frontend/news_article.json
+++ b/content_schemas/examples/news_article/frontend/news_article.json
@@ -98,9 +98,6 @@
],
"policies": [
- ],
- "topics": [
-
]
}
}
diff --git a/content_schemas/examples/news_article/frontend/news_article_government_response.json b/content_schemas/examples/news_article/frontend/news_article_government_response.json
index 6544a73c0..5680c6759 100644
--- a/content_schemas/examples/news_article/frontend/news_article_government_response.json
+++ b/content_schemas/examples/news_article/frontend/news_article_government_response.json
@@ -77,9 +77,6 @@
],
"policies": [
- ],
- "topics": [
-
]
}
}
diff --git a/content_schemas/examples/news_article/frontend/news_article_history_mode.json b/content_schemas/examples/news_article/frontend/news_article_history_mode.json
index 061bdb60a..36c62b0fd 100644
--- a/content_schemas/examples/news_article/frontend/news_article_history_mode.json
+++ b/content_schemas/examples/news_article/frontend/news_article_history_mode.json
@@ -87,9 +87,6 @@
],
"policies": [
- ],
- "topics": [
-
]
}
}
diff --git a/content_schemas/examples/news_article/frontend/news_article_news_story_translated_arabic.json b/content_schemas/examples/news_article/frontend/news_article_news_story_translated_arabic.json
index b45b60076..c565d23ea 100644
--- a/content_schemas/examples/news_article/frontend/news_article_news_story_translated_arabic.json
+++ b/content_schemas/examples/news_article/frontend/news_article_news_story_translated_arabic.json
@@ -97,9 +97,6 @@
],
"policies": [
- ],
- "topics": [
-
]
}
}
diff --git a/content_schemas/examples/news_article/frontend/news_article_press_release.json b/content_schemas/examples/news_article/frontend/news_article_press_release.json
index 5042fd588..5f52f043b 100644
--- a/content_schemas/examples/news_article/frontend/news_article_press_release.json
+++ b/content_schemas/examples/news_article/frontend/news_article_press_release.json
@@ -65,9 +65,6 @@
],
"policies": [
- ],
- "topics": [
-
]
}
}
diff --git a/content_schemas/examples/news_article/frontend/world_news_story_news_article.json b/content_schemas/examples/news_article/frontend/world_news_story_news_article.json
index adf8fd745..cc1ecf428 100644
--- a/content_schemas/examples/news_article/frontend/world_news_story_news_article.json
+++ b/content_schemas/examples/news_article/frontend/world_news_story_news_article.json
@@ -105,9 +105,6 @@
],
"policies": [
- ],
- "topics": [
-
]
}
}
diff --git a/content_schemas/examples/publication/frontend/best-practice-HC-paper-splash-2.json b/content_schemas/examples/publication/frontend/best-practice-HC-paper-splash-2.json
index f1a2ef2ea..5926f1529 100644
--- a/content_schemas/examples/publication/frontend/best-practice-HC-paper-splash-2.json
+++ b/content_schemas/examples/publication/frontend/best-practice-HC-paper-splash-2.json
@@ -220,9 +220,6 @@
],
"policies": [
- ],
- "topics": [
-
]
},
"first_public_at": "2017-07-19T13:40:00.000+01:00"
diff --git a/content_schemas/examples/publication/frontend/best-practice-HC-paper-splash-page.json b/content_schemas/examples/publication/frontend/best-practice-HC-paper-splash-page.json
index 204b03218..35dbdb6ca 100644
--- a/content_schemas/examples/publication/frontend/best-practice-HC-paper-splash-page.json
+++ b/content_schemas/examples/publication/frontend/best-practice-HC-paper-splash-page.json
@@ -326,9 +326,6 @@
],
"policies": [
- ],
- "topics": [
-
]
},
"first_public_at": "2017-03-08T13:31:00.000+00:00"
diff --git a/content_schemas/examples/publication/frontend/best-practice-cmd-list.json b/content_schemas/examples/publication/frontend/best-practice-cmd-list.json
index b2497f6e0..d8c5f5365 100644
--- a/content_schemas/examples/publication/frontend/best-practice-cmd-list.json
+++ b/content_schemas/examples/publication/frontend/best-practice-cmd-list.json
@@ -219,9 +219,6 @@
],
"policies": [
"rail-network"
- ],
- "topics": [
-
]
},
"first_public_at": "2017-11-29T07:05:00.000+00:00"
diff --git a/content_schemas/examples/publication/frontend/best-practice-corporate-report.json b/content_schemas/examples/publication/frontend/best-practice-corporate-report.json
index 934486f65..2f04cd4b6 100644
--- a/content_schemas/examples/publication/frontend/best-practice-corporate-report.json
+++ b/content_schemas/examples/publication/frontend/best-practice-corporate-report.json
@@ -247,9 +247,6 @@
],
"policies": [
"further-education-and-training"
- ],
- "topics": [
-
]
},
"first_public_at": "2014-06-23T16:20:00.000+01:00"
diff --git a/content_schemas/examples/publication/frontend/best-practice-foi-release.json b/content_schemas/examples/publication/frontend/best-practice-foi-release.json
index c38103982..fb8da8069 100644
--- a/content_schemas/examples/publication/frontend/best-practice-foi-release.json
+++ b/content_schemas/examples/publication/frontend/best-practice-foi-release.json
@@ -148,9 +148,6 @@
],
"policies": [
- ],
- "topics": [
-
]
},
"first_public_at": "2014-05-29T11:48:35.000+01:00"
diff --git a/content_schemas/examples/publication/frontend/best-practice-form-2.json b/content_schemas/examples/publication/frontend/best-practice-form-2.json
index 7029f7f71..66ddc8e56 100644
--- a/content_schemas/examples/publication/frontend/best-practice-form-2.json
+++ b/content_schemas/examples/publication/frontend/best-practice-form-2.json
@@ -138,24 +138,6 @@
"web_url": "https://www.gov.uk/government/policies/road-safety"
}
],
- "topics": [
- {
- "api_path": "/api/content/topic/driving-motorcyle-instructors/motorycle-instructors",
- "base_path": "/topic/driving-motorcyle-instructors/motorycle-instructors",
- "content_id": "bf2a913f-89d2-45bd-8078-0d4c9b664437",
- "description": "List of information about Motorcycle instructors.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2017-10-07T22:09:12Z",
- "schema_name": "topic",
- "title": "Motorcycle instructors",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/driving-motorcyle-instructors/motorycle-instructors",
- "web_url": "https://www.gov.uk/topic/driving-motorcyle-instructors/motorycle-instructors"
- }
- ],
"available_translations": [
{
"title": "Apply to be a certified motorcycle instructor",
@@ -233,9 +215,6 @@
],
"policies": [
"road-safety"
- ],
- "topics": [
- "bf2a913f-89d2-45bd-8078-0d4c9b664437"
]
},
"first_public_at": "2013-11-23T14:41:00.000+00:00"
diff --git a/content_schemas/examples/publication/frontend/best-practice-form.json b/content_schemas/examples/publication/frontend/best-practice-form.json
index b4c669487..1f68ce902 100644
--- a/content_schemas/examples/publication/frontend/best-practice-form.json
+++ b/content_schemas/examples/publication/frontend/best-practice-form.json
@@ -214,9 +214,6 @@
],
"policies": [
"immigration-and-borders"
- ],
- "topics": [
-
]
},
"first_public_at": "2014-02-11T14:12:00.000+00:00"
diff --git a/content_schemas/examples/publication/frontend/best-practice-guidance.json b/content_schemas/examples/publication/frontend/best-practice-guidance.json
index 9a8aff21d..981a499a7 100644
--- a/content_schemas/examples/publication/frontend/best-practice-guidance.json
+++ b/content_schemas/examples/publication/frontend/best-practice-guidance.json
@@ -174,24 +174,6 @@
"web_url": "https://www.gov.uk/government/policies/road-safety"
}
],
- "topics": [
- {
- "api_path": "/api/content/topic/driving-motorcyle-instructors/improving-training-skills",
- "base_path": "/topic/driving-motorcyle-instructors/improving-training-skills",
- "content_id": "13c0788e-ed54-4b91-ac96-bac7f795c390",
- "description": "List of information about Improving your training skills.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2017-02-24T16:33:23Z",
- "schema_name": "topic",
- "title": "Improving your training skills",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/driving-motorcyle-instructors/improving-training-skills",
- "web_url": "https://www.gov.uk/topic/driving-motorcyle-instructors/improving-training-skills"
- }
- ],
"available_translations": [
{
"title": "Learning to drive a car syllabus",
@@ -478,9 +460,6 @@
],
"policies": [
"road-safety"
- ],
- "topics": [
- "13c0788e-ed54-4b91-ac96-bac7f795c390"
]
},
"first_public_at": "2013-08-23T09:10:00.000+01:00"
diff --git a/content_schemas/examples/publication/frontend/best-practice-impact-assessment.json b/content_schemas/examples/publication/frontend/best-practice-impact-assessment.json
index f713899f5..926a17a08 100644
--- a/content_schemas/examples/publication/frontend/best-practice-impact-assessment.json
+++ b/content_schemas/examples/publication/frontend/best-practice-impact-assessment.json
@@ -163,9 +163,6 @@
],
"policies": [
- ],
- "topics": [
-
]
},
"first_public_at": "2014-03-14T13:57:00.000+00:00"
diff --git a/content_schemas/examples/publication/frontend/best-practice-independent-report.json b/content_schemas/examples/publication/frontend/best-practice-independent-report.json
index d968cb463..3d4152095 100644
--- a/content_schemas/examples/publication/frontend/best-practice-independent-report.json
+++ b/content_schemas/examples/publication/frontend/best-practice-independent-report.json
@@ -175,9 +175,6 @@
],
"policies": [
- ],
- "topics": [
-
]
},
"first_public_at": "2014-01-15T17:38:00.000+00:00"
diff --git a/content_schemas/examples/publication/frontend/best-practice-national-statistics.json b/content_schemas/examples/publication/frontend/best-practice-national-statistics.json
index de3ccd97d..160991639 100644
--- a/content_schemas/examples/publication/frontend/best-practice-national-statistics.json
+++ b/content_schemas/examples/publication/frontend/best-practice-national-statistics.json
@@ -236,9 +236,6 @@
],
"policies": [
"road-network-and-traffic"
- ],
- "topics": [
-
]
},
"first_public_at": "2015-05-21T09:30:36.000+01:00"
diff --git a/content_schemas/examples/publication/frontend/best-practice-notice.json b/content_schemas/examples/publication/frontend/best-practice-notice.json
index 7d3e17762..74e552f04 100644
--- a/content_schemas/examples/publication/frontend/best-practice-notice.json
+++ b/content_schemas/examples/publication/frontend/best-practice-notice.json
@@ -252,9 +252,6 @@
"policies": [
"government-transparency-and-accountability",
"water-and-sewerage-services"
- ],
- "topics": [
-
]
},
"first_public_at": "2015-04-21T10:30:00.000+01:00"
diff --git a/content_schemas/examples/publication/frontend/best-practice-official-statistics.json b/content_schemas/examples/publication/frontend/best-practice-official-statistics.json
index ea3fe4945..99a1afb07 100644
--- a/content_schemas/examples/publication/frontend/best-practice-official-statistics.json
+++ b/content_schemas/examples/publication/frontend/best-practice-official-statistics.json
@@ -228,9 +228,6 @@
],
"policies": [
- ],
- "topics": [
-
]
},
"first_public_at": "2015-01-14T09:30:00.000+00:00"
diff --git a/content_schemas/examples/publication/frontend/best-practice-policy-paper.json b/content_schemas/examples/publication/frontend/best-practice-policy-paper.json
index 5976a8caa..fa55e7a15 100644
--- a/content_schemas/examples/publication/frontend/best-practice-policy-paper.json
+++ b/content_schemas/examples/publication/frontend/best-practice-policy-paper.json
@@ -250,9 +250,6 @@
],
"policies": [
- ],
- "topics": [
-
]
},
"first_public_at": "2013-05-23T13:52:00.000+01:00"
diff --git a/content_schemas/examples/publication/frontend/best-practice-promotional-material.json b/content_schemas/examples/publication/frontend/best-practice-promotional-material.json
index d1dedcd61..eb582e41d 100644
--- a/content_schemas/examples/publication/frontend/best-practice-promotional-material.json
+++ b/content_schemas/examples/publication/frontend/best-practice-promotional-material.json
@@ -246,9 +246,6 @@
],
"policies": [
"children-s-health"
- ],
- "topics": [
-
]
},
"first_public_at": "2013-07-29T16:57:00.000+01:00"
diff --git a/content_schemas/examples/publication/frontend/best-practice-regulation.json b/content_schemas/examples/publication/frontend/best-practice-regulation.json
index aaf1ac5c2..b68852f4a 100644
--- a/content_schemas/examples/publication/frontend/best-practice-regulation.json
+++ b/content_schemas/examples/publication/frontend/best-practice-regulation.json
@@ -589,9 +589,6 @@
],
"policies": [
- ],
- "topics": [
-
]
},
"first_public_at": "2014-11-14T11:37:00.000+00:00"
diff --git a/content_schemas/examples/publication/frontend/best-practice-research.json b/content_schemas/examples/publication/frontend/best-practice-research.json
index 072969772..05ca692e6 100644
--- a/content_schemas/examples/publication/frontend/best-practice-research.json
+++ b/content_schemas/examples/publication/frontend/best-practice-research.json
@@ -196,9 +196,6 @@
],
"policies": [
"looked-after-children-and-adoption"
- ],
- "topics": [
-
]
},
"first_public_at": "2013-03-01T00:00:00.000+00:00"
diff --git a/content_schemas/examples/publication/frontend/best-practice-statutory-guidance.json b/content_schemas/examples/publication/frontend/best-practice-statutory-guidance.json
index 8392f7ba5..7ec8f807e 100644
--- a/content_schemas/examples/publication/frontend/best-practice-statutory-guidance.json
+++ b/content_schemas/examples/publication/frontend/best-practice-statutory-guidance.json
@@ -317,24 +317,6 @@
"web_url": "https://www.gov.uk/education/local-authority-schools-funding"
}
],
- "topics": [
- {
- "api_path": "/api/content/topic/schools-colleges-childrens-services/school-college-funding-finance",
- "base_path": "/topic/schools-colleges-childrens-services/school-college-funding-finance",
- "content_id": "91a00dfb-bef5-4c90-ae08-5feeb4f8ba40",
- "description": "List of information about School and college funding and finance.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2016-12-15T16:11:15Z",
- "schema_name": "topic",
- "title": "School and college funding and finance",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/schools-colleges-childrens-services/school-college-funding-finance",
- "web_url": "https://www.gov.uk/topic/schools-colleges-childrens-services/school-college-funding-finance"
- }
- ],
"available_translations": [
{
"title": "Schemes for financing schools",
@@ -415,9 +397,6 @@
],
"policies": [
- ],
- "topics": [
- "91a00dfb-bef5-4c90-ae08-5feeb4f8ba40"
]
},
"first_public_at": "2013-03-26T09:00:00.000+00:00"
diff --git a/content_schemas/examples/publication/frontend/best-practice-transparency-data.json b/content_schemas/examples/publication/frontend/best-practice-transparency-data.json
index bf6df350d..2d6dc68e6 100644
--- a/content_schemas/examples/publication/frontend/best-practice-transparency-data.json
+++ b/content_schemas/examples/publication/frontend/best-practice-transparency-data.json
@@ -256,9 +256,6 @@
],
"policies": [
"government-transparency-and-accountability"
- ],
- "topics": [
-
]
},
"first_public_at": "2015-03-13T11:45:39.000+00:00"
diff --git a/content_schemas/examples/publication/frontend/political_publication.json b/content_schemas/examples/publication/frontend/political_publication.json
index 2e0c6dbde..912e3250c 100644
--- a/content_schemas/examples/publication/frontend/political_publication.json
+++ b/content_schemas/examples/publication/frontend/political_publication.json
@@ -32,9 +32,6 @@
],
"policies": [
- ],
- "topics": [
-
]
},
"government": {
diff --git a/content_schemas/examples/publication/frontend/publication-with-featured-attachments.json b/content_schemas/examples/publication/frontend/publication-with-featured-attachments.json
index 6939d68d3..d1e9705ee 100644
--- a/content_schemas/examples/publication/frontend/publication-with-featured-attachments.json
+++ b/content_schemas/examples/publication/frontend/publication-with-featured-attachments.json
@@ -264,9 +264,6 @@
"tags": {
"browse_pages": [
- ],
- "topics": [
-
]
},
"first_public_at": "2014-05-29T11:48:35.000+01:00",
diff --git a/content_schemas/examples/publication/frontend/publication-with-step-navs.json b/content_schemas/examples/publication/frontend/publication-with-step-navs.json
index adfd96b0a..8a34c6665 100644
--- a/content_schemas/examples/publication/frontend/publication-with-step-navs.json
+++ b/content_schemas/examples/publication/frontend/publication-with-step-navs.json
@@ -19,9 +19,6 @@
],
"policies": [
- ],
- "topics": [
-
]
},
"government": {
diff --git a/content_schemas/examples/publication/frontend/publication.json b/content_schemas/examples/publication/frontend/publication.json
index 7bce646fa..9d9c93028 100644
--- a/content_schemas/examples/publication/frontend/publication.json
+++ b/content_schemas/examples/publication/frontend/publication.json
@@ -20,9 +20,6 @@
],
"policies": [
- ],
- "topics": [
-
]
},
"government": {
diff --git a/content_schemas/examples/publication/frontend/statistics_publication.json b/content_schemas/examples/publication/frontend/statistics_publication.json
index 58c16a4c7..219c82450 100644
--- a/content_schemas/examples/publication/frontend/statistics_publication.json
+++ b/content_schemas/examples/publication/frontend/statistics_publication.json
@@ -18,9 +18,6 @@
],
"policies": [
- ],
- "topics": [
-
]
},
"government": {
diff --git a/content_schemas/examples/publication/frontend/tagged_to_two_coronavirus_taxons.json b/content_schemas/examples/publication/frontend/tagged_to_two_coronavirus_taxons.json
index 15793f679..722474fd1 100644
--- a/content_schemas/examples/publication/frontend/tagged_to_two_coronavirus_taxons.json
+++ b/content_schemas/examples/publication/frontend/tagged_to_two_coronavirus_taxons.json
@@ -641,9 +641,6 @@
"details": {
"body": "
This document supports the government’s guidance on staying at home. It provides full guidance on the government’s announcement made on 23 March 2020 and the list of businesses and premises expected to close.
The Designation letter applies to both the Health Protection (Coronavirus, Restrictions) (No. 2) (England) Regulations 2020 and the Health Protection (Coronavirus, Restrictions) (Leicester) Regulations 2020.
",
"tags": {
- "topics": [
-
- ],
"browse_pages": [
]
diff --git a/content_schemas/examples/publication/frontend/withdrawn_publication.json b/content_schemas/examples/publication/frontend/withdrawn_publication.json
index 9963760b7..bf670c402 100644
--- a/content_schemas/examples/publication/frontend/withdrawn_publication.json
+++ b/content_schemas/examples/publication/frontend/withdrawn_publication.json
@@ -32,9 +32,6 @@
],
"policies": [
- ],
- "topics": [
-
]
},
"government": {
diff --git a/content_schemas/examples/simple_smart_answer/frontend/simple-smart-answer-with-step-navs.json b/content_schemas/examples/simple_smart_answer/frontend/simple-smart-answer-with-step-navs.json
index 2044bc81a..57a3eb998 100644
--- a/content_schemas/examples/simple_smart_answer/frontend/simple-smart-answer-with-step-navs.json
+++ b/content_schemas/examples/simple_smart_answer/frontend/simple-smart-answer-with-step-navs.json
@@ -507,25 +507,6 @@
"web_url": "http://www.dev.gov.uk/browse/driving/teaching-people-to-drive"
}
],
- "topics": [
- {
- "analytics_identifier": null,
- "api_path": "/api/content/topic/driving-motorcyle-instructors/approved-driving-instructors",
- "base_path": "/topic/driving-motorcyle-instructors/approved-driving-instructors",
- "content_id": "bb85c76f-b660-4426-a1c3-37313a2cea81",
- "description": "Services and information for approved driving instructors (ADIs), including qualifying and managing your registration.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2016-09-30T15:13:23Z",
- "schema_name": "topic",
- "title": "Approved driving instructors (ADIs)",
- "withdrawn": false,
- "links": {
- },
- "api_url": "http://www.dev.gov.uk/api/content/topic/driving-motorcyle-instructors/approved-driving-instructors",
- "web_url": "http://www.dev.gov.uk/topic/driving-motorcyle-instructors/approved-driving-instructors"
- }
- ],
"available_translations": [
{
"title": "Become a driving instructor",
diff --git a/content_schemas/examples/simple_smart_answer/frontend/simple-smart-answer.json b/content_schemas/examples/simple_smart_answer/frontend/simple-smart-answer.json
index c1e2380f3..5664c2a5a 100644
--- a/content_schemas/examples/simple_smart_answer/frontend/simple-smart-answer.json
+++ b/content_schemas/examples/simple_smart_answer/frontend/simple-smart-answer.json
@@ -265,25 +265,6 @@
"web_url": "http://www.dev.gov.uk/browse/driving/teaching-people-to-drive"
}
],
- "topics": [
- {
- "analytics_identifier": null,
- "api_path": "/api/content/topic/driving-motorcyle-instructors/approved-driving-instructors",
- "base_path": "/topic/driving-motorcyle-instructors/approved-driving-instructors",
- "content_id": "bb85c76f-b660-4426-a1c3-37313a2cea81",
- "description": "Services and information for approved driving instructors (ADIs), including qualifying and managing your registration.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2016-09-30T15:13:23Z",
- "schema_name": "topic",
- "title": "Approved driving instructors (ADIs)",
- "withdrawn": false,
- "links": {
- },
- "api_url": "http://www.dev.gov.uk/api/content/topic/driving-motorcyle-instructors/approved-driving-instructors",
- "web_url": "http://www.dev.gov.uk/topic/driving-motorcyle-instructors/approved-driving-instructors"
- }
- ],
"available_translations": [
{
"title": "Become a driving instructor",
diff --git a/content_schemas/examples/speech/frontend/speech-authored-article.json b/content_schemas/examples/speech/frontend/speech-authored-article.json
index f91937e09..e8be89f2f 100644
--- a/content_schemas/examples/speech/frontend/speech-authored-article.json
+++ b/content_schemas/examples/speech/frontend/speech-authored-article.json
@@ -23,9 +23,6 @@
],
"policies": [
- ],
- "topics": [
-
]
},
"government": {
diff --git a/content_schemas/examples/speech/frontend/speech-oral-statement-parliament.json b/content_schemas/examples/speech/frontend/speech-oral-statement-parliament.json
index 37b1944a9..d780b9502 100644
--- a/content_schemas/examples/speech/frontend/speech-oral-statement-parliament.json
+++ b/content_schemas/examples/speech/frontend/speech-oral-statement-parliament.json
@@ -23,9 +23,6 @@
],
"policies": [
- ],
- "topics": [
-
]
},
"government": {
diff --git a/content_schemas/examples/speech/frontend/speech-speaker-without-profile.json b/content_schemas/examples/speech/frontend/speech-speaker-without-profile.json
index 028d49ee3..a9f076e0b 100644
--- a/content_schemas/examples/speech/frontend/speech-speaker-without-profile.json
+++ b/content_schemas/examples/speech/frontend/speech-speaker-without-profile.json
@@ -22,9 +22,6 @@
],
"policies": [
- ],
- "topics": [
-
]
},
"government": {
diff --git a/content_schemas/examples/speech/frontend/speech-speaking-notes.json b/content_schemas/examples/speech/frontend/speech-speaking-notes.json
index c91382f50..abda9cacf 100644
--- a/content_schemas/examples/speech/frontend/speech-speaking-notes.json
+++ b/content_schemas/examples/speech/frontend/speech-speaking-notes.json
@@ -24,9 +24,6 @@
],
"policies": [
- ],
- "topics": [
-
]
},
"government": {
diff --git a/content_schemas/examples/speech/frontend/speech-transcript.json b/content_schemas/examples/speech/frontend/speech-transcript.json
index c62841332..c75711c46 100644
--- a/content_schemas/examples/speech/frontend/speech-transcript.json
+++ b/content_schemas/examples/speech/frontend/speech-transcript.json
@@ -25,9 +25,6 @@
],
"policies": [
- ],
- "topics": [
-
]
},
"government": {
diff --git a/content_schemas/examples/speech/frontend/speech-translated.json b/content_schemas/examples/speech/frontend/speech-translated.json
index ad29aa085..5f49a4a0b 100644
--- a/content_schemas/examples/speech/frontend/speech-translated.json
+++ b/content_schemas/examples/speech/frontend/speech-translated.json
@@ -25,9 +25,6 @@
],
"policies": [
- ],
- "topics": [
-
]
},
"government": {
diff --git a/content_schemas/examples/speech/frontend/speech-written-statement-parliament.json b/content_schemas/examples/speech/frontend/speech-written-statement-parliament.json
index b83a9ce46..cbe88274a 100644
--- a/content_schemas/examples/speech/frontend/speech-written-statement-parliament.json
+++ b/content_schemas/examples/speech/frontend/speech-written-statement-parliament.json
@@ -24,9 +24,6 @@
],
"policies": [
- ],
- "topics": [
-
]
},
"government": {
diff --git a/content_schemas/examples/speech/frontend/speech.json b/content_schemas/examples/speech/frontend/speech.json
index 9e1da3de6..f2ef8ef1a 100644
--- a/content_schemas/examples/speech/frontend/speech.json
+++ b/content_schemas/examples/speech/frontend/speech.json
@@ -25,9 +25,6 @@
],
"policies": [
- ],
- "topics": [
-
]
},
"government": {
diff --git a/content_schemas/examples/statistical_data_set/frontend/statistical_data_set.json b/content_schemas/examples/statistical_data_set/frontend/statistical_data_set.json
index a53cecd08..907872e34 100644
--- a/content_schemas/examples/statistical_data_set/frontend/statistical_data_set.json
+++ b/content_schemas/examples/statistical_data_set/frontend/statistical_data_set.json
@@ -22,9 +22,6 @@
],
"policies": [
- ],
- "topics": [
-
]
},
"emphasised_organisations": [
diff --git a/content_schemas/examples/statistical_data_set/frontend/statistical_data_set_political.json b/content_schemas/examples/statistical_data_set/frontend/statistical_data_set_political.json
index 036482df1..2dc7484a7 100644
--- a/content_schemas/examples/statistical_data_set/frontend/statistical_data_set_political.json
+++ b/content_schemas/examples/statistical_data_set/frontend/statistical_data_set_political.json
@@ -23,9 +23,6 @@
],
"policies": [
- ],
- "topics": [
-
]
},
"emphasised_organisations": [
diff --git a/content_schemas/examples/statistical_data_set/frontend/statistical_data_set_with_block_attachments.json b/content_schemas/examples/statistical_data_set/frontend/statistical_data_set_with_block_attachments.json
index ccc6395b2..f8556d13c 100644
--- a/content_schemas/examples/statistical_data_set/frontend/statistical_data_set_with_block_attachments.json
+++ b/content_schemas/examples/statistical_data_set/frontend/statistical_data_set_with_block_attachments.json
@@ -23,9 +23,6 @@
],
"policies": [
- ],
- "topics": [
-
]
},
"change_history": [
diff --git a/content_schemas/examples/statistical_data_set/frontend/statistical_data_set_with_csv.json b/content_schemas/examples/statistical_data_set/frontend/statistical_data_set_with_csv.json
index 4e52cdbd1..5e39dded2 100644
--- a/content_schemas/examples/statistical_data_set/frontend/statistical_data_set_with_csv.json
+++ b/content_schemas/examples/statistical_data_set/frontend/statistical_data_set_with_csv.json
@@ -23,9 +23,6 @@
],
"policies": [
- ],
- "topics": [
-
]
},
"emphasised_organisations": [
diff --git a/content_schemas/examples/statistical_data_set/frontend/statistical_data_set_withdrawn.json b/content_schemas/examples/statistical_data_set/frontend/statistical_data_set_withdrawn.json
index f70099795..d1e198ecc 100644
--- a/content_schemas/examples/statistical_data_set/frontend/statistical_data_set_withdrawn.json
+++ b/content_schemas/examples/statistical_data_set/frontend/statistical_data_set_withdrawn.json
@@ -37,9 +37,6 @@
],
"policies": [
- ],
- "topics": [
-
]
},
"emphasised_organisations": [
diff --git a/content_schemas/examples/topic/frontend/best-practice-sub-topic.json b/content_schemas/examples/topic/frontend/best-practice-sub-topic.json
deleted file mode 100644
index 6cbe4aa64..000000000
--- a/content_schemas/examples/topic/frontend/best-practice-sub-topic.json
+++ /dev/null
@@ -1,6467 +0,0 @@
-{
- "analytics_identifier": null,
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "document_type": "topic",
- "first_published_at": "2015-08-11T15:09:59.000+00:00",
- "locale": "en",
- "phase": "live",
- "public_updated_at": "2015-08-11T15:09:59.000+00:00",
- "publishing_app": "collections-publisher",
- "rendering_app": "collections",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "updated_at": "2018-01-05T13:39:26.932Z",
- "withdrawn_notice": {
- },
- "publishing_request_id": null,
- "links": {
- "children": [
- {
- "api_path": "/api/content/government/publications/corporation-tax-budget-changes-ct600-budget-insert",
- "base_path": "/government/publications/corporation-tax-budget-changes-ct600-budget-insert",
- "content_id": "1762e9fa-81c4-4f82-a9f2-0b9ae1bef016",
- "description": "Use CT600 (Company Tax Return (CTR)) Budget insert for an overview of the main budget changes affecting Corporation Tax.",
- "document_type": "form",
- "locale": "en",
- "public_updated_at": "2017-09-07T11:38:11Z",
- "schema_name": "publication",
- "title": "Corporation Tax: Budget changes (CT600 Budget insert)",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-budget-changes-ct600-budget-insert",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-budget-changes-ct600-budget-insert"
- },
- {
- "api_path": "/api/content/government/publications/bank-levy-changes-to-scope-and-administration",
- "base_path": "/government/publications/bank-levy-changes-to-scope-and-administration",
- "content_id": "45e65975-5e6f-465c-abb7-6b90a6ac3c5b",
- "description": "This measure limits the Bank Levy to UK activities and makes other changes to the regime.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2017-09-13T10:29:32Z",
- "schema_name": "publication",
- "title": "Bank Levy: changes to scope and administration",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/bank-levy-changes-to-scope-and-administration",
- "web_url": "https://www.gov.uk/government/publications/bank-levy-changes-to-scope-and-administration"
- },
- {
- "api_path": "/api/content/government/publications/reform-to-corporation-tax-loss-relief-draft-guidance",
- "base_path": "/government/publications/reform-to-corporation-tax-loss-relief-draft-guidance",
- "content_id": "e19a5c81-fc8f-4a7f-b551-74e7b0344eba",
- "description": "HM Revenue and Customs is seeking comments on this draft guidance covering the reform of Corporation Tax loss relief.",
- "document_type": "guidance",
- "locale": "en",
- "public_updated_at": "2017-12-06T15:39:47Z",
- "schema_name": "publication",
- "title": "Reform to Corporation Tax loss relief: draft guidance",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/reform-to-corporation-tax-loss-relief-draft-guidance",
- "web_url": "https://www.gov.uk/government/publications/reform-to-corporation-tax-loss-relief-draft-guidance"
- },
- {
- "api_path": "/api/content/government/publications/reform-of-corporation-tax-loss-relief-second-tranche-draft-guidance",
- "base_path": "/government/publications/reform-of-corporation-tax-loss-relief-second-tranche-draft-guidance",
- "content_id": "08b97c01-8ad1-44aa-a8cb-d92d3d9b7723",
- "description": "HM Revenue and Customs is seeking comments on this draft guidance covering the reform of Corporation Tax loss relief.",
- "document_type": "guidance",
- "locale": "en",
- "public_updated_at": "2017-12-06T15:58:01Z",
- "schema_name": "publication",
- "title": "Reform of Corporation Tax loss relief: second tranche draft guidance",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/reform-of-corporation-tax-loss-relief-second-tranche-draft-guidance",
- "web_url": "https://www.gov.uk/government/publications/reform-of-corporation-tax-loss-relief-second-tranche-draft-guidance"
- },
- {
- "api_path": "/api/content/government/collections/corporation-tax-forms",
- "base_path": "/government/collections/corporation-tax-forms",
- "content_id": "60269e9b-7631-11e4-a3cb-005056011aef",
- "description": "Find the Corporation Tax forms you need and any associated guides, notes, and supplementary pages.",
- "document_type": "document_collection",
- "locale": "en",
- "public_updated_at": "2007-02-14T00:00:00Z",
- "schema_name": "document_collection",
- "title": "Corporation Tax forms",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/collections/corporation-tax-forms",
- "web_url": "https://www.gov.uk/government/collections/corporation-tax-forms"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-insurance-ct600d-2015-version-3",
- "base_path": "/government/publications/corporation-tax-insurance-ct600d-2015-version-3",
- "content_id": "28adb906-6719-4b08-8b85-448c0e0ac154",
- "description": "Use supplementary pages CT600D (2015) version 3 if your company has been involved in Overseas Life Assurance Business.",
- "document_type": "form",
- "locale": "en",
- "public_updated_at": "2015-04-07T12:50:00Z",
- "schema_name": "publication",
- "title": "Corporation Tax: insurance (CT600D (2015) version 3)",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-insurance-ct600d-2015-version-3",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-insurance-ct600d-2015-version-3"
- },
- {
- "api_path": "/api/content/government/publications/reform-of-corporation-tax-loss-relief-draft-guidance-on-commencement-provisions",
- "base_path": "/government/publications/reform-of-corporation-tax-loss-relief-draft-guidance-on-commencement-provisions",
- "content_id": "915f8367-742d-42b1-a124-d1d9f8943135",
- "description": "HM Revenue and Customs is seeking comments on this draft guidance covering the reform of corporation tax loss relief.",
- "document_type": "guidance",
- "locale": "en",
- "public_updated_at": "2017-12-07T00:15:28Z",
- "schema_name": "publication",
- "title": "Reform of Corporation Tax loss relief: draft guidance on commencement provisions",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/reform-of-corporation-tax-loss-relief-draft-guidance-on-commencement-provisions",
- "web_url": "https://www.gov.uk/government/publications/reform-of-corporation-tax-loss-relief-draft-guidance-on-commencement-provisions"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-tonnage-tax-ct600f-2015-version-3",
- "base_path": "/government/publications/corporation-tax-tonnage-tax-ct600f-2015-version-3",
- "content_id": "22ac1646-4350-46a1-ba6c-a44f27ef7951",
- "description": "Use supplementary pages CT600F (2015) version 3 if your company operates ships and is a party to a Tonnage Tax election.",
- "document_type": "form",
- "locale": "en",
- "public_updated_at": "2015-04-07T12:45:00Z",
- "schema_name": "publication",
- "title": "Corporation Tax: Tonnage Tax (CT600F (2015) version 3)",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-tonnage-tax-ct600f-2015-version-3",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-tonnage-tax-ct600f-2015-version-3"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-charity-and-community-amateur-sports-clubs-ct600e-2015-version-3",
- "base_path": "/government/publications/corporation-tax-charity-and-community-amateur-sports-clubs-ct600e-2015-version-3",
- "content_id": "05043071-80de-498b-9e6d-e29c7ebe3874",
- "description": "Use supplementary pages CT600E (2015) version 3 if your charity or CASC claims exemption from tax on all or any part of its income and gains.",
- "document_type": "form",
- "locale": "en",
- "public_updated_at": "2015-04-07T12:47:00Z",
- "schema_name": "publication",
- "title": "Corporation Tax: charity and Community Amateur Sports Clubs (CT600E (2015) version 3)",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-charity-and-community-amateur-sports-clubs-ct600e-2015-version-3",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-charity-and-community-amateur-sports-clubs-ct600e-2015-version-3"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-cross-border-royalties-ct600h-2015-version-3",
- "base_path": "/government/publications/corporation-tax-cross-border-royalties-ct600h-2015-version-3",
- "content_id": "17a9767f-a5b3-44e8-b968-a94b943ce678",
- "description": "Use supplementary pages CT600H (2015) Version 3 if a UK company made cross-border royalty payments after 1 October 2002.",
- "document_type": "form",
- "locale": "en",
- "public_updated_at": "2015-04-07T12:43:00Z",
- "schema_name": "publication",
- "title": "Corporation Tax: cross-border royalties (CT600H (2015) Version 3)",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-cross-border-royalties-ct600h-2015-version-3",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-cross-border-royalties-ct600h-2015-version-3"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-restitution-tax-ct600k-2017-version-3",
- "base_path": "/government/publications/corporation-tax-restitution-tax-ct600k-2017-version-3",
- "content_id": "709fde41-1ee6-4f00-8ea2-9eb061d3fc68",
- "description": "Use supplementary page CT600K (2017) version 3 if your company is chargeable to Corporation Tax on restitution interest. ",
- "document_type": "form",
- "locale": "en",
- "public_updated_at": "2017-04-10T15:06:00Z",
- "schema_name": "publication",
- "title": "Corporation Tax: Restitution Tax (CT600K (2017) version 3)",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-restitution-tax-ct600k-2017-version-3",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-restitution-tax-ct600k-2017-version-3"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-supplementary-charge-in-respect-of-ring-fence-trades-ct600i-2015-version-3",
- "base_path": "/government/publications/corporation-tax-supplementary-charge-in-respect-of-ring-fence-trades-ct600i-2015-version-3",
- "content_id": "5cba8aab-157c-4694-9956-066cc1445ca5",
- "description": "Use supplementary pages CT600I (2015) version 3 if your company carried on a ring fence trade for any period beginning on (or deemed to have begun on) 17 April 2002.",
- "document_type": "form",
- "locale": "en",
- "public_updated_at": "2015-04-07T12:41:00Z",
- "schema_name": "publication",
- "title": "Corporation Tax: supplementary charge in respect of ring fence trades (CT600I (2015) version 3)",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-supplementary-charge-in-respect-of-ring-fence-trades-ct600i-2015-version-3",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-supplementary-charge-in-respect-of-ring-fence-trades-ct600i-2015-version-3"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-group-and-consortium-relief-ct600c-2015-version-3",
- "base_path": "/government/publications/corporation-tax-group-and-consortium-relief-ct600c-2015-version-3",
- "content_id": "c58b5556-fcee-4419-8749-e08b50089bde",
- "description": "Use supplementary pages CT600C (2017) version 3 if you're claiming or surrendering relief under the group or consortium relief provisions.",
- "document_type": "form",
- "locale": "en",
- "public_updated_at": "2017-12-11T00:45:08Z",
- "schema_name": "publication",
- "title": "Corporation Tax: group and consortium relief (CT600C (2017) version 3)",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-group-and-consortium-relief-ct600c-2015-version-3",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-group-and-consortium-relief-ct600c-2015-version-3"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-company-tax-return-guide",
- "base_path": "/government/publications/corporation-tax-company-tax-return-guide",
- "content_id": "42421f99-7e84-45a2-83d4-fda92d421bb5",
- "description": "Use this guide to help you complete form CT600 (2017) version 3.",
- "document_type": "form",
- "locale": "en",
- "public_updated_at": "2017-12-11T00:30:29Z",
- "schema_name": "publication",
- "title": "Corporation Tax: Company Tax Return guide",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-company-tax-return-guide",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-company-tax-return-guide"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-reclaim-tax-paid-by-close-companies-on-loans-to-participators-l2p",
- "base_path": "/government/publications/corporation-tax-reclaim-tax-paid-by-close-companies-on-loans-to-participators-l2p",
- "content_id": "a73b173c-f8bb-4dcd-be0f-ea77ea3d61d5",
- "description": "Claim relief online for loans that have been repaid, released or written off.",
- "document_type": "form",
- "locale": "en",
- "public_updated_at": "2017-07-25T10:37:10Z",
- "schema_name": "publication",
- "title": "Corporation Tax: reclaim tax paid by close companies on loans to participators (L2P)",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-reclaim-tax-paid-by-close-companies-on-loans-to-participators-l2p",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-reclaim-tax-paid-by-close-companies-on-loans-to-participators-l2p"
- },
- {
- "api_path": "/api/content/government/collections/research-and-development-rd-tax-relief",
- "base_path": "/government/collections/research-and-development-rd-tax-relief",
- "content_id": "f50136b6-82b3-48e0-9814-47a7262b6bf3",
- "description": "Information on the different types of Corporation Tax relief available for companies that work on Research and Development (R&D).",
- "document_type": "document_collection",
- "locale": "en",
- "public_updated_at": "2017-10-04T08:22:27Z",
- "schema_name": "document_collection",
- "title": "Research and Development (R&D) tax relief",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/collections/research-and-development-rd-tax-relief",
- "web_url": "https://www.gov.uk/government/collections/research-and-development-rd-tax-relief"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-company-tax-return-ct600-2015-version-3",
- "base_path": "/government/publications/corporation-tax-company-tax-return-ct600-2015-version-3",
- "content_id": "051239be-068f-4574-b752-efec0064e1d3",
- "description": "Use form CT600 (2017) Version 3 to file a Company Tax Return for accounting periods starting on or after 1 April 2015.",
- "document_type": "form",
- "locale": "en",
- "public_updated_at": "2017-12-12T16:23:23Z",
- "schema_name": "publication",
- "title": "Corporation Tax: Company Tax Return (CT600 (2017) Version 3)",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-company-tax-return-ct600-2015-version-3",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-company-tax-return-ct600-2015-version-3"
- },
- {
- "api_path": "/api/content/government/collections/company-taxation-manual",
- "base_path": "/government/collections/company-taxation-manual",
- "content_id": "60269f2d-7631-11e4-a3cb-005056011aef",
- "description": "Public access to company guidance used internally by HM Revenue and Customs.",
- "document_type": "document_collection",
- "locale": "en",
- "public_updated_at": "2007-02-13T00:00:00Z",
- "schema_name": "document_collection",
- "title": "Company Taxation Manual",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/collections/company-taxation-manual",
- "web_url": "https://www.gov.uk/government/collections/company-taxation-manual"
- },
- {
- "api_path": "/api/content/government/collections/corporation-tax-online-filing-and-electronic-payment",
- "base_path": "/government/collections/corporation-tax-online-filing-and-electronic-payment",
- "content_id": "6026e902-7631-11e4-a3cb-005056011aef",
- "description": "This collection brings together guidance on HMRC Corporation Tax online filing and electronic payment requirements.",
- "document_type": "document_collection",
- "locale": "en",
- "public_updated_at": "2013-10-19T23:00:00Z",
- "schema_name": "document_collection",
- "title": "Corporation Tax online filing and electronic payment",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/collections/corporation-tax-online-filing-and-electronic-payment",
- "web_url": "https://www.gov.uk/government/collections/corporation-tax-online-filing-and-electronic-payment"
- },
- {
- "api_path": "/api/content/government/collections/corporate-debt-and-derivative-contracts",
- "base_path": "/government/collections/corporate-debt-and-derivative-contracts",
- "content_id": "e8694cf0-d1b5-40be-b164-1c9a8da8b906",
- "description": "This collection brings together documents and other material on the taxation of corporate debt and derivative contracts.\r\n\r\n",
- "document_type": "document_collection",
- "locale": "en",
- "public_updated_at": "2015-07-16T12:54:01Z",
- "schema_name": "document_collection",
- "title": "Corporate debt and derivative contracts",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/collections/corporate-debt-and-derivative-contracts",
- "web_url": "https://www.gov.uk/government/collections/corporate-debt-and-derivative-contracts"
- },
- {
- "api_path": "/api/content/government/collections/corporation-tax-hmrc-manuals",
- "base_path": "/government/collections/corporation-tax-hmrc-manuals",
- "content_id": "7ba92c59-f94d-467d-b56e-82dbb43c6250",
- "description": "Public access to Corporation Tax guidance used internally by HM Revenue and Customs (HMRC).",
- "document_type": "document_collection",
- "locale": "en",
- "public_updated_at": "2015-09-30T11:41:30Z",
- "schema_name": "document_collection",
- "title": "Corporation Tax: HMRC manuals",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/collections/corporation-tax-hmrc-manuals",
- "web_url": "https://www.gov.uk/government/collections/corporation-tax-hmrc-manuals"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-instalment-payments-by-very-large-companies",
- "base_path": "/government/publications/corporation-tax-instalment-payments-by-very-large-companies",
- "content_id": "bcbcf93f-2d1b-499d-8a46-e34cb09a9d6c",
- "description": "This tax information and impact note is about changes to Corporation Tax (CT) instalment payments for very large companies.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2017-11-21T14:03:00Z",
- "schema_name": "publication",
- "title": "Corporation Tax: instalment payments by very large companies",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-instalment-payments-by-very-large-companies",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-instalment-payments-by-very-large-companies"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-amendments-to-the-hybrid-and-other-mismatches-regime",
- "base_path": "/government/publications/corporation-tax-amendments-to-the-hybrid-and-other-mismatches-regime",
- "content_id": "1b3e5a82-6360-4ef5-adc7-6ebec89fff8b",
- "description": "This tax information and impact note deals with changes to the hybrid and other mismatches regime announced at Autumn Budget 2017. ",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2017-11-22T13:41:19Z",
- "schema_name": "publication",
- "title": "Corporation Tax: amendments to the hybrid and other mismatches regime",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-amendments-to-the-hybrid-and-other-mismatches-regime",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-amendments-to-the-hybrid-and-other-mismatches-regime"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-removal-of-capital-gains-indexation-allowance-from-1-january-2018",
- "base_path": "/government/publications/corporation-tax-removal-of-capital-gains-indexation-allowance-from-1-january-2018",
- "content_id": "8004adbd-486d-45f1-af6c-05c589b623c2",
- "description": "This tax information and impact note deals with the removal of indexation allowance for corporate capital gains announced at Autumn Budget 2017.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2017-11-22T13:41:19Z",
- "schema_name": "publication",
- "title": "Corporation Tax: removal of capital gains indexation allowance from 1 January 2018",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-removal-of-capital-gains-indexation-allowance-from-1-january-2018",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-removal-of-capital-gains-indexation-allowance-from-1-january-2018"
- },
- {
- "api_path": "/api/content/government/publications/ring-fence-corporation-tax-tariff-receipts",
- "base_path": "/government/publications/ring-fence-corporation-tax-tariff-receipts",
- "content_id": "f0610089-f616-467e-b0fe-494fd9851adb",
- "description": "This tax information and impact note deals with changes to the taxation of tariff income for petroleum licence holders in the UK and on the UK Continental Shelf announced at Autumn Budget 2017. ",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2017-11-22T13:41:14Z",
- "schema_name": "publication",
- "title": "Ring Fence Corporation Tax: tariff receipts",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/ring-fence-corporation-tax-tariff-receipts",
- "web_url": "https://www.gov.uk/government/publications/ring-fence-corporation-tax-tariff-receipts"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-capital-gains-depreciatory-transactions-within-a-group",
- "base_path": "/government/publications/corporation-tax-capital-gains-depreciatory-transactions-within-a-group",
- "content_id": "b5efe86b-4624-4684-bd30-fd9debd57559",
- "description": "This measure deals with changes to the treatment of depreciatory transactions in a group of companies announced at Autumn Budget 2017. ",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2017-11-22T13:41:33Z",
- "schema_name": "publication",
- "title": "Corporation Tax: capital gains depreciatory transactions within a group",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-capital-gains-depreciatory-transactions-within-a-group",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-capital-gains-depreciatory-transactions-within-a-group"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-amendments-to-the-corporate-interest-restriction-rules",
- "base_path": "/government/publications/corporation-tax-amendments-to-the-corporate-interest-restriction-rules",
- "content_id": "f207170c-5a21-4c68-997a-efbfaea1de43",
- "description": "This tax information and impact note deals with amendments to the Corporate Interest Restriction rules announced at Autumn Budget 2017. ",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2017-11-22T13:41:23Z",
- "schema_name": "publication",
- "title": "Corporation Tax: amendments to the corporate interest restriction rules",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-amendments-to-the-corporate-interest-restriction-rules",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-amendments-to-the-corporate-interest-restriction-rules"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-double-taxation-relief-and-permanent-establishment-losses",
- "base_path": "/government/publications/corporation-tax-double-taxation-relief-and-permanent-establishment-losses",
- "content_id": "9f4db9c0-e74d-4e1b-9a37-90afb7b1e4d4",
- "description": "This measure deals with changes to double taxation relief for permanent establishments announced at Autumn Budget 2017. ",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2017-11-22T13:41:35Z",
- "schema_name": "publication",
- "title": "Corporation Tax: double taxation relief and permanent establishment losses",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-double-taxation-relief-and-permanent-establishment-losses",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-double-taxation-relief-and-permanent-establishment-losses"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-capital-gains-assets-transferred-to-non-resident-company-reorganisations-of-share-capital",
- "base_path": "/government/publications/corporation-tax-capital-gains-assets-transferred-to-non-resident-company-reorganisations-of-share-capital",
- "content_id": "dd8a192b-a090-4732-8844-9c0b9572f337",
- "description": "This tax information and impact note deals with changes to capital gains tax where assets are transferred to a non-resident company and share capital is reorganised as announced at Autumn Budget 2017. ",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2017-11-22T13:41:56Z",
- "schema_name": "publication",
- "title": "Corporation Tax: capital gains assets transferred to non-resident company - reorganisations of share capital",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-capital-gains-assets-transferred-to-non-resident-company-reorganisations-of-share-capital",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-capital-gains-assets-transferred-to-non-resident-company-reorganisations-of-share-capital"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-intangible-fixed-assets-related-party-step-up-schemes",
- "base_path": "/government/publications/corporation-tax-intangible-fixed-assets-related-party-step-up-schemes",
- "content_id": "1795e86c-3f70-4a7c-83d9-8c96c37b87fe",
- "description": "This measure deals with clarifications to the tax treatment of a disposal of a company's intangible fixed assets involving non-cash consideration announced at Autumn Budget 2017.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2017-11-22T13:41:41Z",
- "schema_name": "publication",
- "title": "Corporation Tax: intangible fixed assets - related party step-up schemes",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-intangible-fixed-assets-related-party-step-up-schemes",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-intangible-fixed-assets-related-party-step-up-schemes"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-exemption-for-northern-ireland-education-authority",
- "base_path": "/government/publications/corporation-tax-exemption-for-northern-ireland-education-authority",
- "content_id": "7068b498-be0e-4ce7-8373-4449e33b28e1",
- "description": "This tax information and impact note deals with the exemption from corporation tax for The Education Authority, the Northern Ireland announced at Autumn Budget 2017. ",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2017-11-22T13:42:09Z",
- "schema_name": "publication",
- "title": "Corporation Tax: exemption for Northern Ireland Education Authority",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-exemption-for-northern-ireland-education-authority",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-exemption-for-northern-ireland-education-authority"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-on-chargeable-gains-indexation-allowance-2017",
- "base_path": "/government/publications/corporation-tax-on-chargeable-gains-indexation-allowance-2017",
- "content_id": "077374fe-0d95-41db-982b-c8f76e335362",
- "description": "See the Indexation Allowance rates for 2017 to calculate the chargeable gains of companies or organisations.",
- "document_type": "guidance",
- "locale": "en",
- "public_updated_at": "2017-12-15T15:24:41Z",
- "schema_name": "publication",
- "title": "Corporation Tax on chargeable gains: Indexation Allowance 2017",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-on-chargeable-gains-indexation-allowance-2017",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-on-chargeable-gains-indexation-allowance-2017"
- },
- {
- "api_path": "/api/content/government/publications/finance-bill-2014-corporation-tax",
- "base_path": "/government/publications/finance-bill-2014-corporation-tax",
- "content_id": "5ef0712b-7631-11e4-a3cb-005056011aef",
- "description": "The government has published draft corporation tax legislation for technical consultation.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2013-12-10T10:45:00Z",
- "schema_name": "publication",
- "title": "Finance Bill 2014: corporation tax",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/finance-bill-2014-corporation-tax",
- "web_url": "https://www.gov.uk/government/publications/finance-bill-2014-corporation-tax"
- },
- {
- "api_path": "/api/content/government/publications/draft-legislation-corporation-tax-payments",
- "base_path": "/government/publications/draft-legislation-corporation-tax-payments",
- "content_id": "bd03479c-5867-4f0d-984f-29ff9467303c",
- "description": "This draft legislation explains changes to Corporation Tax (CT) instalment payments for very large companies.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2015-12-02T15:34:00Z",
- "schema_name": "publication",
- "title": "Draft legislation: Corporation Tax payments",
- "withdrawn": true,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/draft-legislation-corporation-tax-payments",
- "web_url": "https://www.gov.uk/government/publications/draft-legislation-corporation-tax-payments"
- },
- {
- "api_path": "/api/content/government/publications/changes-to-the-debt-cap-provisions",
- "base_path": "/government/publications/changes-to-the-debt-cap-provisions",
- "content_id": "5f191778-7631-11e4-a3cb-005056011aef",
- "description": "Changes to the debt cap provisions",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2013-12-05T09:22:00Z",
- "schema_name": "publication",
- "title": "Changes to the debt cap provisions",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/changes-to-the-debt-cap-provisions",
- "web_url": "https://www.gov.uk/government/publications/changes-to-the-debt-cap-provisions"
- },
- {
- "api_path": "/api/content/government/consultations/draft-legislation-the-taxation-of-securitisation-companies-amendment-regulations-2018",
- "base_path": "/government/consultations/draft-legislation-the-taxation-of-securitisation-companies-amendment-regulations-2018",
- "content_id": "f0d0c206-c36a-4bb8-95d7-22257b75aa26",
- "description": "Draft regulations to update the securitisation regime to reflect recent accounting changes and commercial developments.",
- "document_type": "open_consultation",
- "locale": "en",
- "public_updated_at": "2017-12-04T10:00:17Z",
- "schema_name": "consultation",
- "title": "Draft legislation: The Taxation of Securitisation Companies (Amendment) Regulations 2018",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/consultations/draft-legislation-the-taxation-of-securitisation-companies-amendment-regulations-2018",
- "web_url": "https://www.gov.uk/government/consultations/draft-legislation-the-taxation-of-securitisation-companies-amendment-regulations-2018"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-updating-the-securitisation-regime",
- "base_path": "/government/publications/corporation-tax-updating-the-securitisation-regime",
- "content_id": "801e47d0-a35f-4476-92e0-fe5ee77ebe6d",
- "description": "This tax information and impact note updates the securitisation regime to reflect recent accounting changes and commercial developments.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2017-12-04T10:00:00Z",
- "schema_name": "publication",
- "title": "Corporation Tax: updating the securitisation regime",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-updating-the-securitisation-regime",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-updating-the-securitisation-regime"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-payments-by-very-large-companies-technical-guidance",
- "base_path": "/government/publications/corporation-tax-payments-by-very-large-companies-technical-guidance",
- "content_id": "524dca72-fce9-4b8e-ace8-f5b2217fc289",
- "description": "This guidance explains changes to Corporation Tax (CT) instalment payments by very large companies.",
- "document_type": "guidance",
- "locale": "en",
- "public_updated_at": "2017-11-21T14:08:00Z",
- "schema_name": "publication",
- "title": "Corporation Tax payments by very large companies: technical guidance",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-payments-by-very-large-companies-technical-guidance",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-payments-by-very-large-companies-technical-guidance"
- },
- {
- "api_path": "/api/content/government/publications/non-statutory-instrument-secondary-legislation-the-investment-manager-specified-transactions-regulations-2009",
- "base_path": "/government/publications/non-statutory-instrument-secondary-legislation-the-investment-manager-specified-transactions-regulations-2009",
- "content_id": "5fde59b4-7631-11e4-a3cb-005056011aef",
- "description": "Legislation about what types of transactions are an investment transaction for the purposes of the Investment Manager Exemption.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2009-05-12T08:05:00Z",
- "schema_name": "publication",
- "title": "Non-Statutory Instrument secondary legislation: the Investment Manager (specified transactions) Regulations 2009",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/non-statutory-instrument-secondary-legislation-the-investment-manager-specified-transactions-regulations-2009",
- "web_url": "https://www.gov.uk/government/publications/non-statutory-instrument-secondary-legislation-the-investment-manager-specified-transactions-regulations-2009"
- },
- {
- "api_path": "/api/content/government/publications/draft-legislation-loan-relationships-and-derivative-contracts-disregard-and-bringing-into-account-of-profits-and-losses-amendment-regs-2014",
- "base_path": "/government/publications/draft-legislation-loan-relationships-and-derivative-contracts-disregard-and-bringing-into-account-of-profits-and-losses-amendment-regs-2014",
- "content_id": "5fe4f767-7631-11e4-a3cb-005056011aef",
- "description": "Amendment to Loan Relationships and Derivative Contracts (Disregard and Bringing into Account of Profits and Losses)(Amendment) Regulations 2014.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2014-08-07T15:17:00Z",
- "schema_name": "publication",
- "title": "Draft legislation: Loan Relationships and Derivative Contracts (Disregard and Bringing into Account of Profits and Losses)(Amendment) Regulations 2014",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/draft-legislation-loan-relationships-and-derivative-contracts-disregard-and-bringing-into-account-of-profits-and-losses-amendment-regs-2014",
- "web_url": "https://www.gov.uk/government/publications/draft-legislation-loan-relationships-and-derivative-contracts-disregard-and-bringing-into-account-of-profits-and-losses-amendment-regs-2014"
- },
- {
- "api_path": "/api/content/government/publications/draft-legislation-changes-in-accounting-standards-loan-relationships-and-derivative-contracts-regulations-2014",
- "base_path": "/government/publications/draft-legislation-changes-in-accounting-standards-loan-relationships-and-derivative-contracts-regulations-2014",
- "content_id": "5fe4ff53-7631-11e4-a3cb-005056011aef",
- "description": "Changes in Accounting Standards (Loan Relationships and Derivative Contracts) Regulations 2014.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2014-08-07T15:20:00Z",
- "schema_name": "publication",
- "title": "Draft legislation: Changes in Accounting Standards (Loan Relationships and Derivative Contracts) Regulations 2014",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/draft-legislation-changes-in-accounting-standards-loan-relationships-and-derivative-contracts-regulations-2014",
- "web_url": "https://www.gov.uk/government/publications/draft-legislation-changes-in-accounting-standards-loan-relationships-and-derivative-contracts-regulations-2014"
- },
- {
- "api_path": "/api/content/government/publications/draft-legislation-loan-relationships-and-derivative-contracts-change-of-accounting-practice-amendment-regulations-2014",
- "base_path": "/government/publications/draft-legislation-loan-relationships-and-derivative-contracts-change-of-accounting-practice-amendment-regulations-2014",
- "content_id": "5fe4fd7f-7631-11e4-a3cb-005056011aef",
- "description": "Amendment to Loan Relationships and Derivative Contracts (Change of Accounting Practice) (Amendment) Regulations 2014.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2014-08-07T15:19:00Z",
- "schema_name": "publication",
- "title": "Draft legislation: Loan Relationships and Derivative Contracts (Change of Accounting Practice) (Amendment) Regulations 2014",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/draft-legislation-loan-relationships-and-derivative-contracts-change-of-accounting-practice-amendment-regulations-2014",
- "web_url": "https://www.gov.uk/government/publications/draft-legislation-loan-relationships-and-derivative-contracts-change-of-accounting-practice-amendment-regulations-2014"
- },
- {
- "api_path": "/api/content/government/publications/corporate-debt-and-derivative-contracts-amendments-to-the-disregard-regulations-and-change-of-accounting-practice-regulations-technical-note",
- "base_path": "/government/publications/corporate-debt-and-derivative-contracts-amendments-to-the-disregard-regulations-and-change-of-accounting-practice-regulations-technical-note",
- "content_id": "5fe55b7e-7631-11e4-a3cb-005056011aef",
- "description": "HM Revenue and Customs has published draft regulations to amend the Disregard Regulations 2004 and the Change of Accounting Practice Regulations 2004.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2014-08-08T13:45:00Z",
- "schema_name": "publication",
- "title": "Corporate Debt and Derivative Contracts: amendments to the Disregard Regulations and Change of Accounting Practice Regulations – Technical Note",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporate-debt-and-derivative-contracts-amendments-to-the-disregard-regulations-and-change-of-accounting-practice-regulations-technical-note",
- "web_url": "https://www.gov.uk/government/publications/corporate-debt-and-derivative-contracts-amendments-to-the-disregard-regulations-and-change-of-accounting-practice-regulations-technical-note"
- },
- {
- "api_path": "/api/content/government/publications/draft-amendments-to-hmrc-tonnage-tax-manual",
- "base_path": "/government/publications/draft-amendments-to-hmrc-tonnage-tax-manual",
- "content_id": "601ba94f-7631-11e4-a3cb-005056011aef",
- "description": "Proposed amendments to the HMRC Tonnage Tax Manual.",
- "document_type": "guidance",
- "locale": "en",
- "public_updated_at": "2014-09-22T08:33:00Z",
- "schema_name": "publication",
- "title": "Draft amendments to HMRC Tonnage Tax Manual",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/draft-amendments-to-hmrc-tonnage-tax-manual",
- "web_url": "https://www.gov.uk/government/publications/draft-amendments-to-hmrc-tonnage-tax-manual"
- },
- {
- "api_path": "/api/content/government/publications/the-patent-box-calculating-relevant-profits",
- "base_path": "/government/publications/the-patent-box-calculating-relevant-profits",
- "content_id": "601d5d23-7631-11e4-a3cb-005056011aef",
- "description": "How to calculate the profits that qualify for Patent Box, before calculating the deduction.",
- "document_type": "guidance",
- "locale": "en",
- "public_updated_at": "2012-01-01T00:00:00Z",
- "schema_name": "publication",
- "title": "The Patent Box: calculating relevant profits",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/the-patent-box-calculating-relevant-profits",
- "web_url": "https://www.gov.uk/government/publications/the-patent-box-calculating-relevant-profits"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-change-adobe-reader-settings",
- "base_path": "/government/publications/corporation-tax-change-adobe-reader-settings",
- "content_id": "60243f52-7631-11e4-a3cb-005056011aef",
- "description": "How to change your Adobe Reader trust settings so that you can file your Company Tax Return online.",
- "document_type": "guidance",
- "locale": "en",
- "public_updated_at": "2015-10-20T12:40:12Z",
- "schema_name": "publication",
- "title": "Corporation Tax: change Adobe Reader settings",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-change-adobe-reader-settings",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-change-adobe-reader-settings"
- },
- {
- "api_path": "/api/content/government/publications/practice-note-apportioning-the-price-paid-for-a-business-transferred-as-a-going-concern",
- "base_path": "/government/publications/practice-note-apportioning-the-price-paid-for-a-business-transferred-as-a-going-concern",
- "content_id": "60259af1-7631-11e4-a3cb-005056011aef",
- "description": "Guidance on how to apportion the price paid for a business that has been transferred as a going concern.",
- "document_type": "guidance",
- "locale": "en",
- "public_updated_at": "2013-09-29T23:00:00Z",
- "schema_name": "publication",
- "title": "Practice Note: apportioning the price paid for a business transferred as a going concern",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/practice-note-apportioning-the-price-paid-for-a-business-transferred-as-a-going-concern",
- "web_url": "https://www.gov.uk/government/publications/practice-note-apportioning-the-price-paid-for-a-business-transferred-as-a-going-concern"
- },
- {
- "api_path": "/api/content/government/publications/hmrc-directions-under-si-2003282",
- "base_path": "/government/publications/hmrc-directions-under-si-2003282",
- "content_id": "60262b9c-7631-11e4-a3cb-005056011aef",
- "description": "Approved methods and forms of electronic communication for sending Corporation Tax information online and paying electronically that apply from 4 January 2011. ",
- "document_type": "guidance",
- "locale": "en",
- "public_updated_at": "2010-12-20T00:00:00Z",
- "schema_name": "publication",
- "title": "HMRC directions under SI 2003/282",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/hmrc-directions-under-si-2003282",
- "web_url": "https://www.gov.uk/government/publications/hmrc-directions-under-si-2003282"
- },
- {
- "api_path": "/api/content/government/publications/company-tax-returns-format-for-accounts-forming-part-of-an-online-return",
- "base_path": "/government/publications/company-tax-returns-format-for-accounts-forming-part-of-an-online-return",
- "content_id": "6026489c-7631-11e4-a3cb-005056011aef",
- "description": "Who must submit accounts in Inline eXtensible Business Reporting Language (iXBRL) format and who can choose to submit them as a PDF.",
- "document_type": "guidance",
- "locale": "en",
- "public_updated_at": "2012-03-03T00:00:00Z",
- "schema_name": "publication",
- "title": "Company Tax returns: format for accounts forming part of an online return",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/company-tax-returns-format-for-accounts-forming-part-of-an-online-return",
- "web_url": "https://www.gov.uk/government/publications/company-tax-returns-format-for-accounts-forming-part-of-an-online-return"
- },
- {
- "api_path": "/api/content/government/publications/company-tax-returns-accounts-hm-revenue-and-customs-require",
- "base_path": "/government/publications/company-tax-returns-accounts-hm-revenue-and-customs-require",
- "content_id": "602652bc-7631-11e4-a3cb-005056011aef",
- "description": "Guidance on what company accounts must be submitted as part of a Company Tax Return.",
- "document_type": "guidance",
- "locale": "en",
- "public_updated_at": "2010-06-29T23:00:00Z",
- "schema_name": "publication",
- "title": "Company Tax returns: accounts HM Revenue and Customs require",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/company-tax-returns-accounts-hm-revenue-and-customs-require",
- "web_url": "https://www.gov.uk/government/publications/company-tax-returns-accounts-hm-revenue-and-customs-require"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-technical-specifications-ct600-appendices",
- "base_path": "/government/publications/corporation-tax-technical-specifications-ct600-appendices",
- "content_id": "6026a8b6-7631-11e4-a3cb-005056011aef",
- "description": "Appendices for Corporation Tax Online software developers.",
- "document_type": "guidance",
- "locale": "en",
- "public_updated_at": "2015-10-12T09:24:49Z",
- "schema_name": "publication",
- "title": "Corporation Tax technical specifications: CT600 appendices",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-technical-specifications-ct600-appendices",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-technical-specifications-ct600-appendices"
- },
- {
- "api_path": "/api/content/government/publications/company-tax-returns-online-filing-2-years-on",
- "base_path": "/government/publications/company-tax-returns-online-filing-2-years-on",
- "content_id": "6026e2d6-7631-11e4-a3cb-005056011aef",
- "description": "Advice for companies and organisations to help manage the transition to filing online and using iXBRL.",
- "document_type": "guidance",
- "locale": "en",
- "public_updated_at": "2013-05-14T23:00:00Z",
- "schema_name": "publication",
- "title": "Company Tax returns: online filing 2 years on",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/company-tax-returns-online-filing-2-years-on",
- "web_url": "https://www.gov.uk/government/publications/company-tax-returns-online-filing-2-years-on"
- },
- {
- "api_path": "/api/content/government/publications/starting-a-limited-company",
- "base_path": "/government/publications/starting-a-limited-company",
- "content_id": "60274362-7631-11e4-a3cb-005056011aef",
- "description": "Information about what you need to do if you start a limited company.",
- "document_type": "guidance",
- "locale": "en",
- "public_updated_at": "2012-10-14T23:00:00Z",
- "schema_name": "publication",
- "title": "Starting a limited company",
- "withdrawn": true,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/starting-a-limited-company",
- "web_url": "https://www.gov.uk/government/publications/starting-a-limited-company"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-on-chargeable-gains-indexation-allowance-2014",
- "base_path": "/government/publications/corporation-tax-on-chargeable-gains-indexation-allowance-2014",
- "content_id": "60284487-7631-11e4-a3cb-005056011aef",
- "description": "HM Revenue and Customs (HMRC) Indexation Allowance rates for 2014.",
- "document_type": "guidance",
- "locale": "en",
- "public_updated_at": "2015-01-21T11:46:56Z",
- "schema_name": "publication",
- "title": "Corporation Tax on chargeable gains: Indexation Allowance 2014",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-on-chargeable-gains-indexation-allowance-2014",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-on-chargeable-gains-indexation-allowance-2014"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-service-availability-and-issues",
- "base_path": "/government/publications/corporation-tax-service-availability-and-issues",
- "content_id": "e6a15200-a29b-4435-ac79-c276e3560f8d",
- "description": "Check the availability and any issues affecting the Corporation Tax online service.",
- "document_type": "guidance",
- "locale": "en",
- "public_updated_at": "2018-01-04T12:08:22Z",
- "schema_name": "publication",
- "title": "Corporation Tax: service availability and issues",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-service-availability-and-issues",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-service-availability-and-issues"
- },
- {
- "api_path": "/api/content/government/publications/enterprise-investment-scheme-compliance-statement-eis1",
- "base_path": "/government/publications/enterprise-investment-scheme-compliance-statement-eis1",
- "content_id": "602bbb0c-7631-11e4-a3cb-005056011aef",
- "description": "Use form EIS1 to ensure that your company is compliant with the Enterprise Investment Scheme (EIS).",
- "document_type": "form",
- "locale": "en",
- "public_updated_at": "2016-04-01T12:55:34Z",
- "schema_name": "publication",
- "title": "Enterprise Investment Scheme: compliance statement (EIS1)",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/enterprise-investment-scheme-compliance-statement-eis1",
- "web_url": "https://www.gov.uk/government/publications/enterprise-investment-scheme-compliance-statement-eis1"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-loans-to-participators-by-close-companies-ct600a-2006-version-2",
- "base_path": "/government/publications/corporation-tax-loans-to-participators-by-close-companies-ct600a-2006-version-2",
- "content_id": "602fefa3-7631-11e4-a3cb-005056011aef",
- "description": "Use supplementary pages CT600A (2006) Version 2 if a participator has not repaid a loan to a close company within the period.",
- "document_type": "form",
- "locale": "en",
- "public_updated_at": "2014-04-04T00:00:00Z",
- "schema_name": "publication",
- "title": "Corporation Tax: loans to participators by close companies (CT600A (2006) Version 2)",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-loans-to-participators-by-close-companies-ct600a-2006-version-2",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-loans-to-participators-by-close-companies-ct600a-2006-version-2"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-company-tax-return-ct600-2008-version-2",
- "base_path": "/government/publications/corporation-tax-company-tax-return-ct600-2008-version-2",
- "content_id": "602ff18e-7631-11e4-a3cb-005056011aef",
- "description": "Use form CT600 (2008) Version 2 to file a Company Tax Return for accounting periods starting before 1 April 2015.",
- "document_type": "form",
- "locale": "en",
- "public_updated_at": "2014-04-04T00:00:00Z",
- "schema_name": "publication",
- "title": "Corporation Tax: Company Tax Return (CT600 (2008) Version 2)",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-company-tax-return-ct600-2008-version-2",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-company-tax-return-ct600-2008-version-2"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-non-qualifying-company-distributions-ct2",
- "base_path": "/government/publications/corporation-tax-non-qualifying-company-distributions-ct2",
- "content_id": "602ff378-7631-11e4-a3cb-005056011aef",
- "description": "Use form CT2 to provide a return of non-qualifying company distributions under S234(5) Income and Corporation Taxes Act 1988.",
- "document_type": "form",
- "locale": "en",
- "public_updated_at": "2014-09-05T00:00:00Z",
- "schema_name": "publication",
- "title": "Corporation Tax: non-qualifying company distributions (CT2)",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-non-qualifying-company-distributions-ct2",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-non-qualifying-company-distributions-ct2"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-2014-budget-changes-ct600-budget-insert",
- "base_path": "/government/publications/corporation-tax-2014-budget-changes-ct600-budget-insert",
- "content_id": "602ff736-7631-11e4-a3cb-005056011aef",
- "description": "Use CT600 Budget Insert (2014) for an overview of the main Budget 2014 changes affecting Corporation Tax.",
- "document_type": "form",
- "locale": "en",
- "public_updated_at": "2015-01-16T13:45:56Z",
- "schema_name": "publication",
- "title": "Corporation Tax: 2014 Budget changes (CT600 Budget Insert)",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-2014-budget-changes-ct600-budget-insert",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-2014-budget-changes-ct600-budget-insert"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-group-and-consortium-ct600c-2006-version-2",
- "base_path": "/government/publications/corporation-tax-group-and-consortium-ct600c-2006-version-2",
- "content_id": "602ff098-7631-11e4-a3cb-005056011aef",
- "description": "Use supplementary pages CT600C (2006) Version 2 if you are claiming or surrendering relief under group or consortium or unrelieved foreign tax provisions.",
- "document_type": "form",
- "locale": "en",
- "public_updated_at": "2014-04-04T00:00:00Z",
- "schema_name": "publication",
- "title": "Corporation Tax: group and consortium (CT600C (2006) Version 2)",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-group-and-consortium-ct600c-2006-version-2",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-group-and-consortium-ct600c-2006-version-2"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-company-tax-return-ct600-2007-version-2",
- "base_path": "/government/publications/corporation-tax-company-tax-return-ct600-2007-version-2",
- "content_id": "602ff2fd-7631-11e4-a3cb-005056011aef",
- "description": "Use form CT600 (2007) Version 2 to file a Company Tax Return for accounting periods ending on or after 1 April 2004, up to and including 31 March 2008.",
- "document_type": "form",
- "locale": "en",
- "public_updated_at": "2014-04-04T00:00:00Z",
- "schema_name": "publication",
- "title": "Corporation Tax: Company Tax Return (CT600 (2007) Version 2)",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-company-tax-return-ct600-2007-version-2",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-company-tax-return-ct600-2007-version-2"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-supplementary-charge-in-respect-of-ring-fence-trades-ct600i-2012-version-2",
- "base_path": "/government/publications/corporation-tax-supplementary-charge-in-respect-of-ring-fence-trades-ct600i-2012-version-2",
- "content_id": "602ff4da-7631-11e4-a3cb-005056011aef",
- "description": "Use supplementary pages CT600I (2012) Version 2 if your company carried on a ring fence trade for any period beginning on (or deemed to have begun on) 17 April 2002.",
- "document_type": "form",
- "locale": "en",
- "public_updated_at": "2014-04-04T00:00:00Z",
- "schema_name": "publication",
- "title": "Corporation Tax: supplementary charge in respect of ring fence trades (CT600I (2012) Version 2)",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-supplementary-charge-in-respect-of-ring-fence-trades-ct600i-2012-version-2",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-supplementary-charge-in-respect-of-ring-fence-trades-ct600i-2012-version-2"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-disclosure-of-tax-avoidance-schemes-ct600j-2011-version-2",
- "base_path": "/government/publications/corporation-tax-disclosure-of-tax-avoidance-schemes-ct600j-2011-version-2",
- "content_id": "602ff283-7631-11e4-a3cb-005056011aef",
- "description": "Use supplementary pages CT600J (2011) Version 2 if you are a party to any notifiable arrangements under S308, 309, 310 Finance Act 2004 (FA 2004).",
- "document_type": "form",
- "locale": "en",
- "public_updated_at": "2014-04-04T00:00:00Z",
- "schema_name": "publication",
- "title": "Corporation Tax: disclosure of tax avoidance schemes (CT600J (2011) Version 2)",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-disclosure-of-tax-avoidance-schemes-ct600j-2011-version-2",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-disclosure-of-tax-avoidance-schemes-ct600j-2011-version-2"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-controlled-foreign-companies-and-bank-levy-ct600b-2012-version-2",
- "base_path": "/government/publications/corporation-tax-controlled-foreign-companies-and-bank-levy-ct600b-2012-version-2",
- "content_id": "602fef2a-7631-11e4-a3cb-005056011aef",
- "description": "Use supplementary pages CT600B (2012) Version 2 if your company held an interest of 25% or more in a foreign company controlled from the UK and for reporting bank levy.",
- "document_type": "form",
- "locale": "en",
- "public_updated_at": "2014-04-04T00:00:00Z",
- "schema_name": "publication",
- "title": "Corporation Tax: controlled foreign companies (and bank levy) (CT600B (2012) Version 2)",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-controlled-foreign-companies-and-bank-levy-ct600b-2012-version-2",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-controlled-foreign-companies-and-bank-levy-ct600b-2012-version-2"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-short-companytax-return-ct600-short-2007-version-2",
- "base_path": "/government/publications/corporation-tax-short-companytax-return-ct600-short-2007-version-2",
- "content_id": "602ff01e-7631-11e4-a3cb-005056011aef",
- "description": "Use form CT600 (Short) (2007) Version 2 to file your return if you are a small business, club or company with straightforward tax affairs.",
- "document_type": "form",
- "locale": "en",
- "public_updated_at": "2014-04-04T00:00:00Z",
- "schema_name": "publication",
- "title": "Corporation Tax: Short Company Tax Return (CT600 (Short) (2007) Version 2)",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-short-companytax-return-ct600-short-2007-version-2",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-short-companytax-return-ct600-short-2007-version-2"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-short-company-tax-return-ct600-short-2008-version-2",
- "base_path": "/government/publications/corporation-tax-short-company-tax-return-ct600-short-2008-version-2",
- "content_id": "602ff114-7631-11e4-a3cb-005056011aef",
- "description": "Use form CT600 (Short) (2008) Version 2 if you are a small business, club or company with straightforward tax affairs.",
- "document_type": "form",
- "locale": "en",
- "public_updated_at": "2014-04-04T00:00:00Z",
- "schema_name": "publication",
- "title": "Corporation Tax: Short Company Tax Return (CT600 (Short) (2008) Version 2)",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-short-company-tax-return-ct600-short-2008-version-2",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-short-company-tax-return-ct600-short-2008-version-2"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-tonnage-tax-ct600f-2006-version-2",
- "base_path": "/government/publications/corporation-tax-tonnage-tax-ct600f-2006-version-2",
- "content_id": "602ff444-7631-11e4-a3cb-005056011aef",
- "description": "Use supplementary pages CT600F (2006) Version 2 if your company operates ships and is a party to a Tonnage Tax election.",
- "document_type": "form",
- "locale": "en",
- "public_updated_at": "2014-04-04T00:00:00Z",
- "schema_name": "publication",
- "title": "Corporation Tax: Tonnage Tax (CT600F (2006) Version 2)",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-tonnage-tax-ct600f-2006-version-2",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-tonnage-tax-ct600f-2006-version-2"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-insurance-ct600d-2006-version-2",
- "base_path": "/government/publications/corporation-tax-insurance-ct600d-2006-version-2",
- "content_id": "602ff208-7631-11e4-a3cb-005056011aef",
- "description": "Use supplementary pages CT600D (2006) Version 2 if your company has been involved in Overseas Life Assurance Business (OLAB).",
- "document_type": "form",
- "locale": "en",
- "public_updated_at": "2014-06-19T00:00:00Z",
- "schema_name": "publication",
- "title": "Corporation Tax: insurance (CT600D (2006) Version 2)",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-insurance-ct600d-2006-version-2",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-insurance-ct600d-2006-version-2"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-corporate-venturing-scheme-ct600g-2006-version-2",
- "base_path": "/government/publications/corporation-tax-corporate-venturing-scheme-ct600g-2006-version-2",
- "content_id": "602ff3f5-7631-11e4-a3cb-005056011aef",
- "description": "Use supplementary pages CT600G (2006) Version 2 if your company is claiming relief under the Corporate Venturing Scheme (CVS).",
- "document_type": "form",
- "locale": "en",
- "public_updated_at": "2014-04-04T00:00:00Z",
- "schema_name": "publication",
- "title": "Corporation Tax: Corporate Venturing Scheme (CT600G (2006) Version 2)",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-corporate-venturing-scheme-ct600g-2006-version-2",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-corporate-venturing-scheme-ct600g-2006-version-2"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-return-of-stock-dividends-ct101",
- "base_path": "/government/publications/corporation-tax-return-of-stock-dividends-ct101",
- "content_id": "602ff571-7631-11e4-a3cb-005056011aef",
- "description": "Use form CT101 if you need to provide a return of stock dividends under Section 1052 of the Coropration Tax Act 2010.",
- "document_type": "form",
- "locale": "en",
- "public_updated_at": "2014-09-05T00:00:00Z",
- "schema_name": "publication",
- "title": "Corporation Tax: return of stock dividends (CT101)",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-return-of-stock-dividends-ct101",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-return-of-stock-dividends-ct101"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-charity-and-community-amateur-sports-clubs-ct600e-2006-version-2",
- "base_path": "/government/publications/corporation-tax-charity-and-community-amateur-sports-clubs-ct600e-2006-version-2",
- "content_id": "602ff526-7631-11e4-a3cb-005056011aef",
- "description": "Use supplementary pages CT600E (2006) Version 2 if your charity or Community Amateur Sport Club (CASC) claims exemption from tax on all or any part of its income and gains.",
- "document_type": "form",
- "locale": "en",
- "public_updated_at": "2014-04-04T00:00:00Z",
- "schema_name": "publication",
- "title": "Corporation Tax: Charity and Community Amateur Sports Clubs (CT600E (2006) Version 2)",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-charity-and-community-amateur-sports-clubs-ct600e-2006-version-2",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-charity-and-community-amateur-sports-clubs-ct600e-2006-version-2"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-2007-budget-changes-ct600-budget-insert",
- "base_path": "/government/publications/corporation-tax-2007-budget-changes-ct600-budget-insert",
- "content_id": "602ff6a4-7631-11e4-a3cb-005056011aef",
- "description": "Use CT600 Budget Insert (2007) for an overview of the main Budget 2007 changes affecting Corporation Tax.",
- "document_type": "form",
- "locale": "en",
- "public_updated_at": "2014-04-04T00:00:00Z",
- "schema_name": "publication",
- "title": "Corporation Tax: 2007 Budget changes (CT600 Budget Insert)",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-2007-budget-changes-ct600-budget-insert",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-2007-budget-changes-ct600-budget-insert"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-cross-border-royalties-ct600h-2006-version-2",
- "base_path": "/government/publications/corporation-tax-cross-border-royalties-ct600h-2006-version-2",
- "content_id": "602ff48f-7631-11e4-a3cb-005056011aef",
- "description": "Use supplementary pages CT600H (2006) Version 2 if a UK company made cross-border royalty payments after 1 October 2002.",
- "document_type": "form",
- "locale": "en",
- "public_updated_at": "2014-04-04T00:00:00Z",
- "schema_name": "publication",
- "title": "Corporation Tax: cross-border royalties (CT600H (2006) Version 2)",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-cross-border-royalties-ct600h-2006-version-2",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-cross-border-royalties-ct600h-2006-version-2"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-details-of-clubs-societies-voluntary-associations-and-other-similar-bodies-ct41g-clubs",
- "base_path": "/government/publications/corporation-tax-details-of-clubs-societies-voluntary-associations-and-other-similar-bodies-ct41g-clubs",
- "content_id": "602ff5bf-7631-11e4-a3cb-005056011aef",
- "description": "Use form CT41G (Clubs) if your club, society, voluntary association or other similar body has started any business activity.",
- "document_type": "form",
- "locale": "en",
- "public_updated_at": "2014-04-04T00:00:00Z",
- "schema_name": "publication",
- "title": "Corporation Tax: details of clubs, societies, voluntary associations and other similar bodies (CT41G (Clubs))",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-details-of-clubs-societies-voluntary-associations-and-other-similar-bodies-ct41g-clubs",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-details-of-clubs-societies-voluntary-associations-and-other-similar-bodies-ct41g-clubs"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-disincorporation-relief-claim-form",
- "base_path": "/government/publications/corporation-tax-disincorporation-relief-claim-form",
- "content_id": "602ffa9f-7631-11e4-a3cb-005056011aef",
- "description": "Use the Disincorporation Relief claim form to tell HM Revenue and Customs (HMRC) about the details of assets transferred to a new business.",
- "document_type": "form",
- "locale": "en",
- "public_updated_at": "2014-04-16T00:00:00Z",
- "schema_name": "publication",
- "title": "Corporation Tax: Disincorporation Relief claim form",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-disincorporation-relief-claim-form",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-disincorporation-relief-claim-form"
- },
- {
- "api_path": "/api/content/government/publications/statutory-instrument-secondary-legislation-directions-under-regulations-51-of-the-income-and-corporation-taxes-electronic-communications-regulati",
- "base_path": "/government/publications/statutory-instrument-secondary-legislation-directions-under-regulations-51-of-the-income-and-corporation-taxes-electronic-communications-regulati",
- "content_id": "a0281c71-c844-484b-a5e5-2f6f0bfca8ed",
- "description": "Information on the use of a secure mailbox to deliver information.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2014-04-14T23:00:00Z",
- "schema_name": "publication",
- "title": "Statutory Instrument secondary legislation: directions under regulations 5(1) of the Income and Corporation Taxes (Electronic Communications) Regulations 2003 (Statutory Instrument 2003/282)",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/statutory-instrument-secondary-legislation-directions-under-regulations-51-of-the-income-and-corporation-taxes-electronic-communications-regulati",
- "web_url": "https://www.gov.uk/government/publications/statutory-instrument-secondary-legislation-directions-under-regulations-51-of-the-income-and-corporation-taxes-electronic-communications-regulati"
- },
- {
- "api_path": "/api/content/government/publications/statutory-instrument-secondary-legislation-directions-under-regulations-31za-of-the-income-and-corporation-taxes-electronic-communications-regula",
- "base_path": "/government/publications/statutory-instrument-secondary-legislation-directions-under-regulations-31za-of-the-income-and-corporation-taxes-electronic-communications-regula",
- "content_id": "f09adf9c-f1f5-40e3-951b-fb5d4158ccea",
- "description": "Information on how a person may provide or withdraw consent to using electronic communications for the delivery of information.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2014-04-14T23:00:00Z",
- "schema_name": "publication",
- "title": "Statutory Instrument secondary legislation: directions under regulations 3(1ZA) of the Income and Corporation Taxes (Electronic Communications) Regulations 2003 (Statutory Instrument 2003/282)",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/statutory-instrument-secondary-legislation-directions-under-regulations-31za-of-the-income-and-corporation-taxes-electronic-communications-regula",
- "web_url": "https://www.gov.uk/government/publications/statutory-instrument-secondary-legislation-directions-under-regulations-31za-of-the-income-and-corporation-taxes-electronic-communications-regula"
- },
- {
- "api_path": "/api/content/government/publications/company-tax-return-it-problems",
- "base_path": "/government/publications/company-tax-return-it-problems",
- "content_id": "eee4c496-f994-40d8-b9c5-b1393ac9696f",
- "description": "Use form WT1 if you've been unable to send your Company Tax Return online. ",
- "document_type": "form",
- "locale": "en",
- "public_updated_at": "2009-11-02T13:08:00Z",
- "schema_name": "publication",
- "title": "Company Tax Return: IT problems (WT1)",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/company-tax-return-it-problems",
- "web_url": "https://www.gov.uk/government/publications/company-tax-return-it-problems"
- },
- {
- "api_path": "/api/content/government/publications/draft-legislation-corporation-tax-restricting-relief-for-internally-generated-goodwill-transfers",
- "base_path": "/government/publications/draft-legislation-corporation-tax-restricting-relief-for-internally-generated-goodwill-transfers",
- "content_id": "bb2b4c57-4a13-4264-ba86-f30f88be5d39",
- "description": "This draft legislation is about restricting corporation tax relief where a company acquires internally generated goodwill.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2014-12-03T13:27:00Z",
- "schema_name": "publication",
- "title": "Draft legislation: Corporation Tax - restricting relief for internally generated goodwill transfers",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/draft-legislation-corporation-tax-restricting-relief-for-internally-generated-goodwill-transfers",
- "web_url": "https://www.gov.uk/government/publications/draft-legislation-corporation-tax-restricting-relief-for-internally-generated-goodwill-transfers"
- },
- {
- "api_path": "/api/content/government/publications/draft-legislation-corporation-tax-high-pressure-high-temperature-cluster-area-allowance",
- "base_path": "/government/publications/draft-legislation-corporation-tax-high-pressure-high-temperature-cluster-area-allowance",
- "content_id": "f7f116c3-37d4-42cb-b465-845215a159b5",
- "description": "This draft legislation is about a new high pressure high temperature (HPHT) cluster area allowance.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2014-12-03T13:26:00Z",
- "schema_name": "publication",
- "title": "Draft legislation: Corporation Tax - high pressure high temperature cluster area allowance",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/draft-legislation-corporation-tax-high-pressure-high-temperature-cluster-area-allowance",
- "web_url": "https://www.gov.uk/government/publications/draft-legislation-corporation-tax-high-pressure-high-temperature-cluster-area-allowance"
- },
- {
- "api_path": "/api/content/government/publications/draft-legislation-corporation-tax-bank-loss-relief-restriction",
- "base_path": "/government/publications/draft-legislation-corporation-tax-bank-loss-relief-restriction",
- "content_id": "426bfc77-335a-438e-88ff-440688ec629c",
- "description": "This draft legislation is about restricting the proportion of banks’ annual taxable profit that can be offset by carried forward losses to 50%.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2014-12-03T13:26:00Z",
- "schema_name": "publication",
- "title": "Draft legislation: Corporation Tax - bank loss relief restriction",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/draft-legislation-corporation-tax-bank-loss-relief-restriction",
- "web_url": "https://www.gov.uk/government/publications/draft-legislation-corporation-tax-bank-loss-relief-restriction"
- },
- {
- "api_path": "/api/content/government/publications/draft-legislation-corporation-tax-preventing-abuse-of-late-paid-interest-rules",
- "base_path": "/government/publications/draft-legislation-corporation-tax-preventing-abuse-of-late-paid-interest-rules",
- "content_id": "f1974120-7261-4c39-9c35-0433fe0a95cb",
- "description": "This draft legislation is about preventing the abuse of late paid interest rules.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2014-12-03T13:26:00Z",
- "schema_name": "publication",
- "title": "Draft legislation: Corporation Tax - preventing abuse of late paid interest rules",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/draft-legislation-corporation-tax-preventing-abuse-of-late-paid-interest-rules",
- "web_url": "https://www.gov.uk/government/publications/draft-legislation-corporation-tax-preventing-abuse-of-late-paid-interest-rules"
- },
- {
- "api_path": "/api/content/government/publications/deduction-of-income-tax-from-payments-of-yearly-interest-private-placements-technical-note",
- "base_path": "/government/publications/deduction-of-income-tax-from-payments-of-yearly-interest-private-placements-technical-note",
- "content_id": "69582b8e-c47b-4b54-814b-b45765ab6a64",
- "description": "This technical note describes the proposed primary legislation and outlines the regulations that would subsequently be made under the primary legislation. ",
- "document_type": "guidance",
- "locale": "en",
- "public_updated_at": "2014-12-10T12:26:00Z",
- "schema_name": "publication",
- "title": "Deduction of Income Tax from payments of yearly interest: private placements - technical note",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/deduction-of-income-tax-from-payments-of-yearly-interest-private-placements-technical-note",
- "web_url": "https://www.gov.uk/government/publications/deduction-of-income-tax-from-payments-of-yearly-interest-private-placements-technical-note"
- },
- {
- "api_path": "/api/content/government/publications/finance-bill-2015-hm-revenue-and-customs-documents",
- "base_path": "/government/publications/finance-bill-2015-hm-revenue-and-customs-documents",
- "content_id": "4dcf2e4a-9670-4514-a1fb-e341ad0b43cf",
- "description": "HMRC published documents for Finance Bill 2015.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2014-12-10T15:39:00Z",
- "schema_name": "publication",
- "title": "Finance Bill 2015: HM Revenue and Customs documents",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/finance-bill-2015-hm-revenue-and-customs-documents",
- "web_url": "https://www.gov.uk/government/publications/finance-bill-2015-hm-revenue-and-customs-documents"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-company-tax-return-guide-ct600-guide-2008-version-2",
- "base_path": "/government/publications/corporation-tax-company-tax-return-guide-ct600-guide-2008-version-2",
- "content_id": "d11ebb8d-d804-48c0-a0d0-ae476f70118a",
- "description": "Use this guide to complete form CT600 (2008) version 2.",
- "document_type": "form",
- "locale": "en",
- "public_updated_at": "2015-03-20T12:27:28Z",
- "schema_name": "publication",
- "title": "Corporation Tax: Company Tax Return guide",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-company-tax-return-guide-ct600-guide-2008-version-2",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-company-tax-return-guide-ct600-guide-2008-version-2"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-company-tax-return-guide-ct600-guide-2007-version-2",
- "base_path": "/government/publications/corporation-tax-company-tax-return-guide-ct600-guide-2007-version-2",
- "content_id": "ac5cdff4-7d0a-4f87-b9aa-0ee55dbeacfb",
- "description": "Use the CT600 Guide (2007) Version 2 to help you complete form CT600 (2007) Company Tax Return.",
- "document_type": "form",
- "locale": "en",
- "public_updated_at": "2007-08-01T00:10:00Z",
- "schema_name": "publication",
- "title": "Corporation Tax: Company Tax Return guide (CT600 Guide (2007) Version 2)",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-company-tax-return-guide-ct600-guide-2007-version-2",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-company-tax-return-guide-ct600-guide-2007-version-2"
- },
- {
- "api_path": "/api/content/government/publications/corporate-venturing-scheme-compliance-statement-cvs1",
- "base_path": "/government/publications/corporate-venturing-scheme-compliance-statement-cvs1",
- "content_id": "279c85f0-b204-4136-8cdc-005ca2bbe11e",
- "description": "Use form CVS1 to give details of a Corporate Venturing Scheme to ensure the scheme is compliant with the law. \r\n",
- "document_type": "form",
- "locale": "en",
- "public_updated_at": "2009-07-20T23:00:00Z",
- "schema_name": "publication",
- "title": "Corporate Venturing Scheme: compliance statement (CVS1)",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporate-venturing-scheme-compliance-statement-cvs1",
- "web_url": "https://www.gov.uk/government/publications/corporate-venturing-scheme-compliance-statement-cvs1"
- },
- {
- "api_path": "/api/content/government/publications/modernising-the-taxation-of-corporate-debt-and-derivative-contracts-draft-guidance",
- "base_path": "/government/publications/modernising-the-taxation-of-corporate-debt-and-derivative-contracts-draft-guidance",
- "content_id": "22c48280-cc75-4d5e-ae2f-922e4da4fc63",
- "description": "Draft guidance on new legislation about Corporate Rescue Exemption to be included in the Corporate Finance Manual.",
- "document_type": "guidance",
- "locale": "en",
- "public_updated_at": "2015-01-12T11:33:00Z",
- "schema_name": "publication",
- "title": "Modernising the taxation of corporate debt and derivative contracts: draft guidance",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/modernising-the-taxation-of-corporate-debt-and-derivative-contracts-draft-guidance",
- "web_url": "https://www.gov.uk/government/publications/modernising-the-taxation-of-corporate-debt-and-derivative-contracts-draft-guidance"
- },
- {
- "api_path": "/api/content/government/publications/revenue-and-customs-brief-1-2015-tonnage-tax-qualifying-ships-and-flagging",
- "base_path": "/government/publications/revenue-and-customs-brief-1-2015-tonnage-tax-qualifying-ships-and-flagging",
- "content_id": "3b9ad215-2b5a-4355-ae39-55e58851f6ee",
- "description": "The purpose of this brief is to make shipping companies aware that for the purpose of Tonnage Tax flagging rules 2015 will not be an ‘excepted year'.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2015-02-06T12:05:00Z",
- "schema_name": "publication",
- "title": "Revenue and Customs Brief 1 (2015): Tonnage Tax - qualifying ships and flagging",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/revenue-and-customs-brief-1-2015-tonnage-tax-qualifying-ships-and-flagging",
- "web_url": "https://www.gov.uk/government/publications/revenue-and-customs-brief-1-2015-tonnage-tax-qualifying-ships-and-flagging"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-return-of-income-tax-on-company-payments-ct61",
- "base_path": "/government/publications/corporation-tax-return-of-income-tax-on-company-payments-ct61",
- "content_id": "95684faf-e8bb-4d09-b2e7-07a7c4782876",
- "description": "Use form CT61 to claim return of Income Tax, interest, alternative finance payments, manufactured payments from abroad and tax on relevant distributions.",
- "document_type": "form",
- "locale": "en",
- "public_updated_at": "2017-04-06T11:09:28Z",
- "schema_name": "publication",
- "title": "Corporation Tax: return of Income Tax on company payments (CT61)",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-return-of-income-tax-on-company-payments-ct61",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-return-of-income-tax-on-company-payments-ct61"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-on-chargeable-gains-indexation-allowance-2015",
- "base_path": "/government/publications/corporation-tax-on-chargeable-gains-indexation-allowance-2015",
- "content_id": "904d7da3-76bb-4128-b52f-d01a3bf603f9",
- "description": "HM Revenue and Customs (HMRC) Indexation Allowance rates for 2015.",
- "document_type": "guidance",
- "locale": "en",
- "public_updated_at": "2016-01-21T11:50:16Z",
- "schema_name": "publication",
- "title": "Corporation Tax on chargeable gains: Indexation Allowance 2015",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-on-chargeable-gains-indexation-allowance-2015",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-on-chargeable-gains-indexation-allowance-2015"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-loss-refresh-prevention",
- "base_path": "/government/publications/corporation-tax-loss-refresh-prevention",
- "content_id": "eaae1295-4d4a-4698-ad9c-7f748d747349",
- "description": "This Tax Information and Impact Note is about carried forward Corporation Tax trading losses, non-trading loan relationship deficits, and management expenses.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2015-03-18T13:34:49Z",
- "schema_name": "publication",
- "title": "Corporation Tax: loss refresh prevention",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-loss-refresh-prevention",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-loss-refresh-prevention"
- },
- {
- "api_path": "/api/content/government/publications/bank-levy-rate-change",
- "base_path": "/government/publications/bank-levy-rate-change",
- "content_id": "17221f55-dd51-4d2f-a22e-d85e89f31cb9",
- "description": "This Tax Information and Impact Note is about Bank Levy rate changes. ",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2015-03-18T13:35:17Z",
- "schema_name": "publication",
- "title": "Bank Levy: rate change",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/bank-levy-rate-change",
- "web_url": "https://www.gov.uk/government/publications/bank-levy-rate-change"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-oil-and-gas-companies-investment-allowance-and-reduction-in-supplementary-charge",
- "base_path": "/government/publications/corporation-tax-oil-and-gas-companies-investment-allowance-and-reduction-in-supplementary-charge",
- "content_id": "7ae83ca5-dd5f-4c96-8dba-c95670881063",
- "description": "This Tax Information and Impact Note introduces a new investment allowance to reduce the amount of adjusted ring fence profits subject to the supplementary charge.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2015-03-18T13:33:11Z",
- "schema_name": "publication",
- "title": "Corporation Tax: oil and gas companies Investment Allowance and reduction in supplementary charge",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-oil-and-gas-companies-investment-allowance-and-reduction-in-supplementary-charge",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-oil-and-gas-companies-investment-allowance-and-reduction-in-supplementary-charge"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-increasing-the-rate-of-film-tax-relief",
- "base_path": "/government/publications/corporation-tax-increasing-the-rate-of-film-tax-relief",
- "content_id": "1a7b18bb-9b17-4b99-9a6d-04436378ae4a",
- "description": "This Tax Information and Impact Note is about the increase of Film Tax Relief (FTR) to 25% for all qualifying core expenditure, for all eligible film productions.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2015-03-18T13:33:09Z",
- "schema_name": "publication",
- "title": "Corporation Tax: increasing the rate of Film Tax Relief",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-increasing-the-rate-of-film-tax-relief",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-increasing-the-rate-of-film-tax-relief"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-high-end-television-tax-relief",
- "base_path": "/government/publications/corporation-tax-high-end-television-tax-relief",
- "content_id": "4e00992d-2a93-4d73-a32f-59336f64cea5",
- "description": "This Tax Information and Impact Note reduces the minimum UK expenditure requirement for Television Tax Relief (TTR) from 25% to 10%.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2015-03-18T13:33:08Z",
- "schema_name": "publication",
- "title": "Corporation Tax: high end Television Tax Relief",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-high-end-television-tax-relief",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-high-end-television-tax-relief"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-technical-note-anti-avoidance-rule-to-prevent-loss-refreshing",
- "base_path": "/government/publications/corporation-tax-technical-note-anti-avoidance-rule-to-prevent-loss-refreshing",
- "content_id": "d23f1067-c61a-408b-905a-d8e80ff7af19",
- "description": "Legislation will be introduced in the Finance Bill 2015 to restrict the ability of companies to use tax-motivated arrangements to convert their old carried-forward reliefs into new reliefs that can be used more flexibly.",
- "document_type": "guidance",
- "locale": "en",
- "public_updated_at": "2015-03-18T13:33:10Z",
- "schema_name": "publication",
- "title": "Corporation Tax technical note: anti-avoidance rule to prevent loss refreshing",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-technical-note-anti-avoidance-rule-to-prevent-loss-refreshing",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-technical-note-anti-avoidance-rule-to-prevent-loss-refreshing"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-hedging-arrangement-examples",
- "base_path": "/government/publications/corporation-tax-hedging-arrangement-examples",
- "content_id": "a3e7fdaa-67c9-4d5c-bd5d-009532a5cb2a",
- "description": "Examples of Corporation Tax treatment for common hedging arrangements.",
- "document_type": "guidance",
- "locale": "en",
- "public_updated_at": "2015-03-27T16:02:00Z",
- "schema_name": "publication",
- "title": "Corporation Tax: hedging arrangement examples",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-hedging-arrangement-examples",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-hedging-arrangement-examples"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-hedging-derivative-contracts-and-disregard-regulations",
- "base_path": "/government/publications/corporation-tax-hedging-derivative-contracts-and-disregard-regulations",
- "content_id": "eb9af463-dc9c-46bc-9f81-7480054ca3a3",
- "description": "Corporation Tax guidance on derivative contracts, hedging arrangements and Disregard Regulations.",
- "document_type": "guidance",
- "locale": "en",
- "public_updated_at": "2015-03-27T16:03:00Z",
- "schema_name": "publication",
- "title": "Corporation Tax: derivative contracts, hedging and Disregard Regulations",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-hedging-derivative-contracts-and-disregard-regulations",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-hedging-derivative-contracts-and-disregard-regulations"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-authorised-investment-funds-interest-distributions-and-property-income",
- "base_path": "/government/publications/corporation-tax-authorised-investment-funds-interest-distributions-and-property-income",
- "content_id": "f329e4cc-dc6c-4fed-a9d9-c25ff5776bb0",
- "description": "This Tax Information and Impact Note is about Authorised Investment Funds which mainly invest in assets generating interest returns and income from property to distribute to investors.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2015-03-25T12:11:00Z",
- "schema_name": "publication",
- "title": "Corporation Tax: Authorised Investment Funds - interest distributions and property Income",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-authorised-investment-funds-interest-distributions-and-property-income",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-authorised-investment-funds-interest-distributions-and-property-income"
- },
- {
- "api_path": "/api/content/government/publications/draft-legislation-the-loan-relationships-and-derivative-contracts-change-of-accounting-practice-amendment-regulations-2015",
- "base_path": "/government/publications/draft-legislation-the-loan-relationships-and-derivative-contracts-change-of-accounting-practice-amendment-regulations-2015",
- "content_id": "22e0d193-fca0-4b09-a2bc-6ecfbf77cd21",
- "description": "Proposed changes for the transitional adjustments arising on adoption of International Financial Reporting Standard 9 (IFRS 9) for credit losses.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2015-08-04T12:46:24Z",
- "schema_name": "publication",
- "title": "Draft legislation: the Loan Relationships and Derivative Contracts (Change of Accounting Practice) (Amendment) Regulations 2015",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/draft-legislation-the-loan-relationships-and-derivative-contracts-change-of-accounting-practice-amendment-regulations-2015",
- "web_url": "https://www.gov.uk/government/publications/draft-legislation-the-loan-relationships-and-derivative-contracts-change-of-accounting-practice-amendment-regulations-2015"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-accounting-for-credit-losses",
- "base_path": "/government/publications/corporation-tax-accounting-for-credit-losses",
- "content_id": "03c41c48-8804-4ddc-957d-b7b26a50219d",
- "description": "This Tax Information and Impact Note is about the tax treatment of credit losses and amends the Change of Accounting Practice Regulations 2004 (SI 2004/3271).",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2015-08-04T12:48:53Z",
- "schema_name": "publication",
- "title": "Corporation Tax: accounting for credit losses",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-accounting-for-credit-losses",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-accounting-for-credit-losses"
- },
- {
- "api_path": "/api/content/government/publications/compensating-adjustments",
- "base_path": "/government/publications/compensating-adjustments",
- "content_id": "f5118fe2-6db1-476a-8527-39f5f1bc3380",
- "description": "This Tax Information and Impact Note removes the ability of individuals to claim compensating adjustments where the counterparty to the transaction is a company.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2013-10-30T09:00:00Z",
- "schema_name": "publication",
- "title": "Compensating adjustments",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/compensating-adjustments",
- "web_url": "https://www.gov.uk/government/publications/compensating-adjustments"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-changes-to-the-worldwide-debt-cap-provisions",
- "base_path": "/government/publications/corporation-tax-changes-to-the-worldwide-debt-cap-provisions",
- "content_id": "bfe2d0c0-720d-4330-b50a-14c38a12a34e",
- "description": "Amendments to the worldwide debt cap (WWDC) provisions to ensure changes to accounting standards do not create unintended additional Corporation Tax liabilities.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2015-05-28T12:42:00Z",
- "schema_name": "publication",
- "title": "Corporation Tax: changes to the worldwide debt cap provisions",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-changes-to-the-worldwide-debt-cap-provisions",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-changes-to-the-worldwide-debt-cap-provisions"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-group-payment-arrangement",
- "base_path": "/government/publications/corporation-tax-group-payment-arrangement",
- "content_id": "bfa77a3a-4f15-4ddb-95f4-1cacab151c7f",
- "description": "Use this form to apply for a Group Payment Arrangement.",
- "document_type": "form",
- "locale": "en",
- "public_updated_at": "2011-01-01T00:00:00Z",
- "schema_name": "publication",
- "title": "Corporation Tax: Group Payment Arrangement",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-group-payment-arrangement",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-group-payment-arrangement"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-simplifying-link-company-requirements-for-consortium-claims-july-2015",
- "base_path": "/government/publications/corporation-tax-simplifying-link-company-requirements-for-consortium-claims-july-2015",
- "content_id": "10fba4cf-8c63-434e-bc2d-76ca83be9283",
- "description": "This tax information and impact note applies to groups of companies who hold shares in a UK consortium company through a group company resident outside the UK.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2015-07-08T12:41:00Z",
- "schema_name": "publication",
- "title": "Corporation Tax: simplifying link company requirements for consortium claims July 2015",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-simplifying-link-company-requirements-for-consortium-claims-july-2015",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-simplifying-link-company-requirements-for-consortium-claims-july-2015"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-modernisation-of-the-taxation-of-corporate-debt-and-derivative-contracts",
- "base_path": "/government/publications/corporation-tax-modernisation-of-the-taxation-of-corporate-debt-and-derivative-contracts",
- "content_id": "e8ed6db2-b40d-4885-9ea2-8b42806d7c4d",
- "description": "This tax information and impact note applies to companies subject to Corporation Tax, which issue or hold debt or which are party to derivative contracts. ",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2015-07-08T12:41:00Z",
- "schema_name": "publication",
- "title": "Corporation Tax: modernisation of the taxation of corporate debt and derivative contracts",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-modernisation-of-the-taxation-of-corporate-debt-and-derivative-contracts",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-modernisation-of-the-taxation-of-corporate-debt-and-derivative-contracts"
- },
- {
- "api_path": "/api/content/government/publications/updating-bank-definitions",
- "base_path": "/government/publications/updating-bank-definitions",
- "content_id": "73152a1c-ff6e-42c9-9aa5-b9531305ae1d",
- "description": "This tax information and impact note applies to banks and building societies within the charge to UK Corporation Tax and Bank Levy.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2015-07-08T12:41:00Z",
- "schema_name": "publication",
- "title": "Updating bank definitions",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/updating-bank-definitions",
- "web_url": "https://www.gov.uk/government/publications/updating-bank-definitions"
- },
- {
- "api_path": "/api/content/government/publications/bank-corporation-tax-surcharge",
- "base_path": "/government/publications/bank-corporation-tax-surcharge",
- "content_id": "1e7ceef3-8e76-4399-a9e1-a558ddcdaa4c",
- "description": "This tax information and impact note applies to banking companies and building societies within the charge to UK Corporation Tax (CT).",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2015-07-08T12:41:00Z",
- "schema_name": "publication",
- "title": "Bank Corporation Tax surcharge",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/bank-corporation-tax-surcharge",
- "web_url": "https://www.gov.uk/government/publications/bank-corporation-tax-surcharge"
- },
- {
- "api_path": "/api/content/government/publications/annual-investment-allowance-permanent-increase-to-200000",
- "base_path": "/government/publications/annual-investment-allowance-permanent-increase-to-200000",
- "content_id": "cb053cd9-7f00-4975-8084-aed55d6fee40",
- "description": "This tax information and impact note applies to businesses investing more than £25,000 in plant and machinery from January 2016.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2015-07-08T12:41:00Z",
- "schema_name": "publication",
- "title": "Annual Investment Allowance: permanent increase to £200,000",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/annual-investment-allowance-permanent-increase-to-200000",
- "web_url": "https://www.gov.uk/government/publications/annual-investment-allowance-permanent-increase-to-200000"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-extending-carried-forward-loss-allowance-to-savings-banks-established-under-the-savings-bank-scotland-act-1819",
- "base_path": "/government/publications/corporation-tax-extending-carried-forward-loss-allowance-to-savings-banks-established-under-the-savings-bank-scotland-act-1819",
- "content_id": "fcea5073-1a68-4cdc-aa16-c14f5612b28d",
- "description": "This tax information and impact note extends the carried-forward loss allowance to savings banks established under the Savings Bank (Scotland) Act 1819. ",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2015-07-08T12:41:00Z",
- "schema_name": "publication",
- "title": "Corporation Tax: extending carried forward loss allowance to savings banks established under the Savings Bank (Scotland) Act 1819",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-extending-carried-forward-loss-allowance-to-savings-banks-established-under-the-savings-bank-scotland-act-1819",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-extending-carried-forward-loss-allowance-to-savings-banks-established-under-the-savings-bank-scotland-act-1819"
- },
- {
- "api_path": "/api/content/government/publications/bank-levy-rate-reduction",
- "base_path": "/government/publications/bank-levy-rate-reduction",
- "content_id": "f029a494-b355-4d17-9f7a-c96394568af8",
- "description": "This tax information and impact note sets out the rate at which the Bank Levy will be charged for the next 6 years. \r\n",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2015-07-08T12:42:00Z",
- "schema_name": "publication",
- "title": "Bank Levy: rate reduction",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/bank-levy-rate-reduction",
- "web_url": "https://www.gov.uk/government/publications/bank-levy-rate-reduction"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-main-rate",
- "base_path": "/government/publications/corporation-tax-main-rate",
- "content_id": "cf352a78-4765-43ad-b51c-29bae7e3f3be",
- "description": "This tax information and impact note applies to incorporated businesses which pay Corporation Tax at the main rate. \r\n",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2015-07-08T12:41:00Z",
- "schema_name": "publication",
- "title": "Corporation Tax: main rate",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-main-rate",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-main-rate"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-rd-tax-credits-universities-and-charities",
- "base_path": "/government/publications/corporation-tax-rd-tax-credits-universities-and-charities",
- "content_id": "77b0154b-9f4f-4beb-a80c-27e91a9c768e",
- "description": "This tax information and impact note affects universities and charities claiming the Research and Development Expenditure Credit (RDEC).",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2015-07-08T12:42:00Z",
- "schema_name": "publication",
- "title": "Corporation Tax: R&D tax credits - universities and charities",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-rd-tax-credits-universities-and-charities",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-rd-tax-credits-universities-and-charities"
- },
- {
- "api_path": "/api/content/government/publications/draft-legislation-modernising-the-taxation-of-corporate-debt-and-derivative-contracts-amending-regulations-informal-consultation",
- "base_path": "/government/publications/draft-legislation-modernising-the-taxation-of-corporate-debt-and-derivative-contracts-amending-regulations-informal-consultation",
- "content_id": "7771115c-0242-472b-9e66-9a4f341cef3d",
- "description": "Proposed amendments to existing Regulations as a consequence of a package of proposals to modernise the taxation of corporate debt and derivative contracts.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2016-02-23T08:30:18Z",
- "schema_name": "publication",
- "title": "Draft Legislation: modernising the taxation of corporate debt and derivative contracts amending Regulations - informal consultation",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/draft-legislation-modernising-the-taxation-of-corporate-debt-and-derivative-contracts-amending-regulations-informal-consultation",
- "web_url": "https://www.gov.uk/government/publications/draft-legislation-modernising-the-taxation-of-corporate-debt-and-derivative-contracts-amending-regulations-informal-consultation"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-treatment-of-interest-free-loans-and-other-non-market-loans",
- "base_path": "/government/publications/corporation-tax-treatment-of-interest-free-loans-and-other-non-market-loans",
- "content_id": "e4d09df3-e5b1-4c90-bf95-96e82c0fdb89",
- "description": "Draft guidance for inclusion in the Corporate Finance Manual as a result of recent changes in accounting standards.",
- "document_type": "guidance",
- "locale": "en",
- "public_updated_at": "2015-10-30T14:47:00Z",
- "schema_name": "publication",
- "title": "Corporation Tax treatment of interest-free loans and other non-market loans",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-treatment-of-interest-free-loans-and-other-non-market-loans",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-treatment-of-interest-free-loans-and-other-non-market-loans"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-related-party-rules-partnerships-and-transfers-of-intangible-assets",
- "base_path": "/government/publications/corporation-tax-related-party-rules-partnerships-and-transfers-of-intangible-assets",
- "content_id": "59c4444f-cc5a-481c-812e-e8e0412b2f16",
- "description": "The legislation applies to all transactions involving intangible fixed assets that take place on or after 25 November 2015. ",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2015-11-25T13:39:00Z",
- "schema_name": "publication",
- "title": "Corporation Tax: related party rules, partnerships and transfers of intangible assets",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-related-party-rules-partnerships-and-transfers-of-intangible-assets",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-related-party-rules-partnerships-and-transfers-of-intangible-assets"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-and-income-tax-capital-allowances-and-leasing-anti-avoidance",
- "base_path": "/government/publications/corporation-tax-and-income-tax-capital-allowances-and-leasing-anti-avoidance",
- "content_id": "17c3af17-3835-44f8-b5ff-3e6c126fbdf0",
- "description": "This legislation applies to appropriate transactions made by businesses that take place on or after 25 November 2015.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2015-11-25T13:39:00Z",
- "schema_name": "publication",
- "title": "Corporation Tax and Income Tax: capital allowances and leasing - anti-avoidance",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-and-income-tax-capital-allowances-and-leasing-anti-avoidance",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-and-income-tax-capital-allowances-and-leasing-anti-avoidance"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-loans-to-participators-trustees-of-charitable-trusts",
- "base_path": "/government/publications/corporation-tax-loans-to-participators-trustees-of-charitable-trusts",
- "content_id": "6efe18c9-606c-4441-a75b-19fe7d5c6111",
- "description": "This legislation is about loans or advances made to participators on or after 25 November 2015.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2015-11-25T13:39:00Z",
- "schema_name": "publication",
- "title": "Corporation Tax: loans to participators, trustees of charitable trusts",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-loans-to-participators-trustees-of-charitable-trusts",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-loans-to-participators-trustees-of-charitable-trusts"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-payments-for-very-large-companies",
- "base_path": "/government/publications/corporation-tax-payments-for-very-large-companies",
- "content_id": "0466c78e-b520-455a-9033-3bd4be0902f8",
- "description": "This tax Information and impact note explains changes to the Corporation Tax (CT) instalment payment dates for very large companies.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2015-12-02T15:28:00Z",
- "schema_name": "publication",
- "title": "Corporation Tax: payments for very large companies",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-payments-for-very-large-companies",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-payments-for-very-large-companies"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-update-of-the-taxation-of-corporate-debt-and-derivative-contracts",
- "base_path": "/government/publications/corporation-tax-update-of-the-taxation-of-corporate-debt-and-derivative-contracts",
- "content_id": "c04acf44-05c0-486f-8c4e-99da02d373a2",
- "description": "This applies to companies subject to Corporation Tax, which issue or hold debt, or which are party to derivative contracts.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2015-12-09T13:00:00Z",
- "schema_name": "publication",
- "title": "Corporation Tax: update of the taxation of corporate debt and derivative contracts",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-update-of-the-taxation-of-corporate-debt-and-derivative-contracts",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-update-of-the-taxation-of-corporate-debt-and-derivative-contracts"
- },
- {
- "api_path": "/api/content/government/publications/orchestra-tax-relief",
- "base_path": "/government/publications/orchestra-tax-relief",
- "content_id": "becd8247-ef37-4b15-ab18-e4ace3f9a252",
- "description": "This applies to incorporated companies within the charge to Corporation Tax that are directly involved in the production of orchestral concerts.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2015-12-09T13:00:00Z",
- "schema_name": "publication",
- "title": "Orchestra Tax Relief",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/orchestra-tax-relief",
- "web_url": "https://www.gov.uk/government/publications/orchestra-tax-relief"
- },
- {
- "api_path": "/api/content/government/publications/reform-of-the-wear-and-tear-allowance",
- "base_path": "/government/publications/reform-of-the-wear-and-tear-allowance",
- "content_id": "5b72f3a0-89e6-49f1-b4d9-e10d39bd21ae",
- "description": "This applies to companies, individuals and others, such as trusts or collective investment schemes that let residential properties.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2015-12-09T13:00:00Z",
- "schema_name": "publication",
- "title": "Reform of the wear and tear allowance",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/reform-of-the-wear-and-tear-allowance",
- "web_url": "https://www.gov.uk/government/publications/reform-of-the-wear-and-tear-allowance"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-long-term-insurance-business",
- "base_path": "/government/publications/corporation-tax-long-term-insurance-business",
- "content_id": "e879151c-a1ff-4006-bdba-357b21778c4a",
- "description": "This only applies to life insurance companies that carry on life assurance and other long-term business.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2015-12-09T13:00:00Z",
- "schema_name": "publication",
- "title": "Corporation Tax: long term insurance business",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-long-term-insurance-business",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-long-term-insurance-business"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-patent-box-compliance-with-new-international-rules",
- "base_path": "/government/publications/corporation-tax-patent-box-compliance-with-new-international-rules",
- "content_id": "2940ee70-eb42-4864-b686-e7711a61f489",
- "description": "This applies to UK companies which hold and exploit patents, or patent like rights, and which claim relief under the Patent Box.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2015-12-09T13:00:00Z",
- "schema_name": "publication",
- "title": "Corporation Tax: Patent Box - compliance with new international rules",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-patent-box-compliance-with-new-international-rules",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-patent-box-compliance-with-new-international-rules"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-anti-hybrid-rules",
- "base_path": "/government/publications/corporation-tax-anti-hybrid-rules",
- "content_id": "0d22d2b2-d485-495f-ae61-6bea51b1d9d6",
- "description": "This applies to large multinational groups with UK parent or subsidiary companies involved in cross-border or domestic transactions involving a mismatch in the tax treatment.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2015-12-22T11:40:03Z",
- "schema_name": "publication",
- "title": "Corporation Tax: anti-hybrid rules",
- "withdrawn": true,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-anti-hybrid-rules",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-anti-hybrid-rules"
- },
- {
- "api_path": "/api/content/government/publications/draft-legislation-investment-allowance-for-oil-and-gas-companies",
- "base_path": "/government/publications/draft-legislation-investment-allowance-for-oil-and-gas-companies",
- "content_id": "7a14db22-eacb-47d6-bbc8-7d45e2f59289",
- "description": "This draft legislation explains changes to the Investment and Cluster Area allowances for oil and gas companies.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2015-12-16T09:00:29Z",
- "schema_name": "publication",
- "title": "Draft legislation: Investment Allowance for oil and gas companies",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/draft-legislation-investment-allowance-for-oil-and-gas-companies",
- "web_url": "https://www.gov.uk/government/publications/draft-legislation-investment-allowance-for-oil-and-gas-companies"
- },
- {
- "api_path": "/api/content/government/publications/investment-allowance-for-oil-and-gas-companies",
- "base_path": "/government/publications/investment-allowance-for-oil-and-gas-companies",
- "content_id": "6c1a4ba3-73ba-4c97-a7ad-53991a2e34f9",
- "description": "This Tax Information and Impact Note explains changes to the Investment Allowance and Cluster Area Allowance for oil and gas companies.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2015-12-16T09:00:29Z",
- "schema_name": "publication",
- "title": "Investment Allowance for oil and gas companies",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/investment-allowance-for-oil-and-gas-companies",
- "web_url": "https://www.gov.uk/government/publications/investment-allowance-for-oil-and-gas-companies"
- },
- {
- "api_path": "/api/content/government/publications/memorandum-of-understanding-on-northern-ireland-corporation-tax",
- "base_path": "/government/publications/memorandum-of-understanding-on-northern-ireland-corporation-tax",
- "content_id": "d9d78240-2fb8-40b1-a695-5a24b537f41b",
- "description": "This MoU sets out arrangements between HMRC and DFPNI for implementing a devolved corporation tax rate in Northern Ireland.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2016-01-07T10:00:00Z",
- "schema_name": "publication",
- "title": "Memorandum of Understanding on Northern Ireland Corporation Tax",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/memorandum-of-understanding-on-northern-ireland-corporation-tax",
- "web_url": "https://www.gov.uk/government/publications/memorandum-of-understanding-on-northern-ireland-corporation-tax"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-amendments-to-regulatory-capital-securities-regulations",
- "base_path": "/government/publications/corporation-tax-amendments-to-regulatory-capital-securities-regulations",
- "content_id": "61afb661-9e4a-4b3f-82fe-0fdbf69925b7",
- "description": "This measure sets out the tax treatment of new types of financial instrument issued by insurance companies to meet regulatory requirements.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2015-12-17T09:00:08Z",
- "schema_name": "publication",
- "title": "Corporation Tax: amendments to Regulatory Capital Securities Regulations",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-amendments-to-regulatory-capital-securities-regulations",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-amendments-to-regulatory-capital-securities-regulations"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-on-chargeable-gains-indexation-allowance-2016",
- "base_path": "/government/publications/corporation-tax-on-chargeable-gains-indexation-allowance-2016",
- "content_id": "19282259-a9d1-4b66-b093-a9086d05a23c",
- "description": "HM Revenue and Customs (HMRC) Indexation Allowance rates for 2016.",
- "document_type": "guidance",
- "locale": "en",
- "public_updated_at": "2017-02-23T10:37:37Z",
- "schema_name": "publication",
- "title": "Corporation Tax on chargeable gains: Indexation Allowance 2016",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-on-chargeable-gains-indexation-allowance-2016",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-on-chargeable-gains-indexation-allowance-2016"
- },
- {
- "api_path": "/api/content/government/publications/the-banking-surcharge-information-regulations-2016",
- "base_path": "/government/publications/the-banking-surcharge-information-regulations-2016",
- "content_id": "74750a07-7e32-494c-817b-48c38bf610ad",
- "description": "Proposed regulations to detail the information required to be reported to HM Revenue and Customs (HMRC) about banking surcharge liabilities and payments.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2016-02-29T08:00:06Z",
- "schema_name": "publication",
- "title": "The Banking Surcharge (Information) Regulations 2016",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/the-banking-surcharge-information-regulations-2016",
- "web_url": "https://www.gov.uk/government/publications/the-banking-surcharge-information-regulations-2016"
- },
- {
- "api_path": "/api/content/government/publications/country-by-country-reporting-updated",
- "base_path": "/government/publications/country-by-country-reporting-updated",
- "content_id": "097819ae-a3df-401b-be9e-32b677448e79",
- "description": "This measure introduces a new statutory requirement for UK headed Multinational enterprises (MNEs), or UK sub groups of MNEs, to make an annual country-by-country report to HM Revenue and Customs (HMRC).",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2017-03-30T13:49:48Z",
- "schema_name": "publication",
- "title": "Country by country reporting - updated",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/country-by-country-reporting-updated",
- "web_url": "https://www.gov.uk/government/publications/country-by-country-reporting-updated"
- },
- {
- "api_path": "/api/content/government/publications/off-payroll-working-in-the-public-sector-reforming-the-intermediaries-legislation",
- "base_path": "/government/publications/off-payroll-working-in-the-public-sector-reforming-the-intermediaries-legislation",
- "content_id": "ee2b2c98-238a-48a2-8be8-7627efb5e248",
- "description": "This document details the changes announced at Budget 2016 to reform the intermediaries legislation (known as IR35) for public sector engagements.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2016-03-16T13:38:22Z",
- "schema_name": "publication",
- "title": "Off-payroll working in the public sector: reforming the intermediaries legislation",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/off-payroll-working-in-the-public-sector-reforming-the-intermediaries-legislation",
- "web_url": "https://www.gov.uk/government/publications/off-payroll-working-in-the-public-sector-reforming-the-intermediaries-legislation"
- },
- {
- "api_path": "/api/content/government/publications/profits-from-trading-in-and-developing-uk-land",
- "base_path": "/government/publications/profits-from-trading-in-and-developing-uk-land",
- "content_id": "c0e68c1b-d75f-4142-bbb4-2662fc775a4d",
- "description": "This technical note and guidance explains the new legislation to ensure that profits from trading in UK land are fully taxed.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2016-07-06T11:09:04Z",
- "schema_name": "publication",
- "title": "Profits from Trading in and Developing UK Land",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/profits-from-trading-in-and-developing-uk-land",
- "web_url": "https://www.gov.uk/government/publications/profits-from-trading-in-and-developing-uk-land"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-securitisation-and-annual-payments",
- "base_path": "/government/publications/corporation-tax-securitisation-and-annual-payments",
- "content_id": "34bb44ae-0f68-4383-b4c3-e69d10d9338e",
- "description": "This tax information and impact note applies to securitisation companies and persons who have transactions with such companies.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2016-03-16T13:38:29Z",
- "schema_name": "publication",
- "title": "Corporation Tax: securitisation and annual payments",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-securitisation-and-annual-payments",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-securitisation-and-annual-payments"
- },
- {
- "api_path": "/api/content/government/publications/banking-companies-excluded-entities",
- "base_path": "/government/publications/banking-companies-excluded-entities",
- "content_id": "5d58ec20-2da7-4d1e-9383-c1a3e18b81f8",
- "description": "This tax information and impact note applies to banks and building societies within the charge to UK Corporation Tax and Bank Levy.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2016-03-16T13:38:35Z",
- "schema_name": "publication",
- "title": "Banking companies: excluded entities",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/banking-companies-excluded-entities",
- "web_url": "https://www.gov.uk/government/publications/banking-companies-excluded-entities"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-rate-of-tax-for-the-loans-to-participators-charge",
- "base_path": "/government/publications/corporation-tax-rate-of-tax-for-the-loans-to-participators-charge",
- "content_id": "068a280e-6cc4-49cd-9536-8306b2a32ed8",
- "description": "This tax information and impact note applies to close companies which make loans to their participators or make other arrangements through which participators extract value.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2016-03-16T13:39:00Z",
- "schema_name": "publication",
- "title": "Corporation Tax: rate of tax for the loans to participators charge",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-rate-of-tax-for-the-loans-to-participators-charge",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-rate-of-tax-for-the-loans-to-participators-charge"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-insurance-linked-securities",
- "base_path": "/government/publications/corporation-tax-insurance-linked-securities",
- "content_id": "8993b998-45cd-4b5e-ba70-3c599104ba28",
- "description": "This tax information and impact note applies to insurance and reinsurance groups seeking to transfer insurance risk to capital markets.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2016-03-16T13:39:13Z",
- "schema_name": "publication",
- "title": "Corporation Tax: insurance linked securities",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-insurance-linked-securities",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-insurance-linked-securities"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-to-17-in-2020",
- "base_path": "/government/publications/corporation-tax-to-17-in-2020",
- "content_id": "c51294b0-1389-465d-9ab9-a0aaf762c0a0",
- "description": "This tax information and impact note applies to companies and unincorporated associations which pay Corporation Tax (CT).",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2016-03-16T13:38:19Z",
- "schema_name": "publication",
- "title": "Corporation Tax to 17% in 2020",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-to-17-in-2020",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-to-17-in-2020"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-update-to-bank-loss-relief-restriction",
- "base_path": "/government/publications/corporation-tax-update-to-bank-loss-relief-restriction",
- "content_id": "c7b21fe8-7e5f-49f4-8a82-c3ab98bf09ef",
- "description": "This tax information and impact note applies to banking companies and building societies within the charge to UK Corporation Tax.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2016-03-16T13:38:25Z",
- "schema_name": "publication",
- "title": "Corporation Tax: update to bank loss relief restriction",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-update-to-bank-loss-relief-restriction",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-update-to-bank-loss-relief-restriction"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-anti-hybrids-rules",
- "base_path": "/government/publications/corporation-tax-anti-hybrids-rules",
- "content_id": "157a4dfc-bef8-45b9-bc9f-abb9c9755d24",
- "description": "This tax information and impact note applies to large multinational groups with UK parent or subsidiary companies involved in cross-border or domestic transactions.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2016-03-16T13:38:28Z",
- "schema_name": "publication",
- "title": "Corporation Tax: anti-hybrids rules",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-anti-hybrids-rules",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-anti-hybrids-rules"
- },
- {
- "api_path": "/api/content/government/publications/draft-legislation-the-corporation-tax-treatment-of-unrelieved-surplus-advance-corporation-tax-amendment-regulations-2016",
- "base_path": "/government/publications/draft-legislation-the-corporation-tax-treatment-of-unrelieved-surplus-advance-corporation-tax-amendment-regulations-2016",
- "content_id": "6a73da21-adbb-42d5-b212-3eff37f1052a",
- "description": "Draft legislation on changes to Shadow Advance Corporation Tax rules.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2016-03-31T09:32:39Z",
- "schema_name": "publication",
- "title": "Draft legislation: the Corporation Tax (Treatment of Unrelieved Surplus Advance Corporation Tax) (Amendment) Regulations 2016",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/draft-legislation-the-corporation-tax-treatment-of-unrelieved-surplus-advance-corporation-tax-amendment-regulations-2016",
- "web_url": "https://www.gov.uk/government/publications/draft-legislation-the-corporation-tax-treatment-of-unrelieved-surplus-advance-corporation-tax-amendment-regulations-2016"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-banking-surcharge-information-regulations-2016",
- "base_path": "/government/publications/corporation-tax-banking-surcharge-information-regulations-2016",
- "content_id": "c69d52a6-83f3-4b46-8309-1578e0beb7d3",
- "description": "This tax information and impact note details the payment information HM Revenue and Customs (HMRC) require for payments of a bank Corporation Tax surcharge. ",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2016-05-12T08:21:43Z",
- "schema_name": "publication",
- "title": "Corporation Tax: Banking Surcharge (Information) Regulations 2016",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-banking-surcharge-information-regulations-2016",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-banking-surcharge-information-regulations-2016"
- },
- {
- "api_path": "/api/content/government/publications/bank-levy-amending-the-definition-of-high-quality-liquid-assets-and-high-quality-securities",
- "base_path": "/government/publications/bank-levy-amending-the-definition-of-high-quality-liquid-assets-and-high-quality-securities",
- "content_id": "f7262f34-a39a-4a35-a9d6-f0bc86d44e39",
- "description": "This tax information and impact note updates the definitions of high quality liquid assets and high quality securities within the Bank Levy legislation.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2016-05-26T15:29:28Z",
- "schema_name": "publication",
- "title": "Bank Levy: amending the definition of high quality liquid assets and high quality securities",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/bank-levy-amending-the-definition-of-high-quality-liquid-assets-and-high-quality-securities",
- "web_url": "https://www.gov.uk/government/publications/bank-levy-amending-the-definition-of-high-quality-liquid-assets-and-high-quality-securities"
- },
- {
- "api_path": "/api/content/government/publications/draft-legislation-the-bank-levy-amendment-of-schedule-19-to-the-finance-act-2011-regulations-2016",
- "base_path": "/government/publications/draft-legislation-the-bank-levy-amendment-of-schedule-19-to-the-finance-act-2011-regulations-2016",
- "content_id": "836b0399-0507-4a89-a2c2-2d1e840887eb",
- "description": "Draft regulations to amend the definitions of high quality liquid assets and high quality securities.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2016-05-26T15:29:06Z",
- "schema_name": "publication",
- "title": "Draft legislation: the Bank Levy (Amendment of Schedule 19 to the Finance Act 2011) Regulations 2016",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/draft-legislation-the-bank-levy-amendment-of-schedule-19-to-the-finance-act-2011-regulations-2016",
- "web_url": "https://www.gov.uk/government/publications/draft-legislation-the-bank-levy-amendment-of-schedule-19-to-the-finance-act-2011-regulations-2016"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-penalty-determinations-ct211-notes",
- "base_path": "/government/publications/corporation-tax-penalty-determinations-ct211-notes",
- "content_id": "52dfe267-e6c1-4d06-8a02-c05b4794eb5a",
- "description": "Why penalty determinations are issued and what to do if you receive one.",
- "document_type": "guidance",
- "locale": "en",
- "public_updated_at": "2016-08-12T12:09:57Z",
- "schema_name": "publication",
- "title": "Corporation Tax: penalty determinations (CT211 Notes)",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-penalty-determinations-ct211-notes",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-penalty-determinations-ct211-notes"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-assessments-ct220-notes",
- "base_path": "/government/publications/corporation-tax-assessments-ct220-notes",
- "content_id": "6cc86907-031b-4b4c-b62c-27579dfbb12f",
- "description": "Why assessments are issued and what to do if you receive one.",
- "document_type": "guidance",
- "locale": "en",
- "public_updated_at": "2016-08-12T12:39:00Z",
- "schema_name": "publication",
- "title": "Corporation Tax: assessments (CT220 Notes)",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-assessments-ct220-notes",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-assessments-ct220-notes"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-ct620-notes",
- "base_path": "/government/publications/corporation-tax-ct620-notes",
- "content_id": "b193e0c4-cff3-43c8-ab46-4be1013d20c8",
- "description": "These notes cover various types of form CT620 and what you need to do when you receive one.",
- "document_type": "guidance",
- "locale": "en",
- "public_updated_at": "2016-08-12T12:24:23Z",
- "schema_name": "publication",
- "title": "Corporation Tax: CT620 Notes",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-ct620-notes",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-ct620-notes"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-the-postal-services-act-2011-taxation-amendment-regulations-2016",
- "base_path": "/government/publications/corporation-tax-the-postal-services-act-2011-taxation-amendment-regulations-2016",
- "content_id": "83979974-c39a-4a5f-9a12-12af0bf96e97",
- "description": "This Tax Information and Impact Note is about extending a Corporation Tax exemption for a specific government owned company.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2016-09-22T07:28:33Z",
- "schema_name": "publication",
- "title": "Corporation Tax: The Postal Services Act 2011 (Taxation) (Amendment) Regulations 2016",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-the-postal-services-act-2011-taxation-amendment-regulations-2016",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-the-postal-services-act-2011-taxation-amendment-regulations-2016"
- },
- {
- "api_path": "/api/content/government/publications/northern-ireland-corporation-tax-regime-draft-guidance",
- "base_path": "/government/publications/northern-ireland-corporation-tax-regime-draft-guidance",
- "content_id": "125e331d-e229-44d1-8e1a-a727460cf803",
- "description": "Draft guidance on the operation of the Northern Ireland Corporation Tax legislation.",
- "document_type": "guidance",
- "locale": "en",
- "public_updated_at": "2016-09-26T08:00:07Z",
- "schema_name": "publication",
- "title": "Northern Ireland Corporation Tax regime: Draft guidance",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/northern-ireland-corporation-tax-regime-draft-guidance",
- "web_url": "https://www.gov.uk/government/publications/northern-ireland-corporation-tax-regime-draft-guidance"
- },
- {
- "api_path": "/api/content/government/publications/draft-legislation-changes-to-the-change-of-accounting-practice-regulations-2004",
- "base_path": "/government/publications/draft-legislation-changes-to-the-change-of-accounting-practice-regulations-2004",
- "content_id": "d1ca14ac-255f-4023-b6fd-12d7624d0ec7",
- "description": "Draft legislation for a technical consultation on consequential amendments for the taxation of corporate debt and derivative contracts.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2016-10-04T12:13:53Z",
- "schema_name": "publication",
- "title": "Draft legislation: changes to the Change of Accounting Practice Regulations 2004",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/draft-legislation-changes-to-the-change-of-accounting-practice-regulations-2004",
- "web_url": "https://www.gov.uk/government/publications/draft-legislation-changes-to-the-change-of-accounting-practice-regulations-2004"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-extension-of-interim-securitisation-regime",
- "base_path": "/government/publications/corporation-tax-extension-of-interim-securitisation-regime",
- "content_id": "45f0df28-876a-4535-8b9e-333af1ef22a0",
- "description": "This tax information and impact note further extends the interim regime for those securitisation companies who are taxed under it. ",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2016-10-19T09:00:40Z",
- "schema_name": "publication",
- "title": "Corporation Tax: extension of interim securitisation regime",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-extension-of-interim-securitisation-regime",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-extension-of-interim-securitisation-regime"
- },
- {
- "api_path": "/api/content/government/publications/draft-legislation-securitisation-companies-application-of-section-831-of-the-finance-act-2005-accounting-standardsamendment-regulations-2016",
- "base_path": "/government/publications/draft-legislation-securitisation-companies-application-of-section-831-of-the-finance-act-2005-accounting-standardsamendment-regulations-2016",
- "content_id": "25ef94c2-6bf1-4fcb-ab23-cce4db19ffb2",
- "description": "Draft regulations to extend the period of the interim securitisation regime.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2016-10-19T09:00:40Z",
- "schema_name": "publication",
- "title": "Draft legislation: Securitisation Companies (Application of Section 83(1) of the Finance Act 2005: Accounting Standards)(Amendment) Regulations 2016",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/draft-legislation-securitisation-companies-application-of-section-831-of-the-finance-act-2005-accounting-standardsamendment-regulations-2016",
- "web_url": "https://www.gov.uk/government/publications/draft-legislation-securitisation-companies-application-of-section-831-of-the-finance-act-2005-accounting-standardsamendment-regulations-2016"
- },
- {
- "api_path": "/api/content/government/publications/bank-levy-double-taxation-relief-single-resolution-fund-levy",
- "base_path": "/government/publications/bank-levy-double-taxation-relief-single-resolution-fund-levy",
- "content_id": "255bfd97-7d48-4e88-9fbb-30798a6907a0",
- "description": "This tax information and impact note specifies amendments to provide double taxation relief from 1 January 2016 in respect of the UK bank levy and contributions made to the Single Resolution Fund. ",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2016-11-16T07:59:00Z",
- "schema_name": "publication",
- "title": "Bank levy double taxation relief (single resolution fund levy)",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/bank-levy-double-taxation-relief-single-resolution-fund-levy",
- "web_url": "https://www.gov.uk/government/publications/bank-levy-double-taxation-relief-single-resolution-fund-levy"
- },
- {
- "api_path": "/api/content/government/publications/aligning-the-primary-and-secondary-national-insurance-contributons-thresholds",
- "base_path": "/government/publications/aligning-the-primary-and-secondary-national-insurance-contributons-thresholds",
- "content_id": "c082c3b8-17c5-4ed0-988d-dc22e1203957",
- "description": "This tax information and impact note aligns the primary and secondary National Insurance contributons thresholds.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2016-12-05T13:00:24Z",
- "schema_name": "publication",
- "title": "Aligning the primary and secondary National Insurance contributons thresholds",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/aligning-the-primary-and-secondary-national-insurance-contributons-thresholds",
- "web_url": "https://www.gov.uk/government/publications/aligning-the-primary-and-secondary-national-insurance-contributons-thresholds"
- },
- {
- "api_path": "/api/content/government/publications/annual-tax-on-enveloped-dwellings-annual-chargeable-amounts",
- "base_path": "/government/publications/annual-tax-on-enveloped-dwellings-annual-chargeable-amounts",
- "content_id": "ef6efd82-7401-42f3-baaa-c262823e054b",
- "description": "This tax information and impact note ensures non-natural persons holding residential property in corporate and other 'envelopes' and not using them for a commercial purpose pay a fair share of tax.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2016-12-05T13:01:09Z",
- "schema_name": "publication",
- "title": "Annual Tax on Enveloped Dwellings: annual chargeable amounts",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/annual-tax-on-enveloped-dwellings-annual-chargeable-amounts",
- "web_url": "https://www.gov.uk/government/publications/annual-tax-on-enveloped-dwellings-annual-chargeable-amounts"
- },
- {
- "api_path": "/api/content/government/publications/northern-ireland-rate-of-corporation-tax-changes-to-small-and-medium-sized-enterprise-regime",
- "base_path": "/government/publications/northern-ireland-rate-of-corporation-tax-changes-to-small-and-medium-sized-enterprise-regime",
- "content_id": "eb3d01a1-075a-486b-a6a4-154d738a24d2",
- "description": "This tax information and impact note is about changes to the Northern Ireland Corporation Tax (NI CT) regime for small or medium sized enterprises (SMEs).",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2016-12-05T13:00:55Z",
- "schema_name": "publication",
- "title": "Northern Ireland rate of Corporation Tax: changes to small and medium-sized enterprise regime",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/northern-ireland-rate-of-corporation-tax-changes-to-small-and-medium-sized-enterprise-regime",
- "web_url": "https://www.gov.uk/government/publications/northern-ireland-rate-of-corporation-tax-changes-to-small-and-medium-sized-enterprise-regime"
- },
- {
- "api_path": "/api/content/government/publications/petroleum-revenue-tax-cutting-administration-costs-for-the-oil-industry",
- "base_path": "/government/publications/petroleum-revenue-tax-cutting-administration-costs-for-the-oil-industry",
- "content_id": "6dcbbd83-4f47-4cbf-9fe6-33fa06ee79c2",
- "description": "This legislation simplifies the process for opting out of the Petroleum Revenue Tax (PRT) regime.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2016-11-23T13:30:00Z",
- "schema_name": "publication",
- "title": "Petroleum Revenue Tax: cutting administration costs for the oil industry",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/petroleum-revenue-tax-cutting-administration-costs-for-the-oil-industry",
- "web_url": "https://www.gov.uk/government/publications/petroleum-revenue-tax-cutting-administration-costs-for-the-oil-industry"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-and-income-tax-tackling-disguised-remuneration-restricting-tax-relief-for-contributions-to-avoidance-schemes",
- "base_path": "/government/publications/corporation-tax-and-income-tax-tackling-disguised-remuneration-restricting-tax-relief-for-contributions-to-avoidance-schemes",
- "content_id": "bc20e7d0-61ff-46b7-8679-89af57f151cc",
- "description": "This tax information and impact note supports the government's commitment to tackling tax avoidance and aims to deter the future use of disguised remuneration avoidance schemes.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2016-12-05T13:00:00Z",
- "schema_name": "publication",
- "title": "Corporation Tax and Income Tax: tackling disguised remuneration - restricting tax relief for contributions to avoidance schemes",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-and-income-tax-tackling-disguised-remuneration-restricting-tax-relief-for-contributions-to-avoidance-schemes",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-and-income-tax-tackling-disguised-remuneration-restricting-tax-relief-for-contributions-to-avoidance-schemes"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-reform-of-loss-relief",
- "base_path": "/government/publications/corporation-tax-reform-of-loss-relief",
- "content_id": "5aa320dd-0571-42cf-ae58-7aff46569500",
- "description": "This tax information and impact note will provide for a more flexible loss relief regime.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2016-12-05T13:00:00Z",
- "schema_name": "publication",
- "title": "Corporation Tax: reform of loss relief",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-reform-of-loss-relief",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-reform-of-loss-relief"
- },
- {
- "api_path": "/api/content/government/publications/museums-and-galleries-tax-relief",
- "base_path": "/government/publications/museums-and-galleries-tax-relief",
- "content_id": "068ed260-2f94-4072-89f2-b01d5f89c6d7",
- "description": "This tax information and impact note is a new Corporation Tax relief for museums and galleries. ",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2016-12-05T13:00:17Z",
- "schema_name": "publication",
- "title": "Museums and galleries tax relief",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/museums-and-galleries-tax-relief",
- "web_url": "https://www.gov.uk/government/publications/museums-and-galleries-tax-relief"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-patent-box-cost-sharing-arrangements",
- "base_path": "/government/publications/corporation-tax-patent-box-cost-sharing-arrangements",
- "content_id": "c93cd0a5-35c5-44b6-a054-b7bcff0e0b51",
- "description": "This tax information and impact note adds specific provisions to the revised UK Patent Box rules introduced in Finance Act 2016.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2016-12-05T13:00:22Z",
- "schema_name": "publication",
- "title": "Corporation Tax: Patent Box - cost sharing arrangements",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-patent-box-cost-sharing-arrangements",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-patent-box-cost-sharing-arrangements"
- },
- {
- "api_path": "/api/content/government/publications/personal-tax-changes-to-bands-for-ultra-low-emission-vehicles-in-company-car-tax",
- "base_path": "/government/publications/personal-tax-changes-to-bands-for-ultra-low-emission-vehicles-in-company-car-tax",
- "content_id": "5666a4c3-f264-4a29-be2f-1fd88ca4f0e7",
- "description": "This tax information and impact note explains company car tax for ultra low emission cars.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2016-12-05T13:00:00Z",
- "schema_name": "publication",
- "title": "Personal Tax: changes to bands for ultra-low emission vehicles in company car tax",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/personal-tax-changes-to-bands-for-ultra-low-emission-vehicles-in-company-car-tax",
- "web_url": "https://www.gov.uk/government/publications/personal-tax-changes-to-bands-for-ultra-low-emission-vehicles-in-company-car-tax"
- },
- {
- "api_path": "/api/content/government/publications/reform-of-substantial-shareholding-exemption-for-qualifying-institutional-investors",
- "base_path": "/government/publications/reform-of-substantial-shareholding-exemption-for-qualifying-institutional-investors",
- "content_id": "b13d6c69-74da-4e68-8efc-468ec38e3d7e",
- "description": "This tax information and impact note allows qualifying investors an exemption from Corporation Tax on qualifying disposals of substantial shareholdings. ",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2016-12-05T13:00:24Z",
- "schema_name": "publication",
- "title": "Reform of Substantial Shareholding Exemption for qualifying institutional investors",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/reform-of-substantial-shareholding-exemption-for-qualifying-institutional-investors",
- "web_url": "https://www.gov.uk/government/publications/reform-of-substantial-shareholding-exemption-for-qualifying-institutional-investors"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-changes-to-the-hybrid-and-other-mismatches-regime-technical-note",
- "base_path": "/government/publications/corporation-tax-changes-to-the-hybrid-and-other-mismatches-regime-technical-note",
- "content_id": "366ee5f8-0f73-485f-a178-11db3e9a5ef8",
- "description": "This technical note advises of 2 minor changes to the hybrid mismatch regime which will be introduced in Finance Bill 2017 and will take effect from 1 January 2017.",
- "document_type": "guidance",
- "locale": "en",
- "public_updated_at": "2016-12-05T13:00:19Z",
- "schema_name": "publication",
- "title": "Corporation Tax: changes to the hybrid and other mismatches regime - technical note",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-changes-to-the-hybrid-and-other-mismatches-regime-technical-note",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-changes-to-the-hybrid-and-other-mismatches-regime-technical-note"
- },
- {
- "api_path": "/api/content/government/publications/profits-from-a-trade-of-dealing-in-or-developing-uk-land-guidance",
- "base_path": "/government/publications/profits-from-a-trade-of-dealing-in-or-developing-uk-land-guidance",
- "content_id": "d1f59e8c-f55e-45a5-a686-acb8db71e1f5",
- "description": "This document provides guidance on profits from a trade of dealing in or developing UK land.",
- "document_type": "guidance",
- "locale": "en",
- "public_updated_at": "2016-12-13T11:26:15Z",
- "schema_name": "publication",
- "title": "Profits from a trade of dealing in or developing UK land: guidance",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/profits-from-a-trade-of-dealing-in-or-developing-uk-land-guidance",
- "web_url": "https://www.gov.uk/government/publications/profits-from-a-trade-of-dealing-in-or-developing-uk-land-guidance"
- },
- {
- "api_path": "/api/content/government/publications/personal-tax-van-benefit-charge-and-the-car-and-van-fuel-benefit-charges",
- "base_path": "/government/publications/personal-tax-van-benefit-charge-and-the-car-and-van-fuel-benefit-charges",
- "content_id": "23e0c67b-8037-4583-a1af-038bfe3fef77",
- "description": "This measure increases the van benefit charge and the car and van fuel benefit charges for 2017 to 2018.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2016-12-23T10:22:25Z",
- "schema_name": "publication",
- "title": "Personal Tax: van benefit charge and the car and van fuel benefit charges",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/personal-tax-van-benefit-charge-and-the-car-and-van-fuel-benefit-charges",
- "web_url": "https://www.gov.uk/government/publications/personal-tax-van-benefit-charge-and-the-car-and-van-fuel-benefit-charges"
- },
- {
- "api_path": "/api/content/government/publications/draft-legislation-relief-for-carried-forward-losses",
- "base_path": "/government/publications/draft-legislation-relief-for-carried-forward-losses",
- "content_id": "a6757670-7156-447d-9a0c-5af9a9eeafb2",
- "description": "This measure reforms the tax treatment of certain types of carried-forward loss for Corporation Tax purposes.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2017-01-26T13:13:00Z",
- "schema_name": "publication",
- "title": "Draft legislation: relief for carried-forward losses",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/draft-legislation-relief-for-carried-forward-losses",
- "web_url": "https://www.gov.uk/government/publications/draft-legislation-relief-for-carried-forward-losses"
- },
- {
- "api_path": "/api/content/government/publications/calculation-of-profits-of-property-businesses",
- "base_path": "/government/publications/calculation-of-profits-of-property-businesses",
- "content_id": "125ad1a5-fadc-4e65-bb59-97c9857e92d5",
- "description": "This measure amends and inserts provisions relating to the calculation of the profits of a property business.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2017-01-31T12:30:30Z",
- "schema_name": "publication",
- "title": "Calculation of profits of property businesses",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/calculation-of-profits-of-property-businesses",
- "web_url": "https://www.gov.uk/government/publications/calculation-of-profits-of-property-businesses"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-hybrid-and-other-mismatches-permitted-taxable-periods-of-payees-and-deductions-for-amortisation",
- "base_path": "/government/publications/corporation-tax-hybrid-and-other-mismatches-permitted-taxable-periods-of-payees-and-deductions-for-amortisation",
- "content_id": "b4707887-d95c-4fb8-b787-cbb98cbb364f",
- "description": "This tax information and impact note outlines changes to Corporation Tax legislation dealing with hybrid and other mismatches.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2017-03-08T13:32:11Z",
- "schema_name": "publication",
- "title": "Corporation Tax: hybrid and other mismatches - permitted taxable periods of payees and deductions for amortisation",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-hybrid-and-other-mismatches-permitted-taxable-periods-of-payees-and-deductions-for-amortisation",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-hybrid-and-other-mismatches-permitted-taxable-periods-of-payees-and-deductions-for-amortisation"
- },
- {
- "api_path": "/api/content/government/publications/increase-to-the-cash-basis-threshold-for-unincorporated-businesses",
- "base_path": "/government/publications/increase-to-the-cash-basis-threshold-for-unincorporated-businesses",
- "content_id": "0b3d3194-947c-4edc-a073-01835fba016d",
- "description": "This tax information and impact note details an increase in the cash basis entry threshold for calculating taxable profits.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2017-03-08T13:32:11Z",
- "schema_name": "publication",
- "title": "Increase to the cash basis threshold for unincorporated businesses",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/increase-to-the-cash-basis-threshold-for-unincorporated-businesses",
- "web_url": "https://www.gov.uk/government/publications/increase-to-the-cash-basis-threshold-for-unincorporated-businesses"
- },
- {
- "api_path": "/api/content/government/publications/income-tax-and-corporation-tax-disposals-of-land-in-the-uk",
- "base_path": "/government/publications/income-tax-and-corporation-tax-disposals-of-land-in-the-uk",
- "content_id": "ef453949-793e-4ac3-ab03-ea28cdaa7059",
- "description": "This measure deals with changes to legislation in Finance Act 2016 on profits from trading in and developing land.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2017-03-08T13:32:21Z",
- "schema_name": "publication",
- "title": "Income Tax and Corporation Tax: disposals of land in the UK",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/income-tax-and-corporation-tax-disposals-of-land-in-the-uk",
- "web_url": "https://www.gov.uk/government/publications/income-tax-and-corporation-tax-disposals-of-land-in-the-uk"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-and-income-tax-tax-treatment-of-appropriations-to-trading-stock",
- "base_path": "/government/publications/corporation-tax-and-income-tax-tax-treatment-of-appropriations-to-trading-stock",
- "content_id": "e312a059-d1cd-459a-9f19-a4a1910eb4a8",
- "description": "This measure details changes to prevent abuse of flexibility in the tax code for capital losses.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2017-03-08T13:32:09Z",
- "schema_name": "publication",
- "title": "Corporation Tax and Income Tax: tax treatment of appropriations to trading stock",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-and-income-tax-tax-treatment-of-appropriations-to-trading-stock",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-and-income-tax-tax-treatment-of-appropriations-to-trading-stock"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-changes-to-part-8c-of-the-corporation-tax-act-2010-tax-on-restitution-interest-payments",
- "base_path": "/government/publications/corporation-tax-changes-to-part-8c-of-the-corporation-tax-act-2010-tax-on-restitution-interest-payments",
- "content_id": "c69dc468-3e94-4609-ac66-126001bcf107",
- "description": "This tax information and impact note makes changes to the existing rules which apply tax at 45% to restitution interest payable by HM Revenue and Customs.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2017-03-22T17:05:04Z",
- "schema_name": "publication",
- "title": "Corporation Tax: changes to Part 8C of the Corporation Tax Act 2010 tax on restitution interest payments",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-changes-to-part-8c-of-the-corporation-tax-act-2010-tax-on-restitution-interest-payments",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-changes-to-part-8c-of-the-corporation-tax-act-2010-tax-on-restitution-interest-payments"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-controlled-foreign-companies-and-foreign-permanent-establishment-exemptions-ct600b-2015-version-3",
- "base_path": "/government/publications/corporation-tax-controlled-foreign-companies-and-foreign-permanent-establishment-exemptions-ct600b-2015-version-3",
- "content_id": "7c86e216-3b68-4179-afb9-e25b4a24358f",
- "description": "Use these supplementary pages if your company held an interest of 25% in a foreign company controlled from the UK.",
- "document_type": "form",
- "locale": "en",
- "public_updated_at": "2015-04-07T12:54:00Z",
- "schema_name": "publication",
- "title": "Corporation Tax: controlled foreign companies and foreign permanent establishment exemptions (CT600B (2015) version 3)",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-controlled-foreign-companies-and-foreign-permanent-establishment-exemptions-ct600b-2015-version-3",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-controlled-foreign-companies-and-foreign-permanent-establishment-exemptions-ct600b-2015-version-3"
- },
- {
- "api_path": "/api/content/government/publications/xbrl-guide-for-uk-businesses",
- "base_path": "/government/publications/xbrl-guide-for-uk-businesses",
- "content_id": "60267a0b-7631-11e4-a3cb-005056011aef",
- "description": "Guide to iXBRL including the standard form of iXBRL-tagged presentation of business reports.",
- "document_type": "guidance",
- "locale": "en",
- "public_updated_at": "2017-04-19T11:44:38Z",
- "schema_name": "publication",
- "title": "XBRL guide for UK businesses",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/xbrl-guide-for-uk-businesses",
- "web_url": "https://www.gov.uk/government/publications/xbrl-guide-for-uk-businesses"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-close-company-loans-and-arrangements-to-confer-benefits-on-participators-ct600a-2015-version-3",
- "base_path": "/government/publications/corporation-tax-close-company-loans-and-arrangements-to-confer-benefits-on-participators-ct600a-2015-version-3",
- "content_id": "93990cd1-c156-4f69-973e-c201a2a22a1d",
- "description": "Use supplementary pages CT600A (2015) Version 3 for accounting periods starting on or after 1 April 2015.",
- "document_type": "form",
- "locale": "en",
- "public_updated_at": "2015-04-07T12:29:00Z",
- "schema_name": "publication",
- "title": "Corporation Tax: close company loans and arrangements to confer benefits on participators (CT600A (2015) Version 3)",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-close-company-loans-and-arrangements-to-confer-benefits-on-participators-ct600a-2015-version-3",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-close-company-loans-and-arrangements-to-confer-benefits-on-participators-ct600a-2015-version-3"
- },
- {
- "api_path": "/api/content/government/publications/draft-legislation-corporate-interest-restriction",
- "base_path": "/government/publications/draft-legislation-corporate-interest-restriction",
- "content_id": "5eb86689-789b-4ada-ad3a-547174cb820d",
- "description": "This measure introduces a restriction on the amount of interest and other financing amounts that a company may deduct in computing its profits for Corporation Tax purposes.",
- "document_type": "policy_paper",
- "locale": "en",
- "public_updated_at": "2017-01-26T13:12:00Z",
- "schema_name": "publication",
- "title": "Draft legislation: corporate interest restriction",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/draft-legislation-corporate-interest-restriction",
- "web_url": "https://www.gov.uk/government/publications/draft-legislation-corporate-interest-restriction"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-disclosure-of-tax-avoidance-schemes-ct600j-2015-version-3",
- "base_path": "/government/publications/corporation-tax-disclosure-of-tax-avoidance-schemes-ct600j-2015-version-3",
- "content_id": "eb5cbecd-5f6b-42b1-8690-313e00fcc14b",
- "description": "Use supplementary pages if you're party to any notifiable arrangements under S308, 309, 310 Finance Act 2004 (FA 2004).",
- "document_type": "form",
- "locale": "en",
- "public_updated_at": "2015-04-07T12:35:00Z",
- "schema_name": "publication",
- "title": "Corporation Tax: disclosure of tax avoidance schemes (CT600J (2015) Version 3)",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-disclosure-of-tax-avoidance-schemes-ct600j-2015-version-3",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-disclosure-of-tax-avoidance-schemes-ct600j-2015-version-3"
- },
- {
- "api_path": "/api/content/government/publications/research-and-development-tax-relief-application-for-advance-assurance-for-research-and-development-tax-relief-ct-rd-aa",
- "base_path": "/government/publications/research-and-development-tax-relief-application-for-advance-assurance-for-research-and-development-tax-relief-ct-rd-aa",
- "content_id": "1a5613e2-d545-4650-8254-daf2e9c155e6",
- "description": "Use this form to apply for Advance Assurance for Research and Development (R&D) tax relief.",
- "document_type": "form",
- "locale": "en",
- "public_updated_at": "2017-05-11T14:29:38Z",
- "schema_name": "publication",
- "title": "Research and Development tax relief: apply for Advance Assurance",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/research-and-development-tax-relief-application-for-advance-assurance-for-research-and-development-tax-relief-ct-rd-aa",
- "web_url": "https://www.gov.uk/government/publications/research-and-development-tax-relief-application-for-advance-assurance-for-research-and-development-tax-relief-ct-rd-aa"
- },
- {
- "api_path": "/api/content/government/consultations/draft-legislation-the-corporate-interest-restriction-financial-statements-group-mismatches-regulations-2017",
- "base_path": "/government/consultations/draft-legislation-the-corporate-interest-restriction-financial-statements-group-mismatches-regulations-2017",
- "content_id": "237b4e2d-65ba-4e3a-a9ef-b86537832c4a",
- "description": "Proposed provisions to prevent unintended restrictions on transition to the Corporate Interest Restriction (CIR) rules.",
- "document_type": "closed_consultation",
- "locale": "en",
- "public_updated_at": "2017-05-10T14:24:08Z",
- "schema_name": "consultation",
- "title": "Draft legislation: the Corporate Interest Restriction (Financial Statements: Group Mismatches) Regulations 2017",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/consultations/draft-legislation-the-corporate-interest-restriction-financial-statements-group-mismatches-regulations-2017",
- "web_url": "https://www.gov.uk/government/consultations/draft-legislation-the-corporate-interest-restriction-financial-statements-group-mismatches-regulations-2017"
- },
- {
- "api_path": "/api/content/government/publications/corporation-tax-mandatory-online-filing-and-the-end-of-a-companys-life",
- "base_path": "/government/publications/corporation-tax-mandatory-online-filing-and-the-end-of-a-companys-life",
- "content_id": "6026e818-7631-11e4-a3cb-005056011aef",
- "description": "Find out about producing Company Tax Returns, mandatory online filing and legal exemptions at the end of a company's life.",
- "document_type": "guidance",
- "locale": "en",
- "public_updated_at": "2017-06-12T10:46:03Z",
- "schema_name": "publication",
- "title": "Corporation Tax: online filing at the end of a company's life",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporation-tax-mandatory-online-filing-and-the-end-of-a-companys-life",
- "web_url": "https://www.gov.uk/government/publications/corporation-tax-mandatory-online-filing-and-the-end-of-a-companys-life"
- },
- {
- "api_path": "/api/content/government/publications/accounting-standards-the-uk-tax-implications-of-new-uk-gaap",
- "base_path": "/government/publications/accounting-standards-the-uk-tax-implications-of-new-uk-gaap",
- "content_id": "601ee21b-7631-11e4-a3cb-005056011aef",
- "description": "Guidance on the changes to the ‘generally accepted accounting practice’ (GAAP) used to prepare financial statements.",
- "document_type": "guidance",
- "locale": "en",
- "public_updated_at": "2017-07-21T08:38:42Z",
- "schema_name": "publication",
- "title": "Accounting standards: the UK tax implications of new UK GAAP",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/accounting-standards-the-uk-tax-implications-of-new-uk-gaap",
- "web_url": "https://www.gov.uk/government/publications/accounting-standards-the-uk-tax-implications-of-new-uk-gaap"
- },
- {
- "api_path": "/api/content/government/publications/corporate-interest-restriction-draft-guidance",
- "base_path": "/government/publications/corporate-interest-restriction-draft-guidance",
- "content_id": "a36bf6fd-ff26-4d08-bcf5-cc93a93e1e5b",
- "description": "HM Revenue and Customs is seeking comments on this draft guidance covering the new Corporate Interest Restriction rules.",
- "document_type": "guidance",
- "locale": "en",
- "public_updated_at": "2017-08-04T08:53:00Z",
- "schema_name": "publication",
- "title": "Corporate Interest Restriction draft guidance",
- "withdrawn": false,
- "links": {
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "base_path": "/topic/business-tax/corporation-tax",
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "description": "List of information about Corporation Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "schema_name": "topic",
- "title": "Corporation Tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax"
- }
- ]
- },
- "api_url": "https://www.gov.uk/api/content/government/publications/corporate-interest-restriction-draft-guidance",
- "web_url": "https://www.gov.uk/government/publications/corporate-interest-restriction-draft-guidance"
- }
- ],
- "parent": [
- {
- "api_path": "/api/content/topic/business-tax",
- "base_path": "/topic/business-tax",
- "content_id": "a481832e-5f10-4d3b-8131-a064b36730ae",
- "description": "List of information about Business tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2015-08-11T14:45:13Z",
- "schema_name": "topic",
- "title": "Business tax",
- "withdrawn": false,
- "links": {
- },
- "api_url": "https://www.gov.uk/api/content/topic/business-tax",
- "web_url": "https://www.gov.uk/topic/business-tax"
- }
- ],
- "available_translations": [
- {
- "title": "Corporation Tax",
- "public_updated_at": "2015-08-11T15:09:59Z",
- "document_type": "topic",
- "schema_name": "topic",
- "base_path": "/topic/business-tax/corporation-tax",
- "description": "List of information about Corporation Tax.",
- "api_path": "/api/content/topic/business-tax/corporation-tax",
- "withdrawn": false,
- "content_id": "6553fa7d-2768-4c61-9c19-79ccb9adc124",
- "locale": "en",
- "api_url": "https://www.gov.uk/api/content/topic/business-tax/corporation-tax",
- "web_url": "https://www.gov.uk/topic/business-tax/corporation-tax",
- "links": {
- }
- }
- ]
- },
- "description": "List of information about Corporation Tax.",
- "details": {
- "groups": [
- {
- "name": "Getting started",
- "content_ids": [
- "3489076b-8c47-42ac-850d-03181891ab61",
- "f96fd362-99aa-49b7-9095-914fe762bf16",
- "ebd9bedd-74bb-456c-a6c6-df96edcbc6f9"
- ]
- },
- {
- "name": "Preparing accounts for Corporation Tax",
- "content_ids": [
- "c29da376-a38e-49c8-b93a-e1c7416987f7",
- "4f3b1755-32c1-4a8d-b0f8-30ce1ee57747",
- "7711eed9-8349-4887-8f49-023eef725531"
- ]
- },
- {
- "name": "Working out your Corporation Tax",
- "content_ids": [
- "6124e1b7-7bc4-4e88-8c51-c8b58adbd3d2",
- "a37b1391-cbe2-4c91-8763-6262aaecabf7",
- "efece9ba-4f80-440a-9e21-c2a49f3340f9",
- "70607812-4831-4251-bc05-7752aae82d5f",
- "14b01002-fcc8-4ab1-8736-666f3687c81c"
- ]
- },
- {
- "name": "Reliefs",
- "content_ids": [
- "542849d1-76d7-4cab-bb6e-af4a9b4fea71",
- "de9283f6-a7fe-4972-bf1b-4c7a0cb290c3",
- "dafebf70-f5c1-42f4-b9b6-b59614267dc7",
- "0b51f567-78be-4186-9e2d-d4b044d7f224",
- "96def05b-8e4d-41eb-88dc-4a4615541a67",
- "f449ad20-8e16-4ece-87ed-42b0e06d5153",
- "d161aca6-ef09-4164-909e-5ab75feb02f6",
- "45b6d0f1-7756-499e-af46-40b08e96fd19",
- "bd11a919-7cff-4b8c-b3cc-ec0c237f0808",
- "53f1b64f-4cd6-47bf-9dcd-877afcf5ecf5",
- "01bfe776-32fc-43c7-b961-4b4f157b120c"
- ]
- },
- {
- "name": "Payments and refunds",
- "content_ids": [
- "857d8f26-4bca-4a83-9421-8277b1dc3e60",
- "46a7ff86-cd81-4f54-9a3c-14b6ee6eed4b",
- "9bcae969-0a8a-446c-99c8-0e5fd6a37fe3",
- "41d501c3-ed1d-490a-a8f2-5428619fb4b8",
- "fdb58e53-a4f7-490e-8ba2-c3c84300c3ba"
- ]
- },
- {
- "name": "Filing your return",
- "content_ids": [
- "930ecca2-3848-4e13-adb6-ef4ec568ba65",
- "6972c8f9-569f-4ec5-81b3-911def035c20",
- "43d84bad-141b-476e-be9f-62c2a9207433",
- "0033c1de-5a10-45b9-88e1-b697f078abfa",
- "23b1b97f-0efc-4a23-ae3f-ea2600c5ec8c",
- "28f6435f-9181-4df1-b603-9296ec246f17"
- ]
- },
- {
- "name": "Changes to your company",
- "content_ids": [
- "8a334878-50d0-4ad5-b814-7a0f324b8a45",
- "fc8f43f6-77b4-485c-b337-d2fcc40841b1",
- "16ebe916-bea3-450c-b39e-161e1d3e0dfb"
- ]
- },
- {
- "name": "Forms and reference material",
- "content_ids": [
- "5b646e40-aed9-4904-a889-88964088e9ec",
- "ecc76348-9c76-4e99-8d23-0b3474b294ee",
- "5e1bddec-d2c2-4b25-bb2b-dd4e3f93dd39"
- ]
- }
- ],
- "internal_name": "Business tax / Corporation Tax"
- }
-}
diff --git a/content_schemas/examples/topic/frontend/curated_subtopic.json b/content_schemas/examples/topic/frontend/curated_subtopic.json
deleted file mode 100644
index 9ea7fe1ed..000000000
--- a/content_schemas/examples/topic/frontend/curated_subtopic.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "content_id": "e8238ae7-39a7-47c4-bc3a-501da0b55afe",
- "base_path": "/topic/oil-and-gas/offshore",
- "description": "A page about offshore oil and gas",
- "details": {
- "groups": [
- {
- "name": "Oil rigs",
- "content_ids": [
- "23b1b97f-0efc-4a23-ae3f-ea2600c5ec8c",
- "28f6435f-9181-4df1-b603-9296ec246f17"
- ]
- },
- {
- "name": "Piping",
- "content_ids": [
- "f84918f1-de82-4a8e-a4c5-d65872307a4f"
- ]
- }
- ]
- },
- "links": {
- "parent": [
- {
- "content_id": "9d7a445f-7451-4ef8-815e-ae66676a240b",
- "api_path": "/api/content/topic/oil-and-gas",
- "base_path": "/topic/oil-and-gas",
- "title": "Oil and gas",
- "api_url": "https://www.gov.uk/api/content/topic/oil-and-gas",
- "web_url": "https://www.gov.uk/topic/oil-and-gas",
- "locale": "en"
- }
- ]
- },
- "locale": "en",
- "public_updated_at": "2015-04-20T15:46:10.000+00:00",
- "title": "Offshore",
- "updated_at": "2015-04-20T15:50:11.000+00:00",
- "schema_name": "topic",
- "document_type": "topic"
-}
diff --git a/content_schemas/examples/topic/frontend/topic.json b/content_schemas/examples/topic/frontend/topic.json
deleted file mode 100644
index 46da725c6..000000000
--- a/content_schemas/examples/topic/frontend/topic.json
+++ /dev/null
@@ -1,35 +0,0 @@
-{
- "content_id": "63d98739-fc60-4e28-a65f-edb56000fd39",
- "base_path": "/topic/oil-and-gas",
- "description": "",
- "details": {
- },
- "links": {
- "children": [
- {
- "content_id": "f6eef5ca-be55-41b2-98be-f72b3e649b84",
- "api_path": "/api/content/topic/oil-and-gas/fields-and-wells",
- "base_path": "/topic/oil-and-gas/fields-and-wells",
- "title": "Fields and wells",
- "api_url": "https://www.gov.uk/api/content/topic/oil-and-gas/fields-and-wells",
- "web_url": "https://www.gov.uk/topic/oil-and-gas/fields-and-wells",
- "locale": "en"
- },
- {
- "content_id": "0a6116da-fbf6-4d5c-baa9-2a74ae8a8fb9",
- "api_path": "/api/content/topic/oil-and-gas/licensing",
- "base_path": "/topic/oil-and-gas/licensing",
- "title": "Licensing",
- "api_url": "https://www.gov.uk/api/content/topic/oil-and-gas/licensing",
- "web_url": "https://www.gov.uk/topic/oil-and-gas/licensing",
- "locale": "en"
- }
- ]
- },
- "locale": "en",
- "public_updated_at": "2015-04-20T15:46:10.000+00:00",
- "title": "Oil and gas",
- "updated_at": "2015-04-20T15:50:11.000+00:00",
- "schema_name": "topic",
- "document_type": "topic"
-}
diff --git a/content_schemas/examples/topic/frontend/uncurated_subtopic.json b/content_schemas/examples/topic/frontend/uncurated_subtopic.json
deleted file mode 100644
index bbf47c2e6..000000000
--- a/content_schemas/examples/topic/frontend/uncurated_subtopic.json
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- "content_id": "ee990f3e-5aee-4a09-a247-70177ea23690",
- "base_path": "/topic/oil-and-gas/licensing",
- "description": "A page about oil and gas licensing",
- "details": {
- },
- "links": {
- "parent": [
- {
- "content_id": "a6510b11-75c8-4df3-be2d-17d0e2c081be",
- "api_path": "/api/content/topic/oil-and-gas",
- "base_path": "/topic/oil-and-gas",
- "title": "Oil and gas",
- "api_url": "https://www.gov.uk/api/content/topic/oil-and-gas",
- "web_url": "https://www.gov.uk/topic/oil-and-gas",
- "locale": "en"
- }
- ]
- },
- "locale": "en",
- "public_updated_at": "2015-04-20T15:46:10.000+00:00",
- "title": "Oil and gas: Licensing",
- "updated_at": "2015-04-20T15:50:11.000+00:00",
- "schema_name": "topic",
- "document_type": "topic"
-}
diff --git a/content_schemas/examples/topic/publisher_v2/topic.json b/content_schemas/examples/topic/publisher_v2/topic.json
deleted file mode 100644
index c2e171a1f..000000000
--- a/content_schemas/examples/topic/publisher_v2/topic.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "base_path": "/topic/oil-and-gas",
- "description": "",
- "details": {
- },
- "publishing_app": "collections-publisher",
- "rendering_app": "collections",
- "routes": [
- {
- "path": "/topic",
- "type": "exact"
- }
- ],
- "locale": "en",
- "public_updated_at": "2015-04-20T15:46:10.000+00:00",
- "title": "Oil and gas",
- "document_type": "topic",
- "schema_name": "topic"
-}
diff --git a/content_schemas/examples/transaction/frontend/transaction-with-step-navs.json b/content_schemas/examples/transaction/frontend/transaction-with-step-navs.json
index 87564beff..d99c3c635 100644
--- a/content_schemas/examples/transaction/frontend/transaction-with-step-navs.json
+++ b/content_schemas/examples/transaction/frontend/transaction-with-step-navs.json
@@ -272,25 +272,6 @@
"api_path": "/api/content/council-tax-bands"
}
],
- "topics": [
- {
- "web_url": "http://www.dev.gov.uk/topic/local-government/council-tax",
- "api_url": "http://www.dev.gov.uk/api/content/topic/local-government/council-tax",
- "links": {
- },
- "withdrawn": false,
- "title": "Council Tax",
- "schema_name": "topic",
- "analytics_identifier": null,
- "api_path": "/api/content/topic/local-government/council-tax",
- "base_path": "/topic/local-government/council-tax",
- "content_id": "7eca7540-a65f-453e-b92f-df21b406d829",
- "description": "List of information about Council Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2017-01-26T10:26:48Z"
- }
- ],
"parent": [
{
"web_url": "http://www.dev.gov.uk/browse/housing-local-services/council-tax",
diff --git a/content_schemas/examples/transaction/frontend/transaction-with-variants.json b/content_schemas/examples/transaction/frontend/transaction-with-variants.json
index f4f0d1cf4..820d02108 100644
--- a/content_schemas/examples/transaction/frontend/transaction-with-variants.json
+++ b/content_schemas/examples/transaction/frontend/transaction-with-variants.json
@@ -37,25 +37,6 @@
"api_path": "/api/content/council-tax-bands-2"
}
],
- "topics": [
- {
- "web_url": "http://www.dev.gov.uk/topic/local-government/council-tax",
- "api_url": "http://www.dev.gov.uk/api/content/topic/local-government/council-tax",
- "links": {
- },
- "withdrawn": false,
- "title": "Council Tax",
- "schema_name": "topic",
- "analytics_identifier": null,
- "api_path": "/api/content/topic/local-government/council-tax",
- "base_path": "/topic/local-government/council-tax",
- "content_id": "7eca7540-a65f-453e-b92f-df21b406d829",
- "description": "List of information about Council Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2017-01-26T10:26:48Z"
- }
- ],
"parent": [
{
"web_url": "http://www.dev.gov.uk/browse/housing-local-services/council-tax",
diff --git a/content_schemas/examples/transaction/frontend/transaction.json b/content_schemas/examples/transaction/frontend/transaction.json
index 00595e6fb..434209d89 100644
--- a/content_schemas/examples/transaction/frontend/transaction.json
+++ b/content_schemas/examples/transaction/frontend/transaction.json
@@ -30,25 +30,6 @@
"api_path": "/api/content/council-tax-bands"
}
],
- "topics": [
- {
- "web_url": "http://www.dev.gov.uk/topic/local-government/council-tax",
- "api_url": "http://www.dev.gov.uk/api/content/topic/local-government/council-tax",
- "links": {
- },
- "withdrawn": false,
- "title": "Council Tax",
- "schema_name": "topic",
- "analytics_identifier": null,
- "api_path": "/api/content/topic/local-government/council-tax",
- "base_path": "/topic/local-government/council-tax",
- "content_id": "7eca7540-a65f-453e-b92f-df21b406d829",
- "description": "List of information about Council Tax.",
- "document_type": "topic",
- "locale": "en",
- "public_updated_at": "2017-01-26T10:26:48Z"
- }
- ],
"parent": [
{
"web_url": "http://www.dev.gov.uk/browse/housing-local-services/council-tax",
diff --git a/content_schemas/formats/email_alert_signup.jsonnet b/content_schemas/formats/email_alert_signup.jsonnet
index 480416953..a3328edd8 100644
--- a/content_schemas/formats/email_alert_signup.jsonnet
+++ b/content_schemas/formats/email_alert_signup.jsonnet
@@ -37,7 +37,6 @@
email_alert_type: {
type: "string",
enum: [
- "topics",
"policies",
"countries",
],
diff --git a/content_schemas/formats/shared/base_links.jsonnet b/content_schemas/formats/shared/base_links.jsonnet
index a7332f0fb..5173db05f 100644
--- a/content_schemas/formats/shared/base_links.jsonnet
+++ b/content_schemas/formats/shared/base_links.jsonnet
@@ -4,7 +4,6 @@
ordered_related_items_overrides: "Related items, can be any page on GOV.UK. Overrides 'more like this' automatically generated links in the beta navigation.",
mainstream_browse_pages: "Powers the /browse section of the site. These are known as sections in some legacy apps.",
meets_user_needs: "The user needs this piece of content meets.",
- topics: "Powers the /topic section of the site. These are known as specialist sectors in some legacy apps.",
organisations: "All organisations linked to this content item. This should include lead organisations.",
parent: {
description: "The parent content item.",
@@ -18,5 +17,5 @@
original_primary_publishing_organisation: "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.",
lead_organisations: "DEPRECATED: A subset of organisations that should be emphasised in relation to this content item. All organisations specified here should also be part of the organisations array.",
suggested_ordered_related_items: "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.",
- finder: "Powers links from content back to finders the content is surfaced on"
+ finder: "Powers links from content back to finders the content is surfaced on",
}
diff --git a/content_schemas/formats/shared/definitions/email_alert.jsonnet b/content_schemas/formats/shared/definitions/email_alert.jsonnet
index 1b3ff7ddc..db2e4af82 100644
--- a/content_schemas/formats/shared/definitions/email_alert.jsonnet
+++ b/content_schemas/formats/shared/definitions/email_alert.jsonnet
@@ -35,24 +35,6 @@
type: "string",
},
},
- topics: {
- type: "array",
- items: {
- type: "string",
- },
- },
- primary_topic: {
- type: "array",
- items: {
- type: "string",
- },
- },
- additional_topics: {
- type: "array",
- items: {
- type: "string",
- },
- },
policies: {
type: "array",
items: {
diff --git a/content_schemas/formats/shared/whitehall_edition_links.jsonnet b/content_schemas/formats/shared/whitehall_edition_links.jsonnet
index 34ec20252..ce9af8f3c 100644
--- a/content_schemas/formats/shared/whitehall_edition_links.jsonnet
+++ b/content_schemas/formats/shared/whitehall_edition_links.jsonnet
@@ -12,5 +12,4 @@
original_primary_publishing_organisation: "The organisation that published the original version of the page. Corresponds to the first of the 'Lead organisations' in Whitehall for the first edition, and is empty for all other publishing applications.",
related_policies: "",
topical_events: "",
- topics: "",
}
diff --git a/content_schemas/formats/topic.jsonnet b/content_schemas/formats/topic.jsonnet
deleted file mode 100644
index ca40386df..000000000
--- a/content_schemas/formats/topic.jsonnet
+++ /dev/null
@@ -1,20 +0,0 @@
-(import "shared/default_format.jsonnet") + {
- document_type: "topic",
- definitions: {
- details: {
- type: "object",
- additionalProperties: false,
- properties: {
- internal_name: {
- "$ref": "#/definitions/taxonomy_internal_name",
- },
- groups: {
- "$ref": "#/definitions/topic_groups",
- }
- },
- },
- },
- links: (import "shared/base_links.jsonnet") + {
- linked_items: "Includes all content ids referenced in 'details'. This is a temporary measure to expand content ids for frontends which is planned to be replaced by a dependency resolution service.",
- },
-}
diff --git a/db/migrate/20240314140958_delete_specialist_topics_from_database.rb b/db/migrate/20240314140958_delete_specialist_topics_from_database.rb
new file mode 100644
index 000000000..35d8d26be
--- /dev/null
+++ b/db/migrate/20240314140958_delete_specialist_topics_from_database.rb
@@ -0,0 +1,43 @@
+class DeleteSpecialistTopicsFromDatabase < ActiveRecord::Migration[7.1]
+ def up
+ # Using document_type instead of schema_name for speed.
+ # This migration will also delete the dependents
+ # of each edition: links and unpublishings.
+
+ published_topics_count = select_one(<<~SQL)["count"]
+ SELECT COUNT(*) AS count
+ FROM editions
+ WHERE document_type = 'topic'
+ AND state = 'published';
+ SQL
+
+ published_topics = select_all(<<~SQL)
+ SELECT id, title, base_path, publishing_app
+ FROM editions
+ WHERE document_type = 'topic'
+ AND state = 'published'
+ LIMIT 100;
+ SQL
+
+ unless published_topics_count.zero?
+ say <<~MESSAGE
+ There are still #{published_topics_count} published specialist topics.
+ Below there are listed up to the first 100 of them.
+ [id, title, base_path, publishing_app]
+ #{published_topics.rows.collect(&:to_s).join("\n")}
+ MESSAGE
+ raise "Migration aborted because there are still some published specialist topics"
+ end
+
+ deleted_count = delete(<<~SQL)
+ DELETE FROM editions
+ WHERE document_type = 'topic';
+ SQL
+
+ say "Deleted #{deleted_count} specialist topic editions"
+ end
+
+ def down
+ raise ActiveRecord::IrreversibleMigration
+ end
+end
diff --git a/db/schema.rb b/db/schema.rb
index 3230b2428..902da45c6 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
-ActiveRecord::Schema[7.1].define(version: 2024_02_20_153403) do
+ActiveRecord::Schema[7.1].define(version: 2024_03_14_140958) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
diff --git a/spec/commands/v2/patch_link_set_spec.rb b/spec/commands/v2/patch_link_set_spec.rb
index 6b4f55857..6c286ba86 100644
--- a/spec/commands/v2/patch_link_set_spec.rb
+++ b/spec/commands/v2/patch_link_set_spec.rb
@@ -1,15 +1,15 @@
RSpec.describe Commands::V2::PatchLinkSet do
let(:expected_content_store_payload) { { base_path: "/vat-rates" } }
let(:content_id) { SecureRandom.uuid }
- let(:topics) { 3.times.map { SecureRandom.uuid } }
- let(:topics_shuffled) { topics.shuffle }
+ let(:taxons) { 3.times.map { SecureRandom.uuid } }
+ let(:taxons_shuffled) { taxons.shuffle }
let(:parent) { [SecureRandom.uuid] }
let(:payload) do
{
content_id:,
links: {
- topics: topics * 2, # test deduplication
+ taxons: taxons * 2, # test deduplication
parent:,
},
}
@@ -20,7 +20,7 @@
{
content_id:,
links: {
- topics: topics_shuffled * 2, # test deduplication
+ taxons: taxons_shuffled * 2, # test deduplication
parent:,
},
}
@@ -51,8 +51,8 @@
expect(link_set.content_id).to eq(content_id)
links = link_set.links
- expect(links.map(&:link_type)).to eq(%w[parent topics topics topics])
- expect(links.map(&:target_content_id)).to eq(parent + topics)
+ expect(links.map(&:link_type)).to eq(%w[parent taxons taxons taxons])
+ expect(links.map(&:target_content_id)).to eq(parent + taxons)
end
it "doesn't reject an empty links hash, but doesn't delete links either" do
@@ -89,7 +89,7 @@
content_id:,
version: 1,
links: {
- topics:,
+ taxons:,
parent:,
},
)
@@ -103,8 +103,8 @@
expect(link_set.content_id).to eq(content_id)
links = link_set.links
- expect(links.map(&:link_type)).to eq(%w[parent topics topics topics])
- expect(links.map(&:target_content_id)).to eq(parent + topics_shuffled)
+ expect(links.map(&:link_type)).to eq(%w[parent taxons taxons taxons])
+ expect(links.map(&:target_content_id)).to eq(parent + taxons_shuffled)
end
end
@@ -119,13 +119,13 @@
links: [
create(
:link,
- link_type: "topics",
- target_content_id: topics.first,
+ link_type: "taxons",
+ target_content_id: taxons.first,
),
create(
:link,
- link_type: "topics",
- target_content_id: topics.second,
+ link_type: "taxons",
+ target_content_id: taxons.second,
),
create(
:link,
@@ -154,8 +154,8 @@
link_set = LinkSet.last
links = link_set.links
- topics_links = links.where(link_type: "topics")
- expect(topics_links.map(&:target_content_id)).to eq(topics)
+ taxons_links = links.where(link_type: "taxons")
+ expect(taxons_links.map(&:target_content_id)).to eq(taxons)
end
it "does not affect links for groups that do not appear in the payload" do
@@ -184,7 +184,7 @@
content_id:,
version: 2,
links: {
- topics:,
+ taxons:,
parent:,
related:,
},
@@ -408,14 +408,14 @@
let(:content_id) { edition.document.content_id }
let(:payload) do
- { content_id:, links: { topics: [link_b] } }
+ { content_id:, links: { taxons: [link_b] } }
end
before do
create(
:link_set,
content_id:,
- links_hash: { topics: [link_a] },
+ links_hash: { taxons: [link_a] },
)
end
diff --git a/spec/commands/v2/publish_spec.rb b/spec/commands/v2/publish_spec.rb
index 3a6a41003..db321cfbc 100644
--- a/spec/commands/v2/publish_spec.rb
+++ b/spec/commands/v2/publish_spec.rb
@@ -529,7 +529,7 @@
create(
:live_edition,
document:,
- links_hash: { topics: [link_a] },
+ links_hash: { taxons: [link_a] },
)
end
@@ -537,7 +537,7 @@
create(
:draft_edition,
document:,
- links_hash: { topics: [link_b] },
+ links_hash: { taxons: [link_b] },
user_facing_version: 2,
)
end
diff --git a/spec/commands/v2/unpublish_spec.rb b/spec/commands/v2/unpublish_spec.rb
index 1fe175bb2..63afe999b 100644
--- a/spec/commands/v2/unpublish_spec.rb
+++ b/spec/commands/v2/unpublish_spec.rb
@@ -402,7 +402,7 @@
:draft_edition,
document:,
user_facing_version: 2,
- links_hash: { topics: [link_b] },
+ links_hash: { taxons: [link_b] },
)
end
@@ -410,7 +410,7 @@
create(
:live_edition,
document:,
- links_hash: { topics: [link_a] },
+ links_hash: { taxons: [link_a] },
)
end
diff --git a/spec/controllers/v2/content_items_controller_spec.rb b/spec/controllers/v2/content_items_controller_spec.rb
index 6efa616b4..95687f32b 100644
--- a/spec/controllers/v2/content_items_controller_spec.rb
+++ b/spec/controllers/v2/content_items_controller_spec.rb
@@ -18,8 +18,8 @@
:draft_edition,
document: document_en,
base_path: "/content.en",
- document_type: "topic",
- schema_name: "topic",
+ document_type: "taxon",
+ schema_name: "taxon",
user_facing_version: 2,
)
end
@@ -31,8 +31,8 @@
:draft_edition,
document: document_ar,
base_path: "/content.ar",
- document_type: "topic",
- schema_name: "topic",
+ document_type: "taxon",
+ schema_name: "taxon",
user_facing_version: 2,
)
@en_live_content = create(
@@ -40,15 +40,15 @@
document: document_en,
base_path: "/content.en",
document_type: "guide",
- schema_name: "topic",
+ schema_name: "taxon",
user_facing_version: 1,
)
@ar_live_content = create(
:live_edition,
document: document_ar,
base_path: "/content.ar",
- document_type: "topic",
- schema_name: "topic",
+ document_type: "taxon",
+ schema_name: "taxon",
user_facing_version: 1,
)
end
@@ -58,8 +58,8 @@
create(
:superseded_edition,
base_path: "/foo",
- document_type: "topic",
- schema_name: "topic",
+ document_type: "taxon",
+ schema_name: "taxon",
title: "zip",
user_facing_version: 1,
)
@@ -69,8 +69,8 @@
:live_edition,
base_path: "/foo",
document: previous_live_version.document,
- document_type: "topic",
- schema_name: "topic",
+ document_type: "taxon",
+ schema_name: "taxon",
title: "bar",
description: "stuff",
user_facing_version: 2,
@@ -179,7 +179,7 @@
context "with pagination params" do
before do
- get :index, params: { content_format: "topic", fields: %w[content_id], start: "0", page_size: "20" }
+ get :index, params: { content_format: "taxon", fields: %w[content_id], start: "0", page_size: "20" }
end
it "is successful" do
@@ -193,7 +193,7 @@
context "without pagination params" do
before do
- get :index, params: { content_format: "topic", fields: %w[content_id] }
+ get :index, params: { content_format: "taxon", fields: %w[content_id] }
end
it "is successful" do
expect(response.status).to eq(200)
@@ -349,7 +349,7 @@
link_set = create(:link_set, content_id:)
create(:link, link_set:, target_content_id: org_content_id)
- get :index, params: { content_format: "topic", fields: %w[content_id], link_organisations: org_content_id.to_s }
+ get :index, params: { content_format: "taxon", fields: %w[content_id], link_organisations: org_content_id.to_s }
end
it "is successful" do
@@ -384,7 +384,7 @@
:draft_edition,
document: document_ar,
base_path: "/content.ar",
- schema_name: "topic",
+ schema_name: "taxon",
user_facing_version: 2,
)
diff --git a/spec/controllers/v2/link_sets_controller_spec.rb b/spec/controllers/v2/link_sets_controller_spec.rb
index 0916cf6e2..e0bbd0778 100644
--- a/spec/controllers/v2/link_sets_controller_spec.rb
+++ b/spec/controllers/v2/link_sets_controller_spec.rb
@@ -42,14 +42,14 @@
describe "get_linked" do
context "called without providing fields parameter" do
it "is unsuccessful" do
- get :get_linked, params: { content_id:, link_type: "topic" }
+ get :get_linked, params: { content_id:, link_type: "taxon" }
expect(response.status).to eq(422)
end
end
context "called with empty fields parameter" do
it "is unsuccessful" do
- get :get_linked, params: { content_id:, link_type: "topic", fields: [] }
+ get :get_linked, params: { content_id:, link_type: "taxon", fields: [] }
expect(response.status).to eq(422)
end
@@ -67,7 +67,7 @@
context "for an existing edition" do
before do
- get :get_linked, params: { content_id:, link_type: "topic", fields: %w[content_id] }
+ get :get_linked, params: { content_id:, link_type: "taxon", fields: %w[content_id] }
end
it "is successful" do
@@ -77,7 +77,7 @@
context "for a non-existing edition" do
before do
- get :get_linked, params: { content_id: SecureRandom.uuid, link_type: "topic", fields: %w[content_id] }
+ get :get_linked, params: { content_id: SecureRandom.uuid, link_type: "taxon", fields: %w[content_id] }
end
it "is unsuccessful" do
diff --git a/spec/queries/get_content_collection_spec.rb b/spec/queries/get_content_collection_spec.rb
index 1cc06aa64..5a6e57180 100644
--- a/spec/queries/get_content_collection_spec.rb
+++ b/spec/queries/get_content_collection_spec.rb
@@ -4,14 +4,14 @@
create(
:draft_edition,
base_path: "/a",
- document_type: "topic",
- schema_name: "topic",
+ document_type: "taxon",
+ schema_name: "taxon",
)
create(
:draft_edition,
base_path: "/b",
- document_type: "topic",
- schema_name: "topic",
+ document_type: "taxon",
+ schema_name: "taxon",
)
create(
:draft_edition,
@@ -54,7 +54,7 @@
it "returns the editions matching the type" do
expect(Queries::GetContentCollection.new(
- document_types: "topic",
+ document_types: "taxon",
fields: %w[base_path locale publication_state],
).call).to match_array([
hash_including("base_path" => "/a", "publication_state" => "draft", "locale" => "en"),
@@ -64,7 +64,7 @@
it "returns the editions matching all types when given an array" do
expect(Queries::GetContentCollection.new(
- document_types: %w[topic mainstream_browse_page],
+ document_types: %w[taxon mainstream_browse_page],
fields: %w[base_path locale publication_state],
).call).to match_array([
hash_including("base_path" => "/a", "publication_state" => "draft", "locale" => "en"),
@@ -78,12 +78,12 @@
create(
:draft_edition,
base_path: "/a",
- document_type: "topic",
- schema_name: "topic",
+ document_type: "taxon",
+ schema_name: "taxon",
)
expect(Queries::GetContentCollection.new(
- document_types: "topic",
+ document_types: "taxon",
fields: %w[base_path publication_state],
).call).to match_array([
hash_including("base_path" => "/a", "publication_state" => "draft"),
@@ -94,18 +94,18 @@
create(
:draft_edition,
base_path: "/draft",
- document_type: "topic",
- schema_name: "topic",
+ document_type: "taxon",
+ schema_name: "taxon",
)
create(
:live_edition,
base_path: "/live",
- document_type: "topic",
- schema_name: "topic",
+ document_type: "taxon",
+ schema_name: "taxon",
)
expect(Queries::GetContentCollection.new(
- document_types: "topic",
+ document_types: "taxon",
fields: %w[base_path publication_state],
).call).to match_array([
hash_including("base_path" => "/draft", "publication_state" => "draft"),
@@ -117,13 +117,13 @@
it "can include information about the unpublishing" do
edition = create(
:unpublished_edition,
- document_type: "topic",
+ document_type: "taxon",
)
unpublishing = Unpublishing.find_by(edition:)
expect(
Queries::GetContentCollection.new(
- document_types: "topic",
+ document_types: "taxon",
fields: %w[base_path publication_state unpublishing],
).call,
).to match_array(
@@ -144,7 +144,7 @@
context "when there's no items for the format" do
it "returns an empty array" do
expect(Queries::GetContentCollection.new(
- document_types: "topic",
+ document_types: "taxon",
fields: %w[base_path],
).call.to_a).to eq([])
end
@@ -154,7 +154,7 @@
it "raises an error" do
expect {
Queries::GetContentCollection.new(
- document_types: "topic",
+ document_types: "taxon",
fields: %w[not_existing],
).call
}.to raise_error(CommandError)
@@ -166,29 +166,29 @@
create(
:draft_edition,
base_path: "/a",
- document_type: "topic",
- schema_name: "topic",
+ document_type: "taxon",
+ schema_name: "taxon",
publishing_app: "publisher",
)
create(
:draft_edition,
base_path: "/b",
- document_type: "topic",
- schema_name: "topic",
+ document_type: "taxon",
+ schema_name: "taxon",
publishing_app: "publisher",
)
create(
:draft_edition,
base_path: "/c",
- document_type: "topic",
- schema_name: "topic",
+ document_type: "taxon",
+ schema_name: "taxon",
publishing_app: "whitehall",
)
end
it "returns items corresponding to the publishing_app parameter if present" do
expect(Queries::GetContentCollection.new(
- document_types: "topic",
+ document_types: "taxon",
fields: %w[publishing_app publication_state],
filters: { publishing_app: "publisher" },
).call).to match_array([
@@ -199,7 +199,7 @@
it "returns items for all apps if publishing_app is not present" do
expect(Queries::GetContentCollection.new(
- document_types: "topic",
+ document_types: "taxon",
fields: %w[publishing_app publication_state],
).call).to match_array([
hash_including("publishing_app" => "publisher", "publication_state" => "draft"),
@@ -215,35 +215,35 @@
:draft_edition,
document: create(:document, locale: "en"),
base_path: "/content.en",
- document_type: "topic",
- schema_name: "topic",
+ document_type: "taxon",
+ schema_name: "taxon",
)
create(
:draft_edition,
document: create(:document, locale: "ar"),
base_path: "/content.ar",
- document_type: "topic",
- schema_name: "topic",
+ document_type: "taxon",
+ schema_name: "taxon",
)
create(
:live_edition,
document: create(:document, locale: "en"),
base_path: "/content.en",
- document_type: "topic",
- schema_name: "topic",
+ document_type: "taxon",
+ schema_name: "taxon",
)
create(
:live_edition,
document: create(:document, locale: "ar"),
base_path: "/content.ar",
- document_type: "topic",
- schema_name: "topic",
+ document_type: "taxon",
+ schema_name: "taxon",
)
end
it "returns the editions filtered by 'en' locale by default" do
expect(Queries::GetContentCollection.new(
- document_types: "topic",
+ document_types: "taxon",
fields: %w[base_path publication_state],
).call).to match_array([
hash_including("base_path" => "/content.en", "publication_state" => "draft"),
@@ -253,7 +253,7 @@
it "returns the editions filtered by locale parameter" do
expect(Queries::GetContentCollection.new(
- document_types: "topic",
+ document_types: "taxon",
fields: %w[base_path publication_state],
filters: { locale: "ar" },
).call).to match_array([
@@ -264,7 +264,7 @@
it "returns all editions if the locale parameter is 'all'" do
expect(Queries::GetContentCollection.new(
- document_types: "topic",
+ document_types: "taxon",
fields: %w[base_path publication_state],
filters: { locale: "all" },
).call).to match_array([
@@ -386,22 +386,22 @@
:draft_edition,
base_path: "/z",
details: { foo: :bar },
- document_type: "topic",
- schema_name: "topic",
+ document_type: "taxon",
+ schema_name: "taxon",
publishing_app: "publisher",
)
create(
:draft_edition,
base_path: "/b",
details: { baz: :bat },
- document_type: "topic",
- schema_name: "topic",
+ document_type: "taxon",
+ schema_name: "taxon",
publishing_app: "publisher",
)
end
it "returns the details hash" do
expect(Queries::GetContentCollection.new(
- document_types: "topic",
+ document_types: "taxon",
fields: %w[details publication_state],
filters: { publishing_app: "publisher" },
).call).to match_array([
@@ -416,19 +416,19 @@
create(
:live_edition,
base_path: "/bar/foo",
- document_type: "topic",
- schema_name: "topic",
+ document_type: "taxon",
+ schema_name: "taxon",
title: "Baz",
details: {
body: "A page about windows.",
- internal_name: "newtopic",
+ internal_name: "newtaxon",
},
)
create(
:live_edition,
base_path: "/baz",
- document_type: "topic",
- schema_name: "topic",
+ document_type: "taxon",
+ schema_name: "taxon",
title: "zip",
description: "foo",
details: {
@@ -442,7 +442,7 @@
subject do
Queries::GetContentCollection.new(
- document_types: "topic",
+ document_types: "taxon",
fields: %w[base_path],
search_query:,
search_in:,
@@ -474,7 +474,7 @@
context "with multiple nested fields" do
let(:search_in) { ["details.body", "details.internal_name"] }
- let(:search_query) { "newtopic" }
+ let(:search_query) { "newtaxon" }
it "finds the edition" do
expect(subject.call.map(&:to_hash)).to eq([{ "base_path" => "/bar/foo" }])
end
@@ -542,8 +542,8 @@
create(
:draft_edition,
base_path:,
- document_type: "topic",
- schema_name: "topic",
+ document_type: "taxon",
+ schema_name: "taxon",
public_updated_at:,
)
end
@@ -553,8 +553,8 @@
create(
:live_edition,
base_path:,
- document_type: "topic",
- schema_name: "topic",
+ document_type: "taxon",
+ schema_name: "taxon",
public_updated_at:,
)
end
@@ -562,7 +562,7 @@
it "limits the results returned" do
editions = Queries::GetContentCollection.new(
- document_types: "topic",
+ document_types: "taxon",
fields: %w[publishing_app],
pagination: Pagination.new(offset: 0, per_page: 3),
).call
@@ -572,7 +572,7 @@
it "fetches results from a specified index" do
editions = Queries::GetContentCollection.new(
- document_types: "topic",
+ document_types: "taxon",
fields: %w[base_path],
pagination: Pagination.new(offset: 1, per_page: 2),
).call
@@ -582,7 +582,7 @@
it "when per_page is higher than results we only receive remaining editions" do
editions = Queries::GetContentCollection.new(
- document_types: "topic",
+ document_types: "taxon",
fields: %w[base_path],
pagination: Pagination.new(offset: 3, per_page: 8),
).call.to_a
@@ -593,7 +593,7 @@
it "returns all items when no pagination params are specified" do
editions = Queries::GetContentCollection.new(
- document_types: "topic",
+ document_types: "taxon",
fields: %w[publishing_app],
).call
@@ -633,11 +633,11 @@
describe "#total" do
it "returns the number of editions" do
- create(:edition, base_path: "/a", schema_name: "topic", document_type: "topic")
- create(:edition, base_path: "/b", schema_name: "topic", document_type: "topic")
+ create(:edition, base_path: "/a", schema_name: "taxon", document_type: "taxon")
+ create(:edition, base_path: "/b", schema_name: "taxon", document_type: "taxon")
expect(Queries::GetContentCollection.new(
- document_types: "topic",
+ document_types: "taxon",
fields: %w[base_path locale publication_state],
).total).to eq(2)
end
@@ -649,28 +649,28 @@
create(
:live_edition,
document:,
- document_type: "topic",
- schema_name: "topic",
+ document_type: "taxon",
+ schema_name: "taxon",
user_facing_version: 1,
)
create(
:draft_edition,
document:,
- document_type: "topic",
- schema_name: "topic",
+ document_type: "taxon",
+ schema_name: "taxon",
user_facing_version: 2,
)
end
it "returns the latest item only" do
expect(Queries::GetContentCollection.new(
- document_types: "topic",
+ document_types: "taxon",
fields: %w[base_path locale publication_state],
).total).to eq(1)
expect(Queries::GetContentCollection.new(
- document_types: "topic",
+ document_types: "taxon",
fields: %w[base_path locale publication_state],
).call.first["publication_state"]).to eq("draft")
end
diff --git a/spec/queries/get_link_changes_spec.rb b/spec/queries/get_link_changes_spec.rb
index 2c630f3dc..01d2503ea 100644
--- a/spec/queries/get_link_changes_spec.rb
+++ b/spec/queries/get_link_changes_spec.rb
@@ -1,9 +1,9 @@
RSpec.describe Queries::GetLinkChanges do
describe "#as_hash" do
it "returns the link changes with the correct data" do
- create(:link_change, link_type: "topics")
+ create(:link_change, link_type: "taxons")
- result = Queries::GetLinkChanges.new(link_types: "topics").as_hash
+ result = Queries::GetLinkChanges.new(link_types: "taxons").as_hash
change = result[:link_changes].first.deep_symbolize_keys
@@ -15,9 +15,9 @@
it "expands the source and target" do
document = create(:document, content_id: "1dd96f5d-c260-438b-ba58-57ba910e9291")
create(:edition, document:, title: "Content Foo")
- create(:link_change, link_type: "topics", source_content_id: document.content_id)
+ create(:link_change, link_type: "taxons", source_content_id: document.content_id)
- result = Queries::GetLinkChanges.new(link_types: "topics").as_hash
+ result = Queries::GetLinkChanges.new(link_types: "taxons").as_hash
change = result[:link_changes].first.deep_symbolize_keys
expect(change[:source].keys).to match_array(%i[title base_path content_id])
diff --git a/spec/requests/content_item_requests/endpoint_behaviour_spec.rb b/spec/requests/content_item_requests/endpoint_behaviour_spec.rb
index ef6c35d0e..08476620e 100644
--- a/spec/requests/content_item_requests/endpoint_behaviour_spec.rb
+++ b/spec/requests/content_item_requests/endpoint_behaviour_spec.rb
@@ -1,11 +1,11 @@
RSpec.describe "Endpoint behaviour", type: :request do
context "GET /v2/content" do
- let(:request_path) { "/v2/content?document_type=topic&fields[]=title&fields[]=description" }
+ let(:request_path) { "/v2/content?document_type=taxon&fields[]=title&fields[]=description" }
let(:request_body) { "" }
let(:request_method) { :get }
it "responds with 200" do
- get "/v2/content?document_type=topic&fields[]=title&fields[]=description"
+ get "/v2/content?document_type=taxon&fields[]=title&fields[]=description"
expect(response.status).to eq(200)
end
end
diff --git a/spec/service_consumers/pact_helper.rb b/spec/service_consumers/pact_helper.rb
index 87e66e7ab..aa7bab5ce 100644
--- a/spec/service_consumers/pact_helper.rb
+++ b/spec/service_consumers/pact_helper.rb
@@ -225,8 +225,8 @@ def url_encode(str)
create(
:draft_edition,
document: en_doc,
- document_type: "topic",
- schema_name: "topic",
+ document_type: "taxon",
+ schema_name: "taxon",
public_updated_at: "2015-01-03",
user_facing_version: 1,
)
@@ -234,8 +234,8 @@ def url_encode(str)
create(
:draft_edition,
document: fr_doc,
- document_type: "topic",
- schema_name: "topic",
+ document_type: "taxon",
+ schema_name: "taxon",
public_updated_at: "2015-01-02",
user_facing_version: 1,
)
@@ -243,8 +243,8 @@ def url_encode(str)
create(
:draft_edition,
document: ar_doc,
- document_type: "topic",
- schema_name: "topic",
+ document_type: "taxon",
+ schema_name: "taxon",
public_updated_at: "2015-01-01",
user_facing_version: 1,
)
@@ -258,8 +258,8 @@ def url_encode(str)
create(
:superseded_edition,
document:,
- document_type: "topic",
- schema_name: "topic",
+ document_type: "taxon",
+ schema_name: "taxon",
public_updated_at: "2015-01-03",
user_facing_version: 1,
)
@@ -267,8 +267,8 @@ def url_encode(str)
create(
:live_edition,
document:,
- document_type: "topic",
- schema_name: "topic",
+ document_type: "taxon",
+ schema_name: "taxon",
public_updated_at: "2015-01-03",
user_facing_version: 2,
)
@@ -311,7 +311,7 @@ def url_encode(str)
end
end
- provider_state "there are four content items with document_type 'topic'" do
+ provider_state "there are four content items with document_type 'taxon'" do
set_up do
(1..4).each do |index|
create(
@@ -319,14 +319,14 @@ def url_encode(str)
title: "title_#{index}",
document: create(:document),
base_path: "/path_#{index}",
- document_type: "topic",
+ document_type: "taxon",
public_updated_at: Time.zone.local(2018, 12 - index, 1, 12, 0, 0),
)
end
end
end
- provider_state "there is content with document_type 'topic'" do
+ provider_state "there is content with document_type 'taxon'" do
set_up do
document_a = create(
:document,
@@ -338,8 +338,8 @@ def url_encode(str)
title: "Content Item A",
document: document_a,
base_path: "/a-base-path",
- document_type: "topic",
- schema_name: "topic",
+ document_type: "taxon",
+ schema_name: "taxon",
public_updated_at: "2015-01-02",
details: {
internal_name: "an internal name",
@@ -357,8 +357,8 @@ def url_encode(str)
document: document_b,
base_path: "/another-base-path",
public_updated_at: "2015-01-01",
- document_type: "topic",
- schema_name: "topic",
+ document_type: "taxon",
+ schema_name: "taxon",
)
end
end
@@ -415,7 +415,7 @@ def url_encode(str)
end
end
end
- provider_state "there is content with document_type 'topic' for multiple publishing apps" do
+ provider_state "there is content with document_type 'taxon' for multiple publishing apps" do
set_up do
document_a = create(:document)
document_b = create(:document)
@@ -426,8 +426,8 @@ def url_encode(str)
document: document_a,
title: "Content Item A",
base_path: "/a-base-path",
- document_type: "topic",
- schema_name: "topic",
+ document_type: "taxon",
+ schema_name: "taxon",
)
create(
@@ -435,8 +435,8 @@ def url_encode(str)
document: document_b,
title: "Content Item B",
base_path: "/another-base-path",
- document_type: "topic",
- schema_name: "topic",
+ document_type: "taxon",
+ schema_name: "taxon",
)
create(
@@ -444,14 +444,14 @@ def url_encode(str)
document: document_c,
title: "Content Item C",
base_path: "/yet-another-base-path",
- document_type: "topic",
- schema_name: "topic",
+ document_type: "taxon",
+ schema_name: "taxon",
publishing_app: "whitehall",
)
end
end
- provider_state "there are two documents with a 'topic' link to another document" do
+ provider_state "there are two documents with a 'taxon' link to another document" do
set_up do
content_id1 = "6cb2cf8c-670f-4de3-97d5-6ad9114581c7"
content_id2 = "08dfd5c3-d935-4e81-88fd-cfe65b78893d"
@@ -492,8 +492,8 @@ def url_encode(str)
link_set1 = create(:link_set, content_id: content_id3)
link_set2 = create(:link_set, content_id: content_id2)
- create(:link, link_set: link_set1, link_type: "topic", target_content_id: content_id1)
- create(:link, link_set: link_set2, link_type: "topic", target_content_id: content_id1)
+ create(:link, link_set: link_set1, link_type: "taxon", target_content_id: content_id1)
+ create(:link, link_set: link_set2, link_type: "taxon", target_content_id: content_id1)
end
end
@@ -504,8 +504,8 @@ def url_encode(str)
create(
:draft_edition,
document:,
- document_type: "topic",
- schema_name: "topic",
+ document_type: "taxon",
+ schema_name: "taxon",
details: { foo: :bar },
)
end