talkdesk-useragent-switcher/v3/schema.json
2022-11-14 06:01:49 -05:00

13 lines
223 B
JSON

{
"type": "object",
"properties": {
"ua": {
"title": "Custom User-Agent String",
"type": "string"
},
"json": {
"title": "JSON String of all Preferences",
"type": "string"
}
}
}