Skip to content

Instantly share code, notes, and snippets.

@mathis-m
Last active January 7, 2021 23:11
Show Gist options
  • Save mathis-m/56c46511a9f398161925b41c718634bf to your computer and use it in GitHub Desktop.
Save mathis-m/56c46511a9f398161925b41c718634bf to your computer and use it in GitHub Desktop.
openapi: 3.0.0
info:
version: "{version}"
title: Sample API with anyOf and oneOf
paths:
/test:
get:
parameters:
- in: query
name: afterDate
schema:
type: string
format: date
example: 2021-01-07
- in: query
name: afterDateTime
schema:
type: string
format: date-time
example: 2021-01-07T12:00:00.00Z
responses:
"200":
description: ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment