{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.onTokenIssuanceStartReturnClaim",
"title": "onTokenIssuanceStartReturnClaim",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"claimIdInApiResponse": {
"type": "string",
"description": "The identifier of the claim returned by an API that is to be add to a token being issued.",
"nullable": true
},
"@odata.type": {
"type": "string"
}
}
}