{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-schema/openapi-revoke-vpc-endpoint-access-request-schema.json", "title": "RevokeVpcEndpointAccessRequest", "description": "Revokes access to an Amazon OpenSearch Service domain that was provided through an interface VPC endpoint.", "type": "object", "properties": { "Account": { "allOf": [ { "$ref": "#/components/schemas/AWSAccount" }, { "description": "The account ID to revoke access from." } ] } }, "required": [ "Account" ] }