{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-structure/config-put-conformance-pack-response-structure.json", "name": "PutConformancePackResponse", "description": "PutConformancePackResponse schema", "type": "object", "properties": { "ConformancePackArn": { "allOf": [ { "$ref": "#/components/schemas/ConformancePackArn" }, { "description": "ARN of the conformance pack." } ] } } }