Adyen · JSON Structure

Management Release Update Details Structure

ReleaseUpdateDetails schema from Adyen API

Type: object Properties: 2
PaymentsFinancial ServicesFintech

ReleaseUpdateDetails is a JSON Structure definition published by Adyen, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

type updateAtFirstMaintenanceCall

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/management-release-update-details-structure.json",
  "description": "ReleaseUpdateDetails schema from Adyen API",
  "type": "object",
  "properties": {
    "type": {
      "default": "ReleaseUpdate",
      "description": "Type of terminal action: Update Release.",
      "enum": [
        "ReleaseUpdate"
      ],
      "type": "string"
    },
    "updateAtFirstMaintenanceCall": {
      "description": "Boolean flag that tells if the terminal should update at the first next maintenance call. If false, terminal will update on its configured reboot time.",
      "type": "boolean"
    }
  },
  "additionalProperties": false,
  "name": "ReleaseUpdateDetails"
}