Adyen · JSON Structure

Checkout Sub Input Detail Structure

SubInputDetail schema from Adyen API

Type: object Properties: 6
PaymentsFinancial ServicesFintech

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

Properties

configuration items key optional type value

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/checkout-sub-input-detail-structure.json",
  "description": "SubInputDetail schema from Adyen API",
  "type": "object",
  "properties": {
    "configuration": {
      "additionalProperties": {
        "type": "string"
      },
      "description": "Configuration parameters for the required input.",
      "type": "object"
    },
    "items": {
      "description": "In case of a select, the items to choose from.",
      "items": {
        "$ref": "#/components/schemas/Item"
      },
      "type": "array"
    },
    "key": {
      "description": "The value to provide in the result.",
      "type": "string"
    },
    "optional": {
      "description": "True if this input is optional to provide.",
      "type": "boolean"
    },
    "type": {
      "description": "The type of the required input.",
      "type": "string"
    },
    "value": {
      "description": "The value can be pre-filled, if available.",
      "type": "string"
    }
  },
  "name": "SubInputDetail"
}