Skip to content

Commit c30fc63

Browse files
committed
Update $id fields
1 parent 5676fdd commit c30fc63

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

schema/chapter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"$id": "https://raw.githubusercontent.com/OWASP/Nest/main/schema/chapter.json",
3+
"$id": "https://raw.githubusercontent.com/OWASP/nest-schema/main/chapter.json",
44
"additionalProperties": false,
55
"description": "OWASP chapter schema",
66
"properties": {

schema/committee.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"$id": "https://raw.githubusercontent.com/OWASP/Nest/main/schema/committee.json",
3+
"$id": "https://raw.githubusercontent.com/OWASP/nest-schema/main/committee.json",
44
"$defs": {
55
"meeting_minutes": {
66
"description": "Meeting minutes of the committee.",

schema/common.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema",
3-
"$id": "https://raw.githubusercontent.com/OWASP/Nest/main/schema/common.json",
3+
"$id": "https://raw.githubusercontent.com/OWASP/nest-schema/main/common.json",
44
"definitions": {
55
"community": {
66
"additionalProperties": false,

schema/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"$id": "https://raw.githubusercontent.com/OWASP/Nest/main/schema/project.json",
3+
"$id": "https://raw.githubusercontent.com/OWASP/nest-schema/main/project.json",
44
"additionalProperties": false,
55
"description": "OWASP project schema",
66
"properties": {

0 commit comments

Comments
 (0)