{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/IamProperties", "title": "IamProperties", "type": "object", "properties": { "kind": { "type": "string", "enum": [ "azure", "aws" ] }, "roles": { "type": "array", "items": { "type": "string" } } }, "required": [ "kind" ] }