Skip to content

Commit e05809e

Browse files
committed
Removing id/context keys from interfaces resources
It should work like this but sadly it does not ATM. This is some WIP and should not be tested for now.
1 parent e4d701e commit e05809e

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

features/main/table_inheritance.feature

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -307,15 +307,11 @@ Feature: Table inheritance
307307
"items": {
308308
"type": "object",
309309
"properties": {
310-
"@type": {
311-
"type": "string",
312-
"pattern": "^ResourceInterface$"
313-
},
314-
"@id": {
310+
"foo": {
315311
"type": "string",
316-
"pattern": "^_:"
312+
"required": "true"
317313
},
318-
"foo": {
314+
"fooz": {
319315
"type": "string",
320316
"required": "true"
321317
}
@@ -342,14 +338,6 @@ Feature: Table inheritance
342338
"type": "string",
343339
"pattern": "ResourceInterface$"
344340
},
345-
"@id": {
346-
"type": "string",
347-
"pattern": "resource_interfaces$"
348-
},
349-
"@type": {
350-
"type": "string",
351-
"pattern": "^ResourceInterface$"
352-
},
353341
"foo": {
354342
"type": "string",
355343
"required": "true"

0 commit comments

Comments
 (0)