{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-structure/catalog-owner-entity-configuration-structure.json", "name": "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" ] } } }