diff --git a/src/main/webapp/assets/schema/hl7Application.schema.json b/src/main/webapp/assets/schema/hl7Application.schema.json
index cf6da103..45884649 100644
--- a/src/main/webapp/assets/schema/hl7Application.schema.json
+++ b/src/main/webapp/assets/schema/hl7Application.schema.json
@@ -76,7 +76,18 @@
"description": "MSH fields to be validated if missing or not, according to IHE RAD TF Vol 2 Message Control requirements. If absent, previous default checks in dcm4che library are applied.",
"type": "array",
"items": {
- "type": "integer"
+ "type": "integer",
+ "enum": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 9,
+ 10,
+ 11,
+ 12
+ ]
}
},
"dicomDescription": {