{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/iam_token_base", "title": "iam_token_base", "properties": { "condition": { "$ref": "#/components/schemas/iam_condition" }, "expires_on": { "$ref": "#/components/schemas/iam_expires_on" }, "id": { "$ref": "#/components/schemas/iam_token_identifier" }, "issued_on": { "$ref": "#/components/schemas/iam_issued_on" }, "last_used_on": { "$ref": "#/components/schemas/iam_last_used_on" }, "modified_on": { "$ref": "#/components/schemas/iam_modified_on" }, "name": { "$ref": "#/components/schemas/iam_name" }, "not_before": { "$ref": "#/components/schemas/iam_not_before" }, "policies": { "$ref": "#/components/schemas/iam_token_policies" }, "status": { "$ref": "#/components/schemas/iam_status" } }, "type": "object" }