Skip to content

Commit

Permalink
added object type to properties.
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoffin committed Oct 4, 2024
1 parent 54fbea8 commit 54f561c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion schema/imports/ssvc/ssvc-v1.0.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,10 @@
},
"properties": {
"SsvcdecisionpointgroupselectionSchema": {
"$ref": "#/definitions/SsvcdecisionpointgroupselectionSchema"
"type": "object",
"items": {
"$ref": "#/definitions/SsvcdecisionpointgroupselectionSchema"
}
}
}
}

0 comments on commit 54f561c

Please sign in to comment.