fix(schema): replace $id with canonical URI

This commit is contained in:
Parker Mauney 2023-05-20 18:37:17 -04:00 committed by Jan De Dobbeleer
parent 61fa281894
commit 2751a7c206

View file

@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "http://example.com/example.json",
"$id": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"type": "object",
"title": "The Oh My Posh theme definition",
"description": "https://ohmyposh.dev/docs/configuration/overview",