Skip to content

Instantly share code, notes, and snippets.

@bobvanluijt
Created February 6, 2017 20:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bobvanluijt/da21e9f58da184ec1ff37f622d70e790 to your computer and use it in GitHub Desktop.
Save bobvanluijt/da21e9f58da184ec1ff37f622d70e790 to your computer and use it in GitHub Desktop.
Weave - Adapters
{
"Adapter": {
"properties": {
"activateUrl": {
"description": "URL to adapter web flow to activate the adapter. Deprecated, use the activationUrl returned in the response of the Adapters.activate API.",
"type": "string"
},
"activated": {
"description": "Whether this adapter has been activated for the current user.",
"type": "boolean"
},
"deactivateUrl": {
"description": "URL to adapter web flow to disconnect the adapter. Deprecated, the adapter will be notified via pubsub.",
"type": "string"
},
"displayName": {
"description": "Display name of the adapter.",
"type": "string"
},
"iconUrl": {
"description": "URL to an icon that represents the adapter.",
"type": "string"
},
"id": {
"description": "ID of the adapter.",
"type": "string"
},
"manageUrl": {
"description": "URL to adapter web flow to connect new devices. Only used for adapters that cannot automatically detect new devices. This field is returned only if the user has already activated the adapter.",
"type": "string"
}
},
"type": "object"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment