{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/lightspeed-pos/refs/heads/main/json-structure/restaurant-k-series-pms-api-provider-features-structure.json", "name": "pms-apiProviderFeatures", "description": "The optional features that the PMS provider supports. See the [Integration Guide](https://api-portal.lsk.lightspeed.app/category/property-management-systems) for more details.", "type": "array", "items": { "type": "string", "enum": [ "SEARCH_BY_NAME", "MIRRORING", "PARTIAL_PAYMENTS", "MULTI_PAYMENTS", "SERVICE_CHARGE", "ENRICHED_PAYLOAD" ], "example": "MIRRORING" } }