diff --git a/schema.json b/schema.json index 9e099459..e724f87a 100644 --- a/schema.json +++ b/schema.json @@ -65,7 +65,7 @@ }, "codiceCatastale": { "type": "string", - "pattern": "(^[A-Z]{1}[0-9]{3}$)|(^$)" + "pattern": "^[A-Z]{1}[0-9]{3}$" }, "cap": { "type": "array",