{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mq/refs/heads/main/json-schema/mq-api-max-results-schema.json", "title": "MaxResults", "description": "MaxResults schema from Amazon MQ API", "type": "integer", "minimum": 1, "maximum": 100 }