name: "Validate JSON by JSON Schema" description: "Validates JSON files using their $schema reference" author: "Timo Behrendt " inputs: json-file: description: "The JSON file to validate" required: true runs: using: "node24" main: "dist/index.js"