Commit 78761c72 by Ravindra Kanojiya

updated experience field

1 parent a214b146
......@@ -98,6 +98,20 @@
},
"giftSomeone": {
"type": "boolean"
},
"image": {
"type": "media",
"multiple": false,
"required": false,
"allowedTypes": [
"images"
]
},
"rating": {
"type": "decimal"
},
"off": {
"type": "integer"
}
}
}
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!