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
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,11 +130,12 @@ Flags:
130
130
--bundle-without-id Bundle without using $id to reference bundled schemas, which improves compatibility with e.g the VS Code JSON extension
131
131
--config string Config file for setting defaults. (default ".schema.yaml")
132
132
--draft int Draft version (4, 6, 7, 2019, or 2020) (default 2020)
133
-
-h, --help help for helm
133
+
-h, --help help for helm schema
134
134
--indent int Indentation spaces (even number) (default 4)
135
-
--k8s-schema-url string URL template used in $ref: $k8s/... alias (default "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/refs/heads/master/{{ .K8sSchemaVersion }}/")
135
+
--k8s-schema-url string URL template used in $ref: $k8s/... alias (default "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/{{ .K8sSchemaVersion }}/")
136
136
--k8s-schema-version string Version used in the --k8s-schema-url template for $ref: $k8s/... alias
137
137
--no-additional-properties Default additionalProperties to false for all objects in the schema
138
+
--no-default-global Disable automatic injection of 'global' property when schema root does not allow it
0 commit comments