Skip to content

bitrise-steplib/steps-validate-json-schema

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Validate JSON schema

Step changelog

Run JSON schema validation.

Description

🧩 Get started

Add this step directly to your workflow in the Bitrise Workflow Editor.

You can also run this step directly with Bitrise CLI.

⚙️ Configuration

Inputs
Key Description Flags Default
schema_url URL of the JSON schema to use. Use file:// prefix for local, while http prefix for remote schemas. required
yaml_path Path of the .yml file to validate. required
warning_patterns Mark the schema validation issues, matching any of the provided regexp patterns, as warning. Provide a newline (\n) separated list of patterns.
Outputs There are no outputs defined in this step

🙋 Contributing

We welcome pull requests and issues against this repository.

For pull requests, work on your changes in a forked repository and use the Bitrise CLI to run step tests locally.

Learn more about developing steps:

About

No description or website provided.

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages