{
"type": "object",
"properties": {},
"additionalProperties": false
}{
"type": "object",
"properties": {
"format": {
"type": "string",
"enum": [
"json",
"yaml"
],
"description": "Return format. Default 'json'."
}
},
"additionalProperties": false
}{
"type": "object",
"properties": {},
"additionalProperties": false
}{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Free-text keyword (lowercased substring match against link text + URL)."
}
},
"required": [
"query"
],
"additionalProperties": false
}{
"type": "object",
"properties": {
"firstname": {
"type": "string",
"description": "Given name"
},
"lastname": {
"type": "string",
"description": "Family name"
},
"email": {
"type": "string",
"format": "email",
"description": "Business email"
},
"phone": {
"type": "string",
"description": "Phone number with country code"
},
"jobtitle": {
"type": "string",
"description": "Job title"
},
"country": {
"type": "string",
"description": "ISO country name or code"
},
"how_did_you_hear_about_us_": {
"type": "string",
"description": "Referral source (free text)"
}
},
"required": [
"firstname",
"lastname",
"email",
"phone",
"jobtitle",
"country",
"how_did_you_hear_about_us_"
],
"additionalProperties": false
}{
"type": "object",
"properties": {
"lang_choice_1": {
"type": "string",
"enum": [
"https://www.forter.com/",
"https://www.forter.com/de/",
"https://www.forter.com/cn/",
"https://www.forter.com/ja/",
"https://www.forter.com/fr/"
]
}
}
}