Type: object
Attribute | Type | Description |
---|---|---|
components | Object Reference[] | Components that are connected |
file_path | string (Optional) | File path of the connected component from the source code |
name | string (Optional) | Name of the connected component |
description | string (Optional) | Description of the connected component |
code | Code (Optional) | - |
links | Connected Component Link[] | Links of the connected component |
source | Resource Source (Optional) | - |
Example
{
"components": [
{
"id": "5dbad85a76ea51c1f35b6f69"
}
],
"name": "Button",
"description": "Generic button for HAL 9000",
"code": {
"snippet": "<div>Hello World</div>",
"language": "html"
},
"links": [
{
"type": "github",
"url": "https://github.com/octocat/Hello-World/blob/master/README"
},
{
"type": "custom",
"name": "Confluence",
"url": "https://example.atlassian.net/wiki/spaces/DS/pages"
}
]
}