diff --git a/definitions/v10/schema.json b/definitions/v10/schema.json index 57fdf671a..8fcf33c12 100644 --- a/definitions/v10/schema.json +++ b/definitions/v10/schema.json @@ -9,6 +9,13 @@ "id": { "type": "string" }, + "replaces": { + "type": "array", + "uniqueItems": true, + "items": { + "type": "string" + } + }, "name": { "type": "string" },