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: HACKING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,9 +36,9 @@ $ make validate-examples
36
36
### Virtual schema http/FileSystem
37
37
38
38
The `schema` validator uses a virtual [http/FileSystem](https://golang.org/pkg/net/http/#FileSystem) to load the JSON schema files for validating OCI images and/or manifests.
39
-
The virtual file system is generated using the `esc` tool and compiled into consumers of the `schema` package so the JSON schema files don't have to be distributed along with and consumer binaries.
39
+
The virtual filesystem is generated using the `esc` tool and compiled into consumers of the `schema` package so the JSON schema files don't have to be distributed along with and consumer binaries.
40
40
41
-
Whenever changes are being done in any of the `schema/*.json` files, one must refresh the generated virtual file system.
41
+
Whenever changes are being done in any of the `schema/*.json` files, one must refresh the generated virtual filesystem.
42
42
Otherwise schema changes will not be visible inside `schema` consumers.
0 commit comments