mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-14 15:37:02 +00:00
7 lines
201 B
YAML
7 lines
201 B
YAML
- id: jsonschema-validate
|
|
name: Validate JSON against JSON Schema
|
|
description: ensure json files follow specified JSON Schema
|
|
entry: jv
|
|
language: golang
|
|
additional_dependencies:
|
|
- ./cmd/jv
|