{
"type": "object",
"properties": {
"language": {
"type": "string",
"enum": [
"nl",
"en",
"de"
]
}
}
}{
"type": "object",
"properties": {
"language": {
"type": "string",
"enum": [
"nl",
"en",
"de"
]
}
}
}{
"type": "object",
"properties": {
"industry": {
"type": "string"
},
"teamSize": {
"type": "string"
},
"pain": {
"type": "string"
},
"language": {
"type": "string",
"enum": [
"nl",
"en",
"de"
]
}
}
}{
"type": "object",
"properties": {
"topic": {
"type": "string"
},
"language": {
"type": "string",
"enum": [
"nl",
"en",
"de"
]
}
}
}{
"type": "object",
"properties": {
"intent": {
"type": "string"
},
"language": {
"type": "string",
"enum": [
"nl",
"en",
"de"
]
}
}
}