@wmfs/tymly
Version:
A framework for building and sharing workflows in Node.js
22 lines (21 loc) • 346 B
JSON
{
"id": "rescue",
"title": "Rescue Pets",
"description": "Some Pets That Have Been Rescued",
"primaryKey": [
"id"
],
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"animal": {
"type": "string"
}
},
"required": ["id", "name", "animal"]
}