{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ListTokenExchangeProfileResponseContent",
"title": "ListTokenExchangeProfileResponseContent",
"type": "object",
"additionalProperties": false,
"properties": {
"next": {
"type": "string",
"description": "Opaque identifier for use with the from query parameter for the next page of results.
This identifier is valid for 24 hours."
},
"token_exchange_profiles": {
"type": "array",
"items": {
"$ref": "#/components/schemas/TokenExchangeProfileResponseContent"
}
}
}
}