Commit 54c836e1 by jaymehta

approved status

1 parent b588ca0c
......@@ -69,6 +69,16 @@
},
"phone": {
"type": "string"
},
"approved": {
"type": "enumeration",
"enum": [
"none",
"pending",
"rejected",
"approved"
],
"default": "none"
}
}
}
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!