Skip to content

Commit 3e8ec95

Browse files
Update schema.v2.json
1 parent 81b0c17 commit 3e8ec95

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

static/schema/schema.v2.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -777,9 +777,9 @@
777777
"jira": {
778778
"type": "object",
779779
"properties": {
780-
"enabled": {
780+
"usage": {
781781
"type": "string",
782-
"enum": ["auto", "true", "false"],
782+
"enum": ["auto", "enabled", "disabled"],
783783
"default": "auto",
784784
"description": "Jira | Enable the Jira integration for opening issues, etc. 'auto' disables the integration for public repositories."
785785
}
@@ -790,9 +790,9 @@
790790
"linear": {
791791
"type": "object",
792792
"properties": {
793-
"enabled": {
793+
"usage": {
794794
"type": "string",
795-
"enum": ["auto", "true", "false"],
795+
"enum": ["auto", "enabled", "disabled"],
796796
"default": "auto",
797797
"description": "Linear | Enable the Linear integration for opening issues, etc. 'auto' disables the integration for public repositories."
798798
}
@@ -845,9 +845,9 @@
845845
"jira": {
846846
"type": "object",
847847
"properties": {
848-
"enabled": {
848+
"usage": {
849849
"type": "string",
850-
"enum": ["auto", "true", "false"],
850+
"enum": ["auto", "enabled", "disabled"],
851851
"default": "auto",
852852
"description": "Jira | Enable the Jira knowledge base integration. 'auto' disables the integration for public repositories."
853853
},
@@ -866,9 +866,9 @@
866866
"linear": {
867867
"type": "object",
868868
"properties": {
869-
"enabled": {
869+
"usage": {
870870
"type": "string",
871-
"enum": ["auto", "true", "false"],
871+
"enum": ["auto", "enabled", "disabled"],
872872
"default": "auto",
873873
"description": "Linear | Enable the Linear knowledge base integration. 'auto' disables the integration for public repositories."
874874
},

0 commit comments

Comments
 (0)