1
0
mirror of synced 2026-01-04 09:04:47 -05:00
Files
airbyte/airbyte-integrations/connectors/source-pipedrive/source_pipedrive/schemas/lead_labels.json

22 lines
372 B
JSON

{
"$schema": "http://json-schema.org/schema#",
"type": "object",
"properties": {
"id": {
"type": ["null", "string"]
},
"name": {
"type": ["null", "string"]
},
"color": {
"type": ["null", "string"]
},
"add_time": {
"type": ["null", "string"]
},
"update_time": {
"type": ["null", "string"]
}
}
}