{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-structure/config-get-organization-custom-rule-policy-response-structure.json", "name": "GetOrganizationCustomRulePolicyResponse", "description": "GetOrganizationCustomRulePolicyResponse schema", "type": "object", "properties": { "PolicyText": { "allOf": [ { "$ref": "#/components/schemas/PolicyText" }, { "description": "The policy definition containing the logic for your organization Config Custom Policy rule." } ] } } }