2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 03:29:00 +00:00
books/schemas/core/PatchRun.json

11 lines
155 B
JSON
Raw Normal View History

2022-03-23 07:31:15 +00:00
{
"name": "PatchRun",
"fields": [
{
"fieldname": "name",
"fieldtype": "Data",
"label": "Name",
"required": true
}
]
}