{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-health-dashboard/refs/heads/main/json-schema/health-max-results-schema.json", "title": "maxResults", "description": "maxResults schema from Amazon Health Dashboard API", "type": "integer", "minimum": 10, "maximum": 100 }