webdriverio-automation
Version:
WebdriverIO-Automation android ios project
87 lines (86 loc) • 1.85 kB
JSON
{
"title": "FormData Session schema",
"type": "object",
"required": [
"screen_name",
"form_session_id",
"is_accelerometer",
"is_device_motion",
"is_gyroscope",
"is_rooted",
"is_magnetometer",
"screen_start_timestamp"
],
"properties": {
"screen_name": {
"type": "string"
},
"form_session_id": {
"type": "string"
},
"is_rooted": {
"type": "boolean"
},
"is_jailbroken": {
"type": "boolean"
},
"input_sessions": {
"type": "array"
},
"battery_sessions": {
"type": "array"
},
"button_sessions": {
"type": "array"
},
"slider_sessions": {
"type": "array"
},
"switch_sessions": {
"type": "array"
},
"text_sessions": {
"type": "array"
},
"ratingbar_sessions": {
"type": "array"
},
"screen_orientation_sessions": {
"type": "array"
},
"touch_location_coordinates": {
"type": "array"
},
"is_accelerometer": {
"type": "boolean"
},
"is_device_motion": {
"type": "boolean"
},
"is_gyroscope": {
"type": "boolean"
},
"is_magnetometer": {
"type": "boolean"
},
"screen_start_timestamp": {
"type": "integer"
},
"screen_stop_timestamp": {
"type": "integer"
},
"ms_screen_total_time": {
"type": "integer"
},
"submission_timestamp": {
"type": "integer"
},
"submission_type": {
"enum": [
"Tapped",
"Keyboard"
],
"type": "string"
}
}
}