/
servlamo
/
cue
Обзор
Документация
Войти
/
servlamo
/
cue
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
encoding/openapi/testdata/protobuf.json
81 строка
2 KB
Roger Peppe
encoding/openapi: update API
31 авг 2022, 18:09
31 авг 2022, 18:09
74566cf
Код
Авторство
О чём код?
{ "openapi": "3.0.0", "info": { "title": "test", "version": "v1" }, "paths": {}, "components": { "schemas": { "HTTPRoute": { "type": "object", "required": [ "route" ], "properties": { "route": { "type": "array", "items": { "type": "object", "required": [ "headers" ], "properties": { "headers": { "type": "object", "required": [ "request" ], "properties": { "request": { "type": "object" } } } } } } } }, "HTTPRoute.route.*.headers.HeaderOperations": { "type": "object" }, "HTTPRouteDestination": { "type": "object", "required": [ "headers" ], "properties": { "headers": { "type": "object", "required": [ "request" ], "properties": { "request": { "type": "object" } } } } }, "HTTPRouteDestination.headers.HeaderOperations": { "type": "object" }, "Headers": { "type": "object", "required": [ "request" ], "properties": { "request": { "type": "object" } } }, "Headers.HeaderOperations": { "type": "object" } } } }