Repo Contract - JSON Schemas

This site hosts JSON Schema definitions for Repo Contract.

Available Schemas

Usage

Add the $schema field to your contract file:

# contract.yml
$schema: "https://pirakansa.github.io/Contract/schemas/v1.json"
version: "1.0"

branch_protection:
  # ...

Links