n8n-nodes-base
Version:
Base nodes of n8n
111 lines (110 loc) • 2.68 kB
JSON
{
"type": "object",
"properties": {
"archived": {
"type": "boolean"
},
"billable": {
"type": "boolean"
},
"clientId": {
"type": "string"
},
"clientName": {
"type": "string"
},
"color": {
"type": "string"
},
"estimate": {
"type": "object",
"properties": {
"estimate": {
"type": "string"
},
"type": {
"type": "string"
}
}
},
"estimateReset": {
"type": "null"
},
"hourlyRate": {
"type": "object",
"properties": {
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
}
}
},
"id": {
"type": "string"
},
"memberships": {
"type": "array",
"items": {
"type": "object",
"properties": {
"costRate": {
"type": "null"
},
"hourlyRate": {
"type": "null"
},
"membershipStatus": {
"type": "string"
},
"membershipType": {
"type": "string"
},
"targetId": {
"type": "string"
},
"userId": {
"type": "string"
}
}
}
},
"name": {
"type": "string"
},
"note": {
"type": "string"
},
"public": {
"type": "boolean"
},
"template": {
"type": "boolean"
},
"timeEstimate": {
"type": "object",
"properties": {
"active": {
"type": "boolean"
},
"estimate": {
"type": "string"
},
"includeNonBillable": {
"type": "boolean"
},
"resetOption": {
"type": "null"
},
"type": {
"type": "string"
}
}
},
"workspaceId": {
"type": "string"
}
},
"version": 1
}