Skip to content

Commit 68fa0bc

Browse files
committed
context validation fix
1 parent 78226e8 commit 68fa0bc

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

context.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,16 @@
180180
]
181181
},
182182
"niveau": {
183-
"$ref": "#/definitions/base"
183+
"allOf": [
184+
{ "$ref": "#/definitions/base" },
185+
{
186+
"properties": {
187+
"prefix": {
188+
"type": "string"
189+
}
190+
}
191+
}
192+
]
184193
},
185194
"allEntities" : {
186195
"properties" : {

0 commit comments

Comments
 (0)