All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ikrishna321.AppiumTestDistribution.14.0.4.source-code.androidSchema.json Maven / Gradle / Ivy

There is a newer version: 9.0.1
Show newest version
{
  "definitions": {},
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "http://example.com/root.json",
  "type": "object",
  "title": "The Root Schema",
  "required": [
    "android",
    "serverConfig"
  ],
  "properties": {
    "android": {
      "$id": "#/properties/android",
      "type": "object",
      "title": "The Android Schema",
      "required": [
        "automationName"
      ],
      "properties": {
        "automationName": {
          "$id": "#/properties/android/properties/automationName",
          "type": "string",
          "title": "The Automationname Schema",
          "default": "",
          "examples": [
            "UIAutomator2 or Espresso"
          ],
          "pattern": "^(.*)$"
        }
      }
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy