mirror of
https://github.com/harness/drone.git
synced 2025-05-31 11:43:15 +00:00
36 lines
875 B
JSON
36 lines
875 B
JSON
[
|
|
{
|
|
"id": 1,
|
|
"name": "repo1",
|
|
"spaceId": 1,
|
|
"fqn": "space1/repo1",
|
|
"displayName": "Repository 1",
|
|
"description": "Some repository.",
|
|
"isPublic": true,
|
|
"createdBy": 1,
|
|
"created": 1662427496787,
|
|
"updated": 1662427496787,
|
|
"forkId": 0,
|
|
"numForks": 0,
|
|
"numPulls": 0,
|
|
"numClosedPulls": 0,
|
|
"numOpenPulls": 0
|
|
},
|
|
{
|
|
"id": 2,
|
|
"name": "repo2",
|
|
"spaceId": 2,
|
|
"fqn": "space1/space2/repo2",
|
|
"displayName": "Repository 2",
|
|
"description": "Some other repository.",
|
|
"isPublic": true,
|
|
"createdBy": 1,
|
|
"created": 1662427602488,
|
|
"updated": 1662427602488,
|
|
"forkId": 0,
|
|
"numForks": 0,
|
|
"numPulls": 0,
|
|
"numClosedPulls": 0,
|
|
"numOpenPulls": 0
|
|
}
|
|
] |