18 lines
500 B
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"
|
|
}
|
|
}
|
|
}
|
|
}
|