1
0
mirror of synced 2026-01-10 09:04:48 -05:00
Files
airbyte/airbyte-integrations/connectors/source-zenefits/source_zenefits/spec.json

18 lines
500 B
JSON

{
"documentationUrl": "https://docsurl.com",
"connectionSpecification": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Zenefits Integration Spec",
"type": "object",
"required": ["token"],
"additionalProperties": false,
"properties": {
"token": {
"title": "token",
"type": "string",
"description": "Use Sync with Zenefits button on the link given on the readme file, and get the token to access the api"
}
}
}
}