sprints and audit work
This commit is contained in:
43
docs/schemas/spdx-jsonld-3.0.1.schema.json
Normal file
43
docs/schemas/spdx-jsonld-3.0.1.schema.json
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"$id": "https://spdx.org/schema/3.0.1/spdx-json-schema.json",
|
||||
"$comment": "Placeholder schema for SPDX 3.0.1 JSON-LD - Download full schema from https://spdx.org/schema/3.0.1/spdx-json-schema.json",
|
||||
"type": "object",
|
||||
"title": "SPDX 3.0.1 JSON-LD Schema",
|
||||
"properties": {
|
||||
"@context": {
|
||||
"oneOf": [
|
||||
{ "type": "string" },
|
||||
{ "type": "object" },
|
||||
{ "type": "array" }
|
||||
]
|
||||
},
|
||||
"@graph": {
|
||||
"type": "array"
|
||||
},
|
||||
"@type": {
|
||||
"type": "string"
|
||||
},
|
||||
"spdxId": {
|
||||
"type": "string"
|
||||
},
|
||||
"creationInfo": {
|
||||
"type": "object"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"element": {
|
||||
"type": "array"
|
||||
},
|
||||
"rootElement": {
|
||||
"type": "array"
|
||||
},
|
||||
"namespaceMap": {
|
||||
"type": "array"
|
||||
},
|
||||
"externalMap": {
|
||||
"type": "array"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user