@universis/dining
Version:
Universis api for dining
56 lines (55 loc) • 1.24 kB
JSON
{
"$schema": "https://themost-framework.github.io/themost/models/2018/2/schema.json",
"@id": "https://themost.io/schemas/Review",
"name": "Review",
"description": "A review of an item",
"title": "Reviews",
"abstract": false,
"sealed": false,
"hidden": true,
"implements": "Thing",
"version": "1.2",
"fields": [
{
"name": "reviewBody",
"title": "Body",
"description": "The actual body of the review.",
"type": "Text",
"size": 4000
},
{
"name": "reviewAspect",
"title": "Review aspect",
"description": "This Review or Rating is relevant to this value.",
"type": "Text"
},
{
"name": "reviewRating",
"title": "Review rating",
"description": "The rating given in this review.",
"type": "Number"
},
{
"name": "itemReviewed",
"title": "Item reviewed",
"description": "The item that is being reviewed.",
"type": "Object"
}
],
"privileges": [
{
"mask": 15,
"type": "global"
},
{
"mask": 15,
"type": "global",
"account": "Administrators"
},
{
"mask": 15,
"type": "global",
"account": "DiningAdministrators"
}
]
}