auto: Formatted documents
This commit is contained in:
@@ -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" }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user