# drone-json **Repository Path**: liwen_test_sync_group/drone-json ## Basic Information - **Project Name**: drone-json - **Description**: Drone plugin to validate JSON files - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-11 - **Last Updated**: 2025-07-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # drone-json [![Build Status](https://cloud.drone.io/api/badges/viant/drone-json/status.svg)](https://cloud.drone.io/viant/drone-json) [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://github.com/viant/drone-gcloud/blob/master/LICENSE) Drone plugin to validate JSON files. ## Usage * `files` An array of file(s) * `dirs` An array of path(s) that have `.json` files * `debug` if True will print out the results of `jq` along with any plugin parameters ## Example ```yaml kind: pipeline name: default steps: - name: test image: viant/drone-json:latest settings: dirs: - path/to/some/json - another/path/to/some/json files: - path/to/file.json - pathfile.json ```