{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-structure/marketing-update-store-pay-green-configuration-request-structure.json", "name": "UpdateStorePayGreenConfigurationRequest", "description": "UpdateStorePayGreenConfigurationRequest.", "type": "object", "properties": { "Active": { "description": "Active.", "type": "boolean", "example": true }, "PayGreenConfigurationId": { "description": "PayGreenConfigurationId.", "type": "int32", "example": 500123 } } }