diff --git a/content_schemas/dist/formats/specialist_document/frontend/schema.json b/content_schemas/dist/formats/specialist_document/frontend/schema.json index 421eedb90..7bf25150f 100644 --- a/content_schemas/dist/formats/specialist_document/frontend/schema.json +++ b/content_schemas/dist/formats/specialist_document/frontend/schema.json @@ -2682,6 +2682,7 @@ "import-rejected-at-border", "making-marketing-of-product-subject-to-prior-conditions", "marking-product-with-appropriate-warnings-on-risks", + "modification-programme", "recall-of-product-from-end-users", "removal-of-listing-by-online-marketplace", "temporary-ban-on-supply-offer-and-display-of-product", diff --git a/content_schemas/dist/formats/specialist_document/notification/schema.json b/content_schemas/dist/formats/specialist_document/notification/schema.json index 7c536527b..9453bc121 100644 --- a/content_schemas/dist/formats/specialist_document/notification/schema.json +++ b/content_schemas/dist/formats/specialist_document/notification/schema.json @@ -2810,6 +2810,7 @@ "import-rejected-at-border", "making-marketing-of-product-subject-to-prior-conditions", "marking-product-with-appropriate-warnings-on-risks", + "modification-programme", "recall-of-product-from-end-users", "removal-of-listing-by-online-marketplace", "temporary-ban-on-supply-offer-and-display-of-product", diff --git a/content_schemas/dist/formats/specialist_document/publisher_v2/schema.json b/content_schemas/dist/formats/specialist_document/publisher_v2/schema.json index fb01d1fe2..9e017002a 100644 --- a/content_schemas/dist/formats/specialist_document/publisher_v2/schema.json +++ b/content_schemas/dist/formats/specialist_document/publisher_v2/schema.json @@ -2491,6 +2491,7 @@ "import-rejected-at-border", "making-marketing-of-product-subject-to-prior-conditions", "marking-product-with-appropriate-warnings-on-risks", + "modification-programme", "recall-of-product-from-end-users", "removal-of-listing-by-online-marketplace", "temporary-ban-on-supply-offer-and-display-of-product", diff --git a/content_schemas/examples/specialist_document/frontend/product-safety-alerts-reports-recalls.json b/content_schemas/examples/specialist_document/frontend/product-safety-alerts-reports-recalls.json index ed52014ae..6f3db397b 100644 --- a/content_schemas/examples/specialist_document/frontend/product-safety-alerts-reports-recalls.json +++ b/content_schemas/examples/specialist_document/frontend/product-safety-alerts-reports-recalls.json @@ -317,6 +317,10 @@ "label": "Marking the product with appropriate warnings on the risks", "value": "marking-product-with-appropriate-warnings-on-risks" }, + { + "label": "Modification programme", + "value": "modification-programme" + }, { "label": "Recall of the product from end users", "value": "recall-of-product-from-end-users" diff --git a/content_schemas/formats/shared/definitions/_specialist_document.jsonnet b/content_schemas/formats/shared/definitions/_specialist_document.jsonnet index 7bd2cd436..346f8d432 100644 --- a/content_schemas/formats/shared/definitions/_specialist_document.jsonnet +++ b/content_schemas/formats/shared/definitions/_specialist_document.jsonnet @@ -2414,6 +2414,7 @@ "import-rejected-at-border", "making-marketing-of-product-subject-to-prior-conditions", "marking-product-with-appropriate-warnings-on-risks", + "modification-programme", "recall-of-product-from-end-users", "removal-of-listing-by-online-marketplace", "temporary-ban-on-supply-offer-and-display-of-product",