Update schema: public address, no schema version (#33)

* change the address to be the public one rather than a private Azure DevOps repo;
* remove the schema version, because the JSON Schema library I'm targeting for the next upgrade fails to parse the schema if I specify the version.
This commit is contained in:
Andrea Spadaccini 2022-07-05 11:18:37 +02:00 коммит произвёл GitHub
Родитель 5f8fa49420
Коммит dc2910031d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -1,6 +1,5 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://onebranch.visualstudio.com/Build/_git/Powershell-FeatureFlags?path=%2Ffeatureflags.schema.json",
"$id": "https://raw.githubusercontent.com/microsoft/PowerShell-FeatureFlags/main/featureflags.schema.json",
"title": "Feature Flags Schema",
"description": "Describes a schema for the Powershell-FeatureFlags configuration file.",
"type": "object",
@ -107,4 +106,4 @@
}
}
}
}
}