Bunq · Schema

CertificatePinnedCreate

Banking

Properties

Name Type Description
id integer The id generated for the pinned certificate chain.
View JSON Schema on GitHub

JSON Schema

bunq-certificatepinnedcreate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CertificatePinnedCreate",
  "title": "CertificatePinnedCreate",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "description": "The id generated for the pinned certificate chain.",
      "readOnly": true,
      "writeOnly": false
    }
  }
}