Skip to content

Commit 3168134

Browse files
committed
added docsUrl to operations
1 parent bbf10d6 commit 3168134

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

schemas/v2.0/schema.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,12 @@
106106
},
107107
"description": {
108108
"type": "string",
109-
"description": "A longer description of the operation."
109+
"description": "A longer description of the operation, markdown is allowed."
110+
},
111+
"docsUrl": {
112+
"type": "string",
113+
"format": "uri",
114+
"description": "Location of external documentation."
110115
},
111116
"operationId": {
112117
"type": "string",

0 commit comments

Comments
 (0)