auto: Formatted documents

This commit is contained in:
DaanV2
2021-05-18 23:32:44 +02:00
parent 6963d4eaab
commit 5b784a9cfc
400 changed files with 6276 additions and 1125 deletions

View File

@@ -39,7 +39,10 @@
{
"type": "object",
"required": ["min", "max"],
"properties": { "min": { "title": "Minimum", "type": "number", "minimum": 0 }, "max": { "title": "Minimum", "type": "number", "minimum": 1 } }
"properties": {
"min": { "title": "Minimum", "type": "number", "minimum": 0 },
"max": { "title": "Minimum", "type": "number", "minimum": 1 }
}
}
]
},
@@ -58,7 +61,11 @@
"count": { "type": "integer", "title": "Count", "description": "The amount of the item" },
"name": { "title": "Name", "type": "string", "description": "An item or loottable", "pattern": "^([\\w]+:|loot_tables/)" },
"weight": { "title": "Weight", "type": "integer", "minimum": 1 },
"functions": { "title": "Functions", "type": "array", "items": { "type": "object", "required": ["function"], "title": "Function", "$ref": "./functions.json" } },
"functions": {
"title": "Functions",
"type": "array",
"items": { "type": "object", "required": ["function"], "title": "Function", "$ref": "./functions.json" }
},
"pools": { "$ref": "#/definitions/pools_spec" },
"quality": { "title": "Quality", "description": "UNDOCUMANTED", "type": "integer" }
}