featuretracker/dashboard-project-api/common/models/rst.json

18 lines
256 B
JSON

{
"name": "Rst",
"plural": "Rsts",
"base": "PersistedModel",
"properties": {
"name": {
"type": "string"
},
"patchValues": {
"type": "object"
}
},
"validations": [],
"relations": {},
"acls": [],
"methods": {}
}