This directory contains the JSON Schema for versionize configuration files.
Add the $schema property to your .versionize file with the GitHub repository URL:
{
"$schema": "https://raw.githubusercontent.com/versionize/versionize/main/schemas/versionize.schema.json",
"tagTemplate": "v{version}",
...
}IDEs automatically detect the $schema property and provide:
- IntelliSense: Auto-completion for properties
- Validation: Real-time error checking
- Hover Documentation: Descriptions for each property