{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-route53-resolver/refs/heads/main/json-schema/amazon-route53-resolver-openapi-import-firewall-domains-response-schema.json", "title": "ImportFirewallDomainsResponse", "description": "ImportFirewallDomainsResponse schema from openapi", "type": "object", "properties": { "Id": { "allOf": [ { "$ref": "#/components/schemas/ResourceId" }, { "description": "The Id of the firewall domain list that DNS Firewall just updated." } ] }, "Name": { "allOf": [ { "$ref": "#/components/schemas/Name" }, { "description": "The name of the domain list. " } ] }, "Status": { "allOf": [ { "$ref": "#/components/schemas/FirewallDomainListStatus" }, { "description": "Status of the import request." } ] }, "StatusMessage": { "allOf": [ { "$ref": "#/components/schemas/StatusMessage" }, { "description": "Additional information about the status of the list, if available." } ] } } }