Summary
Submit the Envilder map-file JSON Schema to SchemaStore/schemastore so that editors (VS Code, IntelliJ, etc.) auto-detect and validate map-files without requiring a manual $schema field.
Blocked by
Steps
- Fork
SchemaStore/schemastore
- Add catalog entry to
src/api/json/catalog.json:
name: Envilder Map File
url: https://envilder.com/schema/map-file.v1.json
fileMatch: ["**/param-map*.json", "**/secrets-map*.json"]
- Open PR to upstream SchemaStore repo
- Once accepted, editors auto-validate map-files with autocomplete
Notes
- The schema is hosted at
https://envilder.com/schema/map-file.v1.json (deployed via the website)
- SchemaStore prefers externally-hosted schemas with a stable URL
- The
$schema field in map-files is optional — SchemaStore catalog provides discovery without it
Summary
Submit the Envilder map-file JSON Schema to SchemaStore/schemastore so that editors (VS Code, IntelliJ, etc.) auto-detect and validate map-files without requiring a manual
$schemafield.Blocked by
Steps
SchemaStore/schemastoresrc/api/json/catalog.json:name:Envilder Map Fileurl:https://envilder.com/schema/map-file.v1.jsonfileMatch:["**/param-map*.json", "**/secrets-map*.json"]Notes
https://envilder.com/schema/map-file.v1.json(deployed via the website)$schemafield in map-files is optional — SchemaStore catalog provides discovery without it