@unito/integration-api
Version:
The Unito Integration API
58 lines (57 loc) • 1.15 kB
JSON
{
"$id": "https://unito.io/integration_api/definitions.schema.json",
"$defs": {
"fieldValueType": {
"$id": "FieldValueType",
"type": "string",
"enum": [
"blob",
"boolean",
"date",
"dateRange",
"datetime",
"datetimeRange",
"duration",
"email",
"html",
"integer",
"markdown",
"number",
"object",
"reference",
"string",
"url"
]
},
"semantic": {
"$id": "Semantic",
"type": ["string", "null"],
"enum": [
"createdAt",
"description",
"displayName",
"providerUrl",
"updatedAt",
"user",
"parent",
null
]
},
"relationSemantic": {
"$id": "RelationSemantic",
"type": ["string", "null"],
"enum": [
"comments",
"subtasks",
"users",
"attachments",
null
]
},
"operatorType": {
"$id": "OperatorType",
"type": "string",
"enum": ["=", "!=", ">", ">=", "<", "<=", "*=", "!*=", "^=", "$=", "!!", "!"]
}
}
}