Adyen · Schema

AllowedOriginsResponse

PaymentsFinancial ServicesFintech

Properties

Name Type Description
data array List of allowed origins.
View JSON Schema on GitHub

JSON Schema

adyen-allowedoriginsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AllowedOriginsResponse",
  "title": "AllowedOriginsResponse",
  "properties": {
    "data": {
      "description": "List of allowed origins.",
      "items": {
        "$ref": "#/components/schemas/AllowedOrigin"
      },
      "type": "array"
    }
  },
  "type": "object"
}