{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/mq_visibility_timeout", "title": "mq_visibility_timeout", "description": "The number of milliseconds that a message is exclusively leased. After the timeout, the message becomes available for another attempt.", "example": 6000, "type": "number" }