Skip to content

Commit 0be22e0

Browse files
committed
chore: update yaml schema for definitions
1 parent fab7c99 commit 0be22e0

File tree

13 files changed

+25
-1
lines changed

13 files changed

+25
-1
lines changed

functions/definition/announcement.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# yaml-language-server: $schema=https://raw.githubusercontent.com/toggle-corp/typesync/refs/heads/main/schema.local.json
2+
13
FbAnnouncement:
24
model: alias
35
# path: v2/announcement

functions/definition/models.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# yaml-language-server: $schema=https://schema.typesync.org/v0.13.json
1+
# yaml-language-server: $schema=https://raw.githubusercontent.com/toggle-corp/typesync/refs/heads/main/schema.local.json
22

33
# ENUM
44

functions/definition/organisation.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# yaml-language-server: $schema=https://raw.githubusercontent.com/toggle-corp/typesync/refs/heads/main/schema.local.json
2+
13
FbOrganisation:
24
model: alias
35
# path: organisations/{organisation_id}

functions/definition/team.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# yaml-language-server: $schema=https://raw.githubusercontent.com/toggle-corp/typesync/refs/heads/main/schema.local.json
2+
13
FbTeam:
24
model: alias
35
# path: teams/{teamId}

functions/definition/tutorial/common.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# yaml-language-server: $schema=https://raw.githubusercontent.com/toggle-corp/typesync/refs/heads/main/schema.local.json
2+
13
FbEnumInformationPageBlockType:
24
model: alias
35
type:

functions/definition/tutorial/compare.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# yaml-language-server: $schema=https://raw.githubusercontent.com/toggle-corp/typesync/refs/heads/main/schema.local.json
2+
13
FbCompareTutorial:
24
model: alias
35
type:

functions/definition/tutorial/completeness.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# yaml-language-server: $schema=https://raw.githubusercontent.com/toggle-corp/typesync/refs/heads/main/schema.local.json
2+
13
FbCompletenessTutorial:
24
model: alias
35
type:

functions/definition/tutorial/find.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# yaml-language-server: $schema=https://raw.githubusercontent.com/toggle-corp/typesync/refs/heads/main/schema.local.json
2+
13
FbFindTutorial:
24
model: alias
35
type:

functions/definition/tutorial/validate.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# yaml-language-server: $schema=https://raw.githubusercontent.com/toggle-corp/typesync/refs/heads/main/schema.local.json
2+
13
FbValidateTutorial:
24
model: alias
35
type:

functions/definition/user.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# yaml-language-server: $schema=https://raw.githubusercontent.com/toggle-corp/typesync/refs/heads/main/schema.local.json
2+
13
FbUserReadonlyType:
24
model: alias
35
docs: Represents user fields that cannot be updated from backend

0 commit comments

Comments
 (0)