Skip to content

Commit

Permalink
removed and value and added type object to root.
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoffin committed Oct 4, 2024
1 parent 54f561c commit 1b1ae14
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions schema/imports/ssvc/ssvc-v1.0.1.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://certcc.github.io/SSVC/data/schema/v1/Decision_Point_Value_Selection-1-0-1.schema.json",
"definitions": {
"id": {
"type": "string",
Expand Down Expand Up @@ -97,12 +96,10 @@
"additionalProperties": false
}
},
"type": "object",
"properties": {
"SsvcdecisionpointgroupselectionSchema": {
"type": "object",
"items": {
"$ref": "#/definitions/SsvcdecisionpointgroupselectionSchema"
}
"$ref": "#/definitions/SsvcdecisionpointgroupselectionSchema"
}
}
}

0 comments on commit 1b1ae14

Please sign in to comment.