This site hosts JSON Schema definitions for Repo Contract.
schemas/contract.v1.schema.json
Add the $schema field to your contract file:
# contract.yml
$schema: "https://pirakansa.github.io/Contract/schemas/v1.json"
version: "1.0"
branch_protection:
# ...