Bunq · Schema

OauthCallbackUrl

Banking

Properties

Name Type Description
url string The URL for this callback.
View JSON Schema on GitHub

JSON Schema

bunq-oauthcallbackurl-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OauthCallbackUrl",
  "title": "OauthCallbackUrl",
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "description": "The URL for this callback.",
      "readOnly": false,
      "writeOnly": false
    }
  },
  "required": [
    "url"
  ]
}