mirror of
https://github.com/dkhamsing/open-source-ios-apps.git
synced 2025-01-12 16:24:57 +01:00
Fixed schema id
This commit is contained in:
parent
01cd410ce3
commit
78acb8777c
2
.github/schema.json
vendored
2
.github/schema.json
vendored
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||||
"$id": "https://raw.githubusercontent.com/dkhamsing/open-source-ios-apps/master/schema.json",
|
"$id": "https://raw.githubusercontent.com/dkhamsing/open-source-ios-apps/master/.github/schema.json",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"title": {
|
"title": {
|
||||||
|
Loading…
Reference in New Issue
Block a user