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

ikrishna321.AppiumTestDistribution.11.0.0.source-code.androidAndiOSSchema.json Maven / Gradle / Ivy

There is a newer version: 14.0.4
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",
    "iOS",
    "hostMachines"
  ],
  "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": "^(.*)$"
        }
      }
    },
    "iOS": {
      "$id": "#/properties/iOS",
      "type": "object",
      "title": "The Ios Schema"
    },
    "hostMachines": {
      "$id": "#/properties/hostMachines",
      "type": "array",
      "title": "The Hostmachines Schema",
      "items": {
        "$id": "#/properties/hostMachines/items",
        "type": "object",
        "title": "The Items Schema",
        "required": [
          "machineIP"
        ],
        "properties": {
          "machineIP": {
            "$id": "#/properties/hostMachines/items/properties/machineIP",
            "type": ["array", "string"],
            "title": "The Machineip Schema",
            "default": "",
            "examples": [
              "127.0.0.1"
            ],
            "pattern": "^(.*)$"
          }
        }
      }
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy