@microsoft.azure/autorest.testserver
Version:
This project contains a set of OpenAPI definitions and a server implementing the corresponding API. Use this to test compliance of AutoRest generators.
31 lines (30 loc) • 672 B
JSON
{
"swagger": "2.0",
"info": {
"title": "No operations Service Client",
"description": "Service client with no operations",
"version": "1.0.0"
},
"host": "localhost:3000",
"schemes": [
"http"
],
"consumes": ["application/json"],
"produces": ["application/json"],
"paths": {
},
"definitions": {
"Error": {
"type": "object",
"properties": {
"status": {
"type": "integer",
"format": "int32"
},
"message": {
"type": "string"
}
}
}
}
}