@itentialopensource/adapter-bitbucket
Version:
This adapter integrates with system described as: bitbucket.
76 lines • 1.44 kB
JSON
{
"type": "string",
"links": {
"html": {
"href": "string"
},
"self": {
"href": "string"
}
},
"snippet": {
"type": "string",
"created_on": "string",
"creator": {
"type": "string",
"created_on": "string",
"display_name": "string",
"links": {
"avatar": {
"href": "string"
},
"followers": {
"href": "string"
},
"following": {
"href": "string"
},
"html": {
"href": "string"
},
"repositories": {
"href": "string"
},
"self": {
"href": "string"
}
},
"username": "string",
"uuid": "string",
"website": "string"
},
"id": 7,
"is_private": false,
"owner": {
"type": "string",
"created_on": "string",
"display_name": "string",
"links": {
"avatar": {
"href": "string"
},
"followers": {
"href": "string"
},
"following": {
"href": "string"
},
"html": {
"href": "string"
},
"repositories": {
"href": "string"
},
"self": {
"href": "string"
}
},
"username": "string",
"uuid": "string",
"website": "string"
},
"scm": "hg",
"title": "string",
"updated_on": "string"
}
}