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