Bunq · Schema

FeatureAnnouncementRead

Banking

Properties

Name Type Description
avatar object The Avatar of the event overview.
title string The event overview title of the feature display
sub_title string The event overview subtitle of the feature display
type string The type of the feature announcement so apps can override with their own stuff if desired
View JSON Schema on GitHub

JSON Schema

bunq-featureannouncementread-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FeatureAnnouncementRead",
  "title": "FeatureAnnouncementRead",
  "type": "object",
  "properties": {
    "avatar": {
      "type": "object",
      "description": "The Avatar of the event overview.",
      "readOnly": true,
      "writeOnly": false,
      "$ref": "#/components/schemas/Avatar"
    },
    "title": {
      "type": "string",
      "description": "The event overview title of the feature display",
      "readOnly": true,
      "writeOnly": false
    },
    "sub_title": {
      "type": "string",
      "description": "The event overview subtitle of the feature display",
      "readOnly": true,
      "writeOnly": false
    },
    "type": {
      "type": "string",
      "description": "The type of the feature announcement so apps can override with their own stuff if desired",
      "readOnly": true,
      "writeOnly": false
    }
  }
}