{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iam-identity-center/refs/heads/main/json-structure/sso-admin-create-permission-set-response-structure.json", "name": "CreatePermissionSetResponse", "description": "CreatePermissionSetResponse schema from AWS IAM Identity Center", "type": "object", "properties": { "PermissionSet": { "allOf": [ { "$ref": "#/components/schemas/PermissionSet" }, { "description": "Defines the level of access on an AWS account." } ] } } }