Skip to content

Commit

Permalink
remove 'name' in snippets' required field and add 'documentNamespace'…
Browse files Browse the repository at this point in the history
… to doc's required field

Signed-off-by: David Liu <[email protected]>
  • Loading branch information
liudongwei committed Aug 6, 2024
1 parent e3a5c7b commit 0fb094c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schemas/spdx-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@
"type" : "string"
}
},
"required" : [ "SPDXID", "copyrightText", "licenseConcluded", "name", "ranges", "snippetFromFile" ],
"required" : [ "SPDXID", "copyrightText", "licenseConcluded", "ranges", "snippetFromFile" ],
"additionalProperties" : false
}
},
Expand Down Expand Up @@ -717,6 +717,6 @@
}
}
},
"required" : [ "SPDXID", "creationInfo", "dataLicense", "name", "spdxVersion" ],
"required" : [ "SPDXID", "creationInfo", "dataLicense", "name", "spdxVersion", "documentNamespace" ],
"additionalProperties" : false
}

0 comments on commit 0fb094c

Please sign in to comment.