We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 38c046d + 871007d commit 8e1e0a2Copy full SHA for 8e1e0a2
Units/parser-openapi.r/openapi.d/expected.tags
@@ -7,3 +7,5 @@ NullableFieldStringEnum input.yaml /^ NullableFieldStringEnum:$/;" d
7
CustomHeader input.yaml /^ CustomHeader:$/;" P
8
Response1 input.yaml /^ Response1:$/;" R
9
Response2 input.yaml /^ Response2:$/;" R
10
+android_handler input.yaml /^ - name: android_handler$/;" T
11
+ios_handler input.yaml /^ - name: ios_handler$/;" T
Units/parser-openapi.r/openapi.d/input.yaml
@@ -53,3 +53,9 @@ components:
53
schema:
54
type: object
55
properties: {}
56
+
57
+tags:
58
+ - name: android_handler
59
+ description: Handler for Android clients
60
+ - name: ios_handler
61
+ description: Handler for iOS clients
0 commit comments