Adyen · Schema

UploadAndroidAppResponse

UploadAndroidAppResponse schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
id string The unique identifier of the uploaded Android app.
View JSON Schema on GitHub

JSON Schema

management-upload-android-app-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/management-upload-android-app-response-schema.json",
  "title": "UploadAndroidAppResponse",
  "description": "UploadAndroidAppResponse schema from Adyen API",
  "type": "object",
  "properties": {
    "id": {
      "description": "The unique identifier of the uploaded Android app.",
      "type": "string"
    }
  }
}