Skip to content

Commit a528b14

Browse files
committed
chore: rebuild with fixed pplications json schema
1 parent c559969 commit a528b14

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

apiary.apib

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14055,7 +14055,9 @@ application subresources directly at this resource
1405514055
"description": "Methods to be used (HTTP verbs)"
1405614056
},
1405714057
"description": "Requested resource, cannot be \"applications\", \"authentications\" or \"$update\""
14058-
},
14058+
}
14059+
},
14060+
"properties": {
1405914061
"authentications": {
1406014062
"type": "array",
1406114063
"uniqueItems": true,

src/applications/blueprint.apib

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,9 @@ application subresources directly at this resource
316316
"description": "Methods to be used (HTTP verbs)"
317317
},
318318
"description": "Requested resource, cannot be \"applications\", \"authentications\" or \"$update\""
319-
},
319+
}
320+
},
321+
"properties": {
320322
"authentications": {
321323
"type": "array",
322324
"uniqueItems": true,

0 commit comments

Comments
 (0)