File tree Expand file tree Collapse file tree 1 file changed +3
-15
lines changed Expand file tree Collapse file tree 1 file changed +3
-15
lines changed Original file line number Diff line number Diff line change @@ -307,15 +307,11 @@ Feature: Table inheritance
307
307
"items": {
308
308
"type": "object",
309
309
"properties": {
310
- "@type": {
311
- "type": "string",
312
- "pattern": "^ResourceInterface$"
313
- },
314
- "@id": {
310
+ "foo": {
315
311
"type": "string",
316
- "pattern ": "^_: "
312
+ "required ": "true "
317
313
},
318
- "foo ": {
314
+ "fooz ": {
319
315
"type": "string",
320
316
"required": "true"
321
317
}
@@ -342,14 +338,6 @@ Feature: Table inheritance
342
338
"type": "string",
343
339
"pattern": "ResourceInterface$"
344
340
},
345
- "@id": {
346
- "type": "string",
347
- "pattern": "resource_interfaces$"
348
- },
349
- "@type": {
350
- "type": "string",
351
- "pattern": "^ResourceInterface$"
352
- },
353
341
"foo": {
354
342
"type": "string",
355
343
"required": "true"
You can’t perform that action at this time.
0 commit comments