UNPKG

@universis/dining

Version:

Universis api for dining

77 lines (76 loc) 1.82 kB
{ "$schema": "https://themost-framework.github.io/themost/models/2018/2/schema.json", "@id": "https://universis.io/entities/DiningPreferenceEffectiveStatusLocale", "name": "DiningPreferenceEffectiveStatusLocale", "description": "Contains a collection of extra fields required for DiningPreferenceEffectiveStatus.", "title": "DiningPreferenceEffectiveStatusLocale", "abstract": false, "contains": "DiningPreferenceEffectiveStatus", "hidden": true, "sealed": false, "version": "1.0", "fields": [ { "@id": "https://themost.io/schemas/id", "name": "id", "title": "ID", "description": "The identifier of the item.", "type": "Counter", "primary": true, "nullable": false }, { "@id": "https://themost.io/schemas/object", "name": "object", "title": "object", "description": "The parent item.", "type": "DiningPreferenceEffectiveStatus" }, { "@id": "http://schema.org/inLanguage", "name": "inLanguage", "title": "inLanguage", "description": "The language of this item.", "type": "Text", "size": 5 }, { "name": "name", "title": "name", "description": "The name of the item.", "type": "Text" }, { "name": "description", "title": "The description of the item.", "type": "Note" } ], "constraints": [ { "type": "unique", "fields": ["object", "inLanguage"] } ], "privileges": [ { "mask": 1, "type": "global", "account": "*" }, { "mask": 15, "type": "global" }, { "mask": 15, "type": "global", "account": "Administrators" }, { "mask": 15, "type": "global", "account": "DiningAdministrators" } ] }