Skip to content

Commit

Permalink
Update schema.v2.json
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 21, 2025
1 parent 81b0c17 commit 3e8ec95
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions static/schema/schema.v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -777,9 +777,9 @@
"jira": {
"type": "object",
"properties": {
"enabled": {
"usage": {
"type": "string",
"enum": ["auto", "true", "false"],
"enum": ["auto", "enabled", "disabled"],
"default": "auto",
"description": "Jira | Enable the Jira integration for opening issues, etc. 'auto' disables the integration for public repositories."
}
Expand All @@ -790,9 +790,9 @@
"linear": {
"type": "object",
"properties": {
"enabled": {
"usage": {
"type": "string",
"enum": ["auto", "true", "false"],
"enum": ["auto", "enabled", "disabled"],
"default": "auto",
"description": "Linear | Enable the Linear integration for opening issues, etc. 'auto' disables the integration for public repositories."
}
Expand Down Expand Up @@ -845,9 +845,9 @@
"jira": {
"type": "object",
"properties": {
"enabled": {
"usage": {
"type": "string",
"enum": ["auto", "true", "false"],
"enum": ["auto", "enabled", "disabled"],
"default": "auto",
"description": "Jira | Enable the Jira knowledge base integration. 'auto' disables the integration for public repositories."
},
Expand All @@ -866,9 +866,9 @@
"linear": {
"type": "object",
"properties": {
"enabled": {
"usage": {
"type": "string",
"enum": ["auto", "true", "false"],
"enum": ["auto", "enabled", "disabled"],
"default": "auto",
"description": "Linear | Enable the Linear knowledge base integration. 'auto' disables the integration for public repositories."
},
Expand Down

0 comments on commit 3e8ec95

Please sign in to comment.