Adyen · JSON Structure

Management Upload Android App Response Structure

UploadAndroidAppResponse schema from Adyen API

Type: object Properties: 1
PaymentsFinancial ServicesFintech

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

Properties

id

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-upload-android-app-response-structure.json",
  "description": "UploadAndroidAppResponse schema from Adyen API",
  "type": "object",
  "properties": {
    "id": {
      "description": "The unique identifier of the uploaded Android app.",
      "type": "string"
    }
  },
  "name": "UploadAndroidAppResponse"
}