{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "pms-apiProviderApiKey", "description": "The API key for the PMS provider.", "$id": "https://raw.githubusercontent.com/api-evangelist/lightspeed-pos/refs/heads/main/json-schema/restaurant-k-series-pms-api-provider-api-key-schema.json", "type": "string", "minLength": 1, "maxLength": 255, "example": "fake-secret" }