GetOrganizationCustomRulePolicyResponse schema
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-schema/config-get-organization-custom-rule-policy-response-schema.json", "title": "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." } ] } } }