drone/registry/docs/swagger.json

45 lines
1.3 KiB
JSON

{
"schemes": [
"http"
],
"swagger": "2.0",
"info": {
"description": "Client to connect to artifact-registry APIs.",
"title": "Swagger Doc- Artifact-Registry",
"termsOfService": "http://swagger.io/terms/",
"contact": {
"name": "API Support",
"url": "http://www.swagger.io/support",
"email": "support@swagger.io"
},
"license": {
"name": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.0"
},
"host": "localhost:9091",
"basePath": "/",
"paths": {
"/v1/healthz": {
"get": {
"description": "Health API for Artifact-Registry Service",
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"summary": "Health API for Artifact-Registry Service",
"responses": {
"200": {
"description": "OK",
"schema": {
"type": "string"
}
}
}
}
}
}
}