2
0
mirror of https://github.com/frappe/books.git synced 2024-11-15 09:54:04 +00:00
books/schemas/core/PatchRun.json

26 lines
441 B
JSON
Raw Normal View History

2022-03-23 07:31:15 +00:00
{
"name": "PatchRun",
2022-03-23 08:37:00 +00:00
"label": "Patch Run",
"naming": "manual",
2022-03-23 07:31:15 +00:00
"fields": [
{
"fieldname": "name",
"fieldtype": "Data",
"label": "Name",
"required": true
2023-07-12 09:28:14 +00:00
},
{
"fieldname": "failed",
"fieldtype": "Check",
"label": "Failed",
"default": false
},
{
"fieldname": "version",
"fieldtype": "Data",
"label": "Version",
"default": "0.0.0"
2022-03-23 07:31:15 +00:00
}
]
2022-03-23 08:37:00 +00:00
}