Bunq · Schema

Certificate

Banking

Properties

Name Type Description
certificate string A single certificate in the chain in .PEM format.
View JSON Schema on GitHub

JSON Schema

bunq-certificate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Certificate",
  "title": "Certificate",
  "type": "object",
  "properties": {
    "certificate": {
      "type": "string",
      "description": "A single certificate in the chain in .PEM format.",
      "readOnly": false,
      "writeOnly": false
    }
  }
}