{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-schema/catalog-owner-entity-configuration-schema.json", "title": "OwnerEntityConfiguration", "description": "OwnerEntity information to configure its {Flipdish.Metafields.PublicModels.V1.MetafieldDefinition}s", "type": "object", "properties": { "OwnerEntity": { "description": "Owner Entity", "enum": [ "CatalogItem", "CatalogGroup", "Menu" ], "type": "string", "example": "CatalogItem" }, "AllowedBehaviors": { "description": "", "type": "array", "items": { "enum": [ "SendToOrder", "SendToMenu" ], "type": "string" }, "example": [ "SendToOrder" ] } } }