mirror of
https://github.com/placeAtlas/atlas.git
synced 2024-11-03 22:29:25 +01:00
16 lines
No EOL
368 B
JSON
16 lines
No EOL
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
|
|
}
|
|
}
|
|
} |