备份signalr服务器
This commit is contained in:
82
obj/Debug/net10.0/EndpointInfo/WebAppServer1.json
Normal file
82
obj/Debug/net10.0/EndpointInfo/WebAppServer1.json
Normal file
@@ -0,0 +1,82 @@
|
||||
{
|
||||
"openapi": "3.1.1",
|
||||
"info": {
|
||||
"title": "WebAppServer1 | v1",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
"servers": [
|
||||
{
|
||||
"url": "http://0.0.0.0:5162"
|
||||
}
|
||||
],
|
||||
"paths": {
|
||||
"/weatherforecast": {
|
||||
"get": {
|
||||
"tags": [
|
||||
"WebAppServer1"
|
||||
],
|
||||
"operationId": "GetWeatherForecast",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"content": {
|
||||
"application/json": {
|
||||
"schema": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/WeatherForecast"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"components": {
|
||||
"schemas": {
|
||||
"WeatherForecast": {
|
||||
"required": [
|
||||
"date",
|
||||
"temperatureC",
|
||||
"summary"
|
||||
],
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"date": {
|
||||
"type": "string",
|
||||
"format": "date"
|
||||
},
|
||||
"temperatureC": {
|
||||
"pattern": "^-?(?:0|[1-9]\\d*)$",
|
||||
"type": [
|
||||
"integer",
|
||||
"string"
|
||||
],
|
||||
"format": "int32"
|
||||
},
|
||||
"summary": {
|
||||
"type": [
|
||||
"null",
|
||||
"string"
|
||||
]
|
||||
},
|
||||
"temperatureF": {
|
||||
"pattern": "^-?(?:0|[1-9]\\d*)$",
|
||||
"type": [
|
||||
"integer",
|
||||
"string"
|
||||
],
|
||||
"format": "int32"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"tags": [
|
||||
{
|
||||
"name": "WebAppServer1"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user