Initial commit
This commit is contained in:
402
resources/data/open_filters.json
Normal file
402
resources/data/open_filters.json
Normal file
@@ -0,0 +1,402 @@
|
||||
{
|
||||
"email": {
|
||||
"comparators": {
|
||||
"equals": {
|
||||
"expected_type": "string"
|
||||
},
|
||||
"does_not_equal": {
|
||||
"expected_type": "string"
|
||||
},
|
||||
"contains": {
|
||||
"expected_type": "string"
|
||||
},
|
||||
"does_not_contain": {
|
||||
"expected_type": "string"
|
||||
},
|
||||
"starts_with": {
|
||||
"expected_type": "string"
|
||||
},
|
||||
"ends_with": {
|
||||
"expected_type": "string"
|
||||
},
|
||||
"is_empty": {
|
||||
"expected_type": "boolean",
|
||||
"format": {
|
||||
"type": "enum",
|
||||
"values": [
|
||||
true
|
||||
]
|
||||
}
|
||||
},
|
||||
"is_not_empty": {
|
||||
"expected_type": "boolean",
|
||||
"format": {
|
||||
"type": "enum",
|
||||
"values": [
|
||||
true
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"url": {
|
||||
"comparators": {
|
||||
"equals": {
|
||||
"expected_type": "string"
|
||||
},
|
||||
"does_not_equal": {
|
||||
"expected_type": "string"
|
||||
},
|
||||
"contains": {
|
||||
"expected_type": "string"
|
||||
},
|
||||
"does_not_contain": {
|
||||
"expected_type": "string"
|
||||
},
|
||||
"starts_with": {
|
||||
"expected_type": "string"
|
||||
},
|
||||
"ends_with": {
|
||||
"expected_type": "string"
|
||||
},
|
||||
"is_empty": {
|
||||
"expected_type": "boolean",
|
||||
"format": {
|
||||
"type": "enum",
|
||||
"values": [
|
||||
true
|
||||
]
|
||||
}
|
||||
},
|
||||
"is_not_empty": {
|
||||
"expected_type": "boolean",
|
||||
"format": {
|
||||
"type": "enum",
|
||||
"values": [
|
||||
true
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"phone_number": {
|
||||
"comparators": {
|
||||
"equals": {
|
||||
"expected_type": "string"
|
||||
},
|
||||
"does_not_equal": {
|
||||
"expected_type": "string"
|
||||
},
|
||||
"contains": {
|
||||
"expected_type": "string"
|
||||
},
|
||||
"does_not_contain": {
|
||||
"expected_type": "string"
|
||||
},
|
||||
"starts_with": {
|
||||
"expected_type": "string"
|
||||
},
|
||||
"ends_with": {
|
||||
"expected_type": "string"
|
||||
},
|
||||
"is_empty": {
|
||||
"expected_type": "boolean",
|
||||
"format": {
|
||||
"type": "enum",
|
||||
"values": [
|
||||
true
|
||||
]
|
||||
}
|
||||
},
|
||||
"is_not_empty": {
|
||||
"expected_type": "boolean",
|
||||
"format": {
|
||||
"type": "enum",
|
||||
"values": [
|
||||
true
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"text": {
|
||||
"comparators": {
|
||||
"equals": {
|
||||
"expected_type": "string"
|
||||
},
|
||||
"does_not_equal": {
|
||||
"expected_type": "string"
|
||||
},
|
||||
"contains": {
|
||||
"expected_type": "string"
|
||||
},
|
||||
"does_not_contain": {
|
||||
"expected_type": "string"
|
||||
},
|
||||
"starts_with": {
|
||||
"expected_type": "string"
|
||||
},
|
||||
"ends_with": {
|
||||
"expected_type": "string"
|
||||
},
|
||||
"is_empty": {
|
||||
"expected_type": "boolean",
|
||||
"format": {
|
||||
"type": "enum",
|
||||
"values": [
|
||||
true
|
||||
]
|
||||
}
|
||||
},
|
||||
"is_not_empty": {
|
||||
"expected_type": "boolean",
|
||||
"format": {
|
||||
"type": "enum",
|
||||
"values": [
|
||||
true
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"number": {
|
||||
"comparators": {
|
||||
"equals": {
|
||||
"expected_type": "number"
|
||||
},
|
||||
"does_not_equal": {
|
||||
"expected_type": "number"
|
||||
},
|
||||
"greater_than": {
|
||||
"expected_type": "number"
|
||||
},
|
||||
"less_than": {
|
||||
"expected_type": "number"
|
||||
},
|
||||
"greater_than_or_equal_to": {
|
||||
"expected_type": "number"
|
||||
},
|
||||
"less_than_or_equal_to": {
|
||||
"expected_type": "number"
|
||||
},
|
||||
"is_empty": {
|
||||
"expected_type": "boolean",
|
||||
"format": {
|
||||
"type": "enum",
|
||||
"values": [
|
||||
true
|
||||
]
|
||||
}
|
||||
},
|
||||
"is_not_empty": {
|
||||
"expected_type": "boolean",
|
||||
"format": {
|
||||
"type": "enum",
|
||||
"values": [
|
||||
true
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"checkbox": {
|
||||
"comparators": {
|
||||
"equals": {
|
||||
"expected_type": "boolean",
|
||||
"format": {
|
||||
"type": "enum",
|
||||
"values": [
|
||||
true
|
||||
]
|
||||
}
|
||||
},
|
||||
"does_not_equal": {
|
||||
"expected_type": "boolean",
|
||||
"format": {
|
||||
"type": "enum",
|
||||
"values": [
|
||||
true
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"select": {
|
||||
"comparators": {
|
||||
"equals": {
|
||||
"expected_type": "string"
|
||||
},
|
||||
"does_not_equal": {
|
||||
"expected_type": "string"
|
||||
},
|
||||
"is_empty": {
|
||||
"expected_type": "boolean",
|
||||
"format": {
|
||||
"type": "enum",
|
||||
"values": [
|
||||
true
|
||||
]
|
||||
}
|
||||
},
|
||||
"is_not_empty": {
|
||||
"expected_type": "boolean",
|
||||
"format": {
|
||||
"type": "enum",
|
||||
"values": [
|
||||
true
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"multi_select": {
|
||||
"comparators": {
|
||||
"contains": {
|
||||
"expected_type": "object",
|
||||
"format": {
|
||||
"type": "uuid"
|
||||
}
|
||||
},
|
||||
"does_not_contain": {
|
||||
"expected_type": "object",
|
||||
"format": {
|
||||
"type": "uuid"
|
||||
}
|
||||
},
|
||||
"is_empty": {
|
||||
"expected_type": "boolean",
|
||||
"format": {
|
||||
"type": "enum",
|
||||
"values": [
|
||||
true
|
||||
]
|
||||
}
|
||||
},
|
||||
"is_not_empty": {
|
||||
"expected_type": "boolean",
|
||||
"format": {
|
||||
"type": "enum",
|
||||
"values": [
|
||||
true
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"date": {
|
||||
"comparators": {
|
||||
"equals": {
|
||||
"expected_type": "string",
|
||||
"format": {
|
||||
"type": "date"
|
||||
}
|
||||
},
|
||||
"before": {
|
||||
"expected_type": "string",
|
||||
"format": {
|
||||
"type": "date"
|
||||
}
|
||||
},
|
||||
"after": {
|
||||
"expected_type": "string",
|
||||
"format": {
|
||||
"type": "date"
|
||||
}
|
||||
},
|
||||
"on_or_before": {
|
||||
"expected_type": "string",
|
||||
"format": {
|
||||
"type": "date"
|
||||
}
|
||||
},
|
||||
"on_or_after": {
|
||||
"expected_type": "string",
|
||||
"format": {
|
||||
"type": "date"
|
||||
}
|
||||
},
|
||||
"is_empty": {
|
||||
"expected_type": "boolean",
|
||||
"format": {
|
||||
"type": "enum",
|
||||
"values": [
|
||||
true
|
||||
]
|
||||
}
|
||||
},
|
||||
"is_not_empty": {
|
||||
"expected_type": "boolean",
|
||||
"format": {
|
||||
"type": "enum",
|
||||
"values": [
|
||||
true
|
||||
]
|
||||
}
|
||||
},
|
||||
"past_week": {
|
||||
"expected_type": "object",
|
||||
"format": {
|
||||
"type": "empty",
|
||||
"values": "{}"
|
||||
}
|
||||
},
|
||||
"past_month": {
|
||||
"expected_type": "object",
|
||||
"format": {
|
||||
"type": "empty",
|
||||
"values": "{}"
|
||||
}
|
||||
},
|
||||
"past_year": {
|
||||
"expected_type": "object",
|
||||
"format": {
|
||||
"type": "empty",
|
||||
"values": "{}"
|
||||
}
|
||||
},
|
||||
"next_week": {
|
||||
"expected_type": "object",
|
||||
"format": {
|
||||
"type": "empty",
|
||||
"values": "{}"
|
||||
}
|
||||
},
|
||||
"next_month": {
|
||||
"expected_type": "object",
|
||||
"format": {
|
||||
"type": "empty",
|
||||
"values": "{}"
|
||||
}
|
||||
},
|
||||
"next_year": {
|
||||
"expected_type": "object",
|
||||
"format": {
|
||||
"type": "empty",
|
||||
"values": "{}"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"comparators": {
|
||||
"is_empty": {
|
||||
"expected_type": "boolean",
|
||||
"format": {
|
||||
"type": "enum",
|
||||
"values": [
|
||||
true
|
||||
]
|
||||
}
|
||||
},
|
||||
"is_not_empty": {
|
||||
"expected_type": "boolean",
|
||||
"format": {
|
||||
"type": "enum",
|
||||
"values": [
|
||||
true
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
1373
resources/data/timezones.json
Normal file
1373
resources/data/timezones.json
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user