atlas/tools/schema/patch.json
2023-06-20 23:27:43 +07:00

16 lines
368 B
JSON

{
"$schema": "https://json-schema.org/draft-07/schema",
"$ref": "atlas.json#/definitions/entry",
"properties": {
"_author": {
"type": "string",
"description": "Patch only: Author of the entry.",
"minLength": 1
},
"_reddit_id": {
"type": "string",
"description": "Patch only: Submission ID, if submitted from Reddit.",
"minLength": 1
}
}
}