fix $id paths

This commit is contained in:
James Brumond 2022-10-24 20:01:20 -07:00
parent 082e276c7c
commit 3fcdf76837
Signed by: james
GPG Key ID: 24BA25B8B303B023
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "https://gitea.jbrumond.me/minimal/docs/raw/branch/master/schemas/color-theme/v1.json",
"$id": "https://gitea.jbrumond.me/minimal/docs/raw/branch/master/json-schema/color-theme/v1.json",
"type": "object",
"properties": {
"name": {

View File

@ -1,5 +1,5 @@
$schema: http://json-schema.org/draft-07/schema
$id: https://gitea.jbrumond.me/minimal/docs/raw/branch/master/schemas/color-theme/v1.json
$id: https://gitea.jbrumond.me/minimal/docs/raw/branch/master/json-schema/color-theme/v1.json
type: object
properties:
name: