blob: 8d43e35afb1fb09c7689156f5d537de07b90748e [file] [log] [blame]
{
"openapi": "3.0.0",
"info": {},
"paths": {},
"components": {
"schemas": {
"Duration": {
"type": "string"
},
"MyStruct": {
"type": "object",
"required": [
"contains"
],
"properties": {
"timestamp1": {
"type": "string",
"format": "dateTime"
},
"timestamp2": {
"type": "string",
"format": "dateTime"
},
"timestamp3": {
"type": "string",
"format": "dateTime"
},
"timestamp4": {
"type": "string",
"format": "dateTime"
},
"date1": {
"type": "string",
"format": "date"
},
"date2": {
"type": "string",
"format": "date"
},
"timeout": {
"$ref": "#/components/schemas/Duration"
},
"contains": {
"type": "array"
}
}
}
}
}
}