This commit is contained in:
2023-01-03 00:04:38 +00:00
commit 3f002872e3
925 changed files with 181049 additions and 0 deletions
@@ -0,0 +1,26 @@
openapi: 3.0.0
info:
version: 1.0.0
title: Native date formats in YAML
paths:
/foo:
get:
description: Has date without quotes
responses:
'200':
description: Ok
content:
application/json:
schema:
type: object
properties:
without-quotes:
type: string
format: date
example: 1999-11-31
with-quotes:
type: string
format: date
example: "1999-12-31"