UNPKG

@universis/dining

Version:

Universis api for dining

86 lines (85 loc) 2.08 kB
{ "$schema": "https://themost-framework.github.io/themost/models/2018/2/schema.json", "@id": "https://universis.io/entities/DiningRequestEffectiveStatusTypeLocale", "name": "DiningRequestEffectiveStatusLocale", "description": "Contains a collection of extra fields required for DiningRequestEffectiveStatusType.", "title": "DiningRequestEffectiveStatusTypeLocale", "abstract": false, "contains": "DiningRequestEffectiveStatusType", "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": "DiningRequestEffectiveStatusType" }, { "@id": "http://schema.org/inLanguage", "name": "inLanguage", "title": "inLanguage", "description": "The language of this item.", "type": "Text", "size": 5 }, { "name": "alternateName", "title": "alternateName", "description": "The alternate name of the item.", "type": "Text" }, { "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", "description": "Object and inLanguage must be unique across different records", "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" } ] }