{ "type": "object", "properties": { "IntegrationType": { "type": "string", "enum": [ "AWS", "AWS_PROXY", "HTTP", "HTTP_PROXY", "MOCK" ], "description": "Type of integration.", "example": "AWS" }, "IntegrationUri": { "type": "string", "description": "Integration target URI.", "example": "https://example.com/resource/123" }, "PayloadFormatVersion": { "type": "string", "description": "Payload format version.", "example": "1.0" } }, "required": [ "IntegrationType" ], "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/aws-api-gateway/refs/heads/main/json-structure/v2-create-integration-request-structure.json", "name": "CreateIntegrationRequest", "description": "CreateIntegrationRequest schema from Amazon API Gateway v2 API" }