{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iam-identity-center/refs/heads/main/json-schema/sso-admin-describe-permission-set-response-schema.json", "title": "DescribePermissionSetResponse", "description": "DescribePermissionSetResponse schema from AWS IAM Identity Center", "type": "object", "properties": { "PermissionSet": { "allOf": [ { "$ref": "#/components/schemas/PermissionSet" }, { "description": "Describes the level of access on an AWS account." } ] } } }