/
servlamo
/
cue
Обзор
Документация
Войти
/
servlamo
/
cue
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
encoding/openapi/testdata/nested.json
32 строки
723 B
Marcel van Lohuizen
all: adjustments package to work with new evaluator
25 июл 2020, 19:54
25 июл 2020, 19:54
0528376
Код
Авторство
О чём код?
{ "openapi": "3.0.0", "info": { "title": "File comment.", "version": "no version" }, "paths": {}, "components": { "schemas": { "Struct": { "type": "object", "properties": { "b": { "$ref": "#/components/schemas/Struct.T" }, "a": { "$ref": "#/components/schemas/Struct.T" }, "c": { "type": "array", "items": { "$ref": "#/components/schemas/Struct.T" } } } }, "Struct.T": { "type": "integer" } } } }