Skip to content

Commit

Permalink
added properties to root of schema to fix definition reference issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoffin committed Oct 4, 2024
1 parent 868b769 commit 54fbea8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion schema/imports/ssvc/ssvc-v1.0.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,9 @@
"additionalProperties": false
}
},
"$ref": "#/definitions/SsvcdecisionpointgroupselectionSchema"
"properties": {
"SsvcdecisionpointgroupselectionSchema": {
"$ref": "#/definitions/SsvcdecisionpointgroupselectionSchema"
}
}
}

0 comments on commit 54fbea8

Please sign in to comment.