From fe795e257453908f463211c83b38a944daf1aa89 Mon Sep 17 00:00:00 2001 From: Andy Lowry Date: Mon, 16 Oct 2017 10:59:14 -0400 Subject: [PATCH] [#1375] Add required props to callback example --- examples/v3.0/callback-example.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/examples/v3.0/callback-example.yaml b/examples/v3.0/callback-example.yaml index 56ab18e27d..1622bd06b1 100644 --- a/examples/v3.0/callback-example.yaml +++ b/examples/v3.0/callback-example.yaml @@ -1,4 +1,7 @@ -# ... +openapi: 3.0.0 +info: + title: Callback Example + version: 1.0.0 paths: /streams: post: