{ "$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-conformance-pack-response-structure.json", "name": "PutOrganizationConformancePackResponse", "description": "PutOrganizationConformancePackResponse schema", "type": "object", "properties": { "OrganizationConformancePackArn": { "allOf": [ { "$ref": "#/components/schemas/StringWithCharLimit256" }, { "description": "ARN of the organization conformance pack." } ] } } }