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

@@ -10,7 +10,11 @@
"description": { "$ref": "./base types/definition.json" },
"tags": { "$ref": "./base types/tags.json" },
"input": { "type": "string", "description": "Input potion used on the brewing stand.", "title": "Input" },
"output": { "type": "string", "description": "Output potion from mixing the input potion with the reagent on the brewing stand.", "title": "Output" },
"output": {
"type": "string",
"description": "Output potion from mixing the input potion with the reagent on the brewing stand.",
"title": "Output"
},
"reagent": { "type": "string", "description": "Item used to mix with the input potion.", "title": "Reagent" }
}
}

View File

@@ -10,7 +10,11 @@
"description": { "$ref": "./base types/definition.json" },
"tags": { "$ref": "./base types/tags.json" },
"input": { "type": "string", "description": "Input potion used on the brewing stand.", "title": "Input" },
"output": { "type": "string", "description": "Output potion from mixing the input potion with the reagent on the brewing stand.", "title": "Output" },
"output": {
"type": "string",
"description": "Output potion from mixing the input potion with the reagent on the brewing stand.",
"title": "Output"
},
"reagent": { "type": "string", "description": "Item used to mix with the input potion.", "title": "Reagent" }
}
}