/
servlamo
/
cue
Обзор
Документация
Войти
/
servlamo
/
cue
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
encoding/openapi/testdata/builtins.json
53 строки
1 KB
Marcel van Lohuizen
encoding/openapi: update tests
18 июн 2020, 19:06
18 июн 2020, 19:06
d3c0096
Код
Авторство
О чём код?
{ "openapi": "3.0.0", "info": { "title": "Generated by cue.", "version": "no version" }, "paths": {}, "components": { "schemas": { "Duration": { "type": "string" }, "MyStruct": { "type": "object", "required": [ "contains" ], "properties": { "timestamp1": { "type": "string", "format": "date-time" }, "timestamp2": { "type": "string", "format": "date-time" }, "timestamp3": { "type": "string", "format": "date-time" }, "timestamp4": { "type": "string", "format": "date-time" }, "date1": { "type": "string", "format": "date" }, "date2": { "type": "string", "format": "date" }, "timeout": { "$ref": "#/components/schemas/Duration" }, "contains": { "type": "array" } } } } } }