{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://api-evangelist.github.io/amazon-appsync/json-structure/appsync-update-api-key-request-structure.json", "title": "UpdateApiKeyRequest", "description": "Request to update an API key", "type": "record", "fields": { "description": { "type": "string", "description": "Updated description" }, "expires": { "type": "integer", "description": "Updated expiration timestamp" } } }