Raw schema
{
"type": "object",
"properties": {
"daily_connection_cap": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"title": "daily_connection_cap",
"type": "integer"
},
"target_keywords": {
"anyOf": [
{
"items": {
"type": "string"
},
"type": "array"
},
{
"type": "null"
}
],
"title": "target_keywords",
"type": "array"
},
"target_locations": {
"anyOf": [
{
"items": {
"type": "string"
},
"type": "array"
},
{
"type": "null"
}
],
"title": "target_locations",
"type": "array"
},
"goals": {
"anyOf": [
{
"items": {
"type": "string"
},
"type": "array"
},
{
"type": "null"
}
],
"title": "goals",
"type": "array"
},
"comment_topics": {
"anyOf": [
{
"items": {
"type": "string"
},
"type": "array"
},
{
"type": "null"
}
],
"title": "comment_topics",
"type": "array"
},
"content_topics": {
"anyOf": [
{
"items": {
"type": "string"
},
"type": "array"
},
{
"type": "null"
}
],
"title": "content_topics",
"type": "array"
},
"voice_dna": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "voice_dna",
"type": "string"
},
"daily_comment_cap": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"title": "daily_comment_cap",
"type": "integer"
},
"network_post_pct": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"title": "network_post_pct",
"type": "integer"
},
"filter_cert_posts": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
],
"title": "filter_cert_posts",
"type": "boolean"
},
"filter_hiring_posts": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
],
"title": "filter_hiring_posts",
"type": "boolean"
},
"filter_job_seeking_posts": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
],
"title": "filter_job_seeking_posts",
"type": "boolean"
}
},
"title": "update_settingsArguments"
}