Skip to content

Commit 9c50be0

Browse files
committed
resolve ordering inconsistency
1 parent 3b3ce8f commit 9c50be0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

  • documentation/IDTA-01002-3/modules/ROOT/pages

documentation/IDTA-01002-3/modules/ROOT/pages/schema.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -218,11 +218,11 @@
218218
"$strVal": {
219219
"$ref": "#/definitions/standardString"
220220
},
221-
"$attribute": {
222-
"$ref": "#/definitions/attributeItem"
223-
},
224221
"$strCast": {
225222
"$ref": "#/definitions/Value"
223+
},
224+
"$attribute": {
225+
"$ref": "#/definitions/attributeItem"
226226
}
227227
},
228228
"oneOf": [
@@ -238,12 +238,12 @@
238238
},
239239
{
240240
"required": [
241-
"$attribute"
241+
"$strCast"
242242
]
243243
},
244244
{
245245
"required": [
246-
"$strCast"
246+
"$attribute"
247247
]
248248
}
249249
],

0 commit comments

Comments
 (0)