mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
Feature request: JSON schema for config.json #496
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @PazerOP on GitHub (Feb 11, 2025).
What's the feature?
JSON Schema for the config.json: https://json-schema.org/
Extra information?
JSON schemas are nice because you can just add a
$schemakey at the root of your json document, and in supported editors (like vscode for example), you get intellisense/suggestions that "just work".