Bunq · Schema

AvatarCreate

Banking

Properties

Name Type Description
uuid string The UUID of the created avatar.
View JSON Schema on GitHub

JSON Schema

bunq-avatarcreate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AvatarCreate",
  "title": "AvatarCreate",
  "type": "object",
  "properties": {
    "uuid": {
      "type": "string",
      "description": "The UUID of the created avatar.",
      "readOnly": true,
      "writeOnly": false
    }
  }
}