mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 10:17:22 +01:00
30 lines
785 B
JSON
30 lines
785 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"type": "object",
|
|
"properties": {
|
|
"Entry": {
|
|
"type": "boolean"
|
|
},
|
|
"Slot": {
|
|
"$ref": "meta_enums.json#HumanSlot"
|
|
},
|
|
"Id": {
|
|
"$ref": "meta_enums.json#U16"
|
|
},
|
|
"Shape": {
|
|
"type": "string",
|
|
"minLength": 5,
|
|
"maxLength": 30,
|
|
"pattern": "^shpx_"
|
|
},
|
|
"ConnectorCondition": {
|
|
"$ref": "meta_enums.json#ShapeConnectorCondition"
|
|
},
|
|
"GenderRaceCondition": {
|
|
"enum": [ 0, 101, 201, 301, 401, 501, 601, 701, 801, 901, 1001, 1101, 1201, 1301, 1401, 1501, 1601, 1701, 1801 ]
|
|
}
|
|
},
|
|
"required": [
|
|
"Shape"
|
|
]
|
|
}
|