๐Ÿ“ฆ RobLoach / vscode-unciv

๐Ÿ“„ Religions.schema.json ยท 26 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26{
  "$id": "https://raw.githubusercontent.com/yairm210/Unciv/refs/heads/master/docs/Modders/schemas/Religions.schema.json",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Religions",
  "description": "A list of Religion names that will be used.",
  "type": "array",
  "items": {
    "type": "string",
    "title": "Religion",
    "description": "A name of a Religion.",
    "examples": [
      "Buddhism",
      "Christianity",
      "Confucianism",
      "Hinduism",
      "Islam",
      "Judaism",
      "Shinto",
      "Sikhism",
      "Taoism",
      "Tengriism",
      "Zoroastrianism"
    ]
  }
}