Skip to content

Commit

Permalink
remove unnecessary field 'name' in snippets according to official spd…
Browse files Browse the repository at this point in the history
…x website

Signed-off-by: David Liu <[email protected]>
  • Loading branch information
liudongwei committed Aug 6, 2024
1 parent ecacc87 commit 3e40b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/spdx-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@
"type" : "string"
}
},
"required" : [ "SPDXID", "name", "ranges", "snippetFromFile" ],
"required" : [ "SPDXID", "ranges", "snippetFromFile" ],
"additionalProperties" : false
}
},
Expand Down

0 comments on commit 3e40b61

Please sign in to comment.