{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/iam_create_payload", "title": "iam_create_payload", "properties": { "condition": { "$ref": "#/components/schemas/iam_condition" }, "expires_on": { "$ref": "#/components/schemas/iam_expires_on" }, "name": { "$ref": "#/components/schemas/iam_name" }, "not_before": { "$ref": "#/components/schemas/iam_not_before" }, "policies": { "$ref": "#/components/schemas/iam_token_policies" } }, "required": [ "name", "policies" ], "type": "object" }