{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-signer/refs/heads/main/json-schema/amazon-signer-category-schema.json", "title": "Category", "description": "Category schema from AWS Signer API", "type": "string", "enum": [ "AWSIoT" ] }