{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EntityType", "title": "EntityType", "type": "string", "enum": [ "User", "Role", "Group", "LocalManagedPolicy", "AWSManagedPolicy" ] }