talkdesk-useragent-switcher/v3/schema.json

14 lines
223 B
JSON
Raw Normal View History

2022-11-14 03:01:49 -08:00
{
"type": "object",
"properties": {
"ua": {
"title": "Custom User-Agent String",
"type": "string"
},
"json": {
"title": "JSON String of all Preferences",
"type": "string"
}
}
}