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
> At the time of writing, the parser version is `3.12.5`.
28
+
26
29
## Use the parser to validate a model
27
30
28
-
The model you want to validate might be composed of one or more interfaces described in JSON files. You can use the parser to load all the files in a given folder and use the parser to validate all the files as a whole, including any references between the files:
31
+
A model can be composed of one or more interfaces described in JSON files. You can use the parser to load all the files in a given folder and use the parser to validate all the files as a whole, including any references between the files:
29
32
30
33
1. Create an `IEnumerable<string>` with a list of all model contents:
31
34
@@ -52,38 +55,31 @@ The model you want to validate might be composed of one or more interfaces descr
0 commit comments