From 013ce5ad4c76e33d6ce9dd7befb16aee8dc09473 Mon Sep 17 00:00:00 2001 From: seiya Date: Sat, 12 Jan 2019 11:33:51 +0900 Subject: [PATCH] fix typo in Callback Object --- versions/3.0.3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions/3.0.3.md b/versions/3.0.3.md index 7920019331..8f07bda9a0 100644 --- a/versions/3.0.3.md +++ b/versions/3.0.3.md @@ -1837,7 +1837,7 @@ description: object created A map of possible out-of band callbacks related to the parent operation. Each value in the map is a [Path Item Object](#pathItemObject) that describes a set of requests that may be initiated by the API provider and the expected responses. -The key value used to identify the callback object is an expression, evaluated at runtime, that identifies a URL to use for the callback operation. +The key value used to identify the path item object is an expression, evaluated at runtime, that identifies a URL to use for the callback operation. ##### Patterned Fields Field Pattern | Type | Description