Schema
list_repositories_response
All constraints apply
Schema:
page
Type:
object
results
Type:
array
Array item
Schema:
repository_list_entry
All schema constraints and annotations
{
"$ref": "#/components/schemas/repository_list_entry"
}All schema constraints and annotations
{
"items": {
"$ref": "#/components/schemas/repository_list_entry"
},
"type": "array"
}All schema constraints and annotations
{
"properties": {
"results": {
"items": {
"$ref": "#/components/schemas/repository_list_entry"
},
"type": "array"
}
},
"type": "object"
}All schema constraints and annotations
{
"allOf": [
{
"$ref": "#/components/schemas/page"
},
{
"properties": {
"results": {
"items": {
"$ref": "#/components/schemas/repository_list_entry"
},
"type": "array"
}
},
"type": "object"
}
]
}