{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-structure/config-put-organization-config-rule-response-structure.json", "name": "PutOrganizationConfigRuleResponse", "description": "PutOrganizationConfigRuleResponse schema", "type": "object", "properties": { "OrganizationConfigRuleArn": { "allOf": [ { "$ref": "#/components/schemas/StringWithCharLimit256" }, { "description": "The Amazon Resource Name (ARN) of an organization Config rule." } ] } } }