You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,13 @@ currently supported snippets:
9
9
-`schemaObject`
10
10
-`propertyObject`
11
11
12
-
JSON files get validated according to their respective usage (e.g. Schema Objects). For schema specifications, see [OpenApi Specification v3 ](https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/schemas/v3.0/schema.json)
12
+
JSON files are being validated according to their respective usage (e.g. Schema Objects). For schema specifications, see [OpenApi Specification v3 ](https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/schemas/v3.0/schema.json)
13
+
13
14
For IntelliSense to validate the files, filenames have to match their respective schema:
14
-
- schemaObject: *-schema.json
15
-
- Path Item Object: *-path.json
15
+
Object Type|filename
16
+
--- |---
17
+
schemaObject| \*-schema.json
18
+
Path Item|\*-path.json
16
19
17
20
You can navigate through predefined anchor points with TAB key. This only works right after inserting a snippet.
0 commit comments