Pactpact

JSON Schema

Complete JSON schema for pact.json

JSON Schema

Complete schema reference for pact.json.

Basic Structure

{
  "version": "1.0.0",
  "user": "username",
  "modules": {
    "shell": {},
    "editor": {},
    "git": {},
    "ai": {},
    "tools": {},
    "theme": {}
  },
  "secrets": []
}

Module Entry Schema

{
  "source": "./path/to/file",
  "target": "~/path/to/target",
  "strategy": "symlink"
}

Fields

FieldTypeRequiredDescription
sourcestringYesPath relative to .pact/
targetstring or objectYesTarget path or OS-specific paths
strategystringNosymlink (default) or copy

On this page