{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GetContextKeysForPolicyResponse", "title": "GetContextKeysForPolicyResponse", "type": "object", "properties": { "ContextKeyNames": { "allOf": [ { "$ref": "#/components/schemas/ContextKeyNamesResultListType" }, { "description": "The list of context keys that are referenced in the input policies." } ] } }, "description": "Contains the response to a successful GetContextKeysForPrincipalPolicy or GetContextKeysForCustomPolicy request. " }