atlas/tools/schema/patch.json

16 lines
368 B
JSON
Raw Normal View History

2023-06-16 12:13:08 +02:00
{
"$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
}
}
}