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