2
0
mirror of https://github.com/frappe/books.git synced 2024-11-09 23:30:56 +00:00
books/schemas/core/PatchRun.json
2023-07-12 14:58:14 +05:30

26 lines
441 B
JSON

{
"name": "PatchRun",
"label": "Patch Run",
"naming": "manual",
"fields": [
{
"fieldname": "name",
"fieldtype": "Data",
"label": "Name",
"required": true
},
{
"fieldname": "failed",
"fieldtype": "Check",
"label": "Failed",
"default": false
},
{
"fieldname": "version",
"fieldtype": "Data",
"label": "Version",
"default": "0.0.0"
}
]
}