* create mailchimp schemas * remove star import * refactoring * resolve merge conflicts * update mailchimp cdk version * revert changes from JsonToAvroSchemaConverter * revert changes from JsonToAvroSchemaConverter * bump Source Mailchimp Co-authored-by: vmaltsev <vitalii.maltsev@globallogic.com>
28 lines
751 B
JSON
28 lines
751 B
JSON
{
|
|
"type": "object",
|
|
"title": "Unknown Location-Based Segment",
|
|
"description": "Segment members whose location information is unknown.",
|
|
"required": ["field", "op"],
|
|
"properties": {
|
|
"condition_type": {
|
|
"type": "string",
|
|
"x-value": "IPGeoUnknown",
|
|
"enum": ["IPGeoUnknown"]
|
|
},
|
|
"field": {
|
|
"type": "string",
|
|
"enum": ["ipgeo"],
|
|
"title": "Segment Field",
|
|
"description": "Segmenting subscribers who are within a specific location.",
|
|
"example": "ipgeo"
|
|
},
|
|
"op": {
|
|
"type": "string",
|
|
"enum": ["ipgeounknown"],
|
|
"title": "Segment Operator",
|
|
"description": "Segment members for which location information is unknown.",
|
|
"example": "ipgeounknown"
|
|
}
|
|
}
|
|
}
|