# SoftwarePreservation-schema.json
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "../Documentation/Implementation/data_model/Json/",
"title": "SoftwarePreservation",
"description": "SoftwarePreservation schema",
"dataTypes": [
"software"
],
"type": "object",
"properties": {
"identifier": {
"type": "string",
"description": "SWHID identifier assigned to the source code in the Software Heritage archive"
},
"IdType": {
"type": "string",
"description": "Resource ID Type"
}
},
"required": []
}