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