Skip to content

Commit 7b1d09a

Browse files
authored
Update README.md
1 parent be09fd8 commit 7b1d09a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,13 @@ currently supported snippets:
99
- `schemaObject`
1010
- `propertyObject`
1111

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+
1314
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
1619

1720
You can navigate through predefined anchor points with TAB key. This only works right after inserting a snippet.
1821

0 commit comments

Comments
 (0)