webdriverio-automation
Version:
WebdriverIO-Automation android ios project
45 lines (44 loc) • 927 B
JSON
{
"title": "Chip Session schema",
"type": "object",
"required": [
"compound_button_session_id",
"compound_button_tap_timestamp",
"compound_button_title",
"element_id",
"height",
"view_type",
"width",
"x_coordinate",
"y_coordinate"
],
"properties": {
"compound_button_session_id": {
"type": "string"
},
"compound_button_tap_timestamp": {
"type": "integer"
},
"compound_button_title": {
"type": "string"
},
"element_id": {
"type": "integer"
},
"height": {
"type": "integer"
},
"view_type": {
"type": "string"
},
"width": {
"type": "integer"
},
"x_coordinate": {
"type": "number"
},
"y_coordinate": {
"type": "number"
}
}
}