Skip to content

Commit

Permalink
chore: update OPENAPI schemas
Browse files Browse the repository at this point in the history
run make update-openapi-schemas
  • Loading branch information
adityathebe committed Oct 23, 2024
1 parent 8cdc804 commit e6091e9
Show file tree
Hide file tree
Showing 16 changed files with 116 additions and 2 deletions.
6 changes: 6 additions & 0 deletions schema/openapi/canary.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1599,6 +1599,9 @@
},
"credentials": {
"$ref": "#/$defs/EnvVar"
},
"skipTLSVerify": {
"type": "boolean"
}
},
"additionalProperties": false,
Expand Down Expand Up @@ -1634,6 +1637,9 @@
"credentials": {
"$ref": "#/$defs/EnvVar"
},
"skipTLSVerify": {
"type": "boolean"
},
"bucket": {
"type": "string"
}
Expand Down
6 changes: 6 additions & 0 deletions schema/openapi/canary.spec.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1599,6 +1599,9 @@
},
"credentials": {
"$ref": "#/$defs/EnvVar"
},
"skipTLSVerify": {
"type": "boolean"
}
},
"additionalProperties": false,
Expand Down Expand Up @@ -1634,6 +1637,9 @@
"credentials": {
"$ref": "#/$defs/EnvVar"
},
"skipTLSVerify": {
"type": "boolean"
},
"bucket": {
"type": "string"
}
Expand Down
15 changes: 15 additions & 0 deletions schema/openapi/component.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -946,6 +946,9 @@
},
"health": {
"type": "string"
},
"configID": {
"type": "string"
}
},
"additionalProperties": false,
Expand Down Expand Up @@ -1042,6 +1045,9 @@
},
"health": {
"type": "string"
},
"configID": {
"type": "string"
}
},
"additionalProperties": false,
Expand Down Expand Up @@ -1112,6 +1118,9 @@
"search": {
"type": "string"
},
"limit": {
"type": "integer"
},
"includeDeleted": {
"type": "boolean"
},
Expand Down Expand Up @@ -1878,6 +1887,9 @@
},
"credentials": {
"$ref": "#/$defs/EnvVar"
},
"skipTLSVerify": {
"type": "boolean"
}
},
"additionalProperties": false,
Expand Down Expand Up @@ -1913,6 +1925,9 @@
"credentials": {
"$ref": "#/$defs/EnvVar"
},
"skipTLSVerify": {
"type": "boolean"
},
"bucket": {
"type": "string"
}
Expand Down
15 changes: 15 additions & 0 deletions schema/openapi/component.spec.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -946,6 +946,9 @@
},
"health": {
"type": "string"
},
"configID": {
"type": "string"
}
},
"additionalProperties": false,
Expand Down Expand Up @@ -1042,6 +1045,9 @@
},
"health": {
"type": "string"
},
"configID": {
"type": "string"
}
},
"additionalProperties": false,
Expand Down Expand Up @@ -1112,6 +1118,9 @@
"search": {
"type": "string"
},
"limit": {
"type": "integer"
},
"includeDeleted": {
"type": "boolean"
},
Expand Down Expand Up @@ -1878,6 +1887,9 @@
},
"credentials": {
"$ref": "#/$defs/EnvVar"
},
"skipTLSVerify": {
"type": "boolean"
}
},
"additionalProperties": false,
Expand Down Expand Up @@ -1913,6 +1925,9 @@
"credentials": {
"$ref": "#/$defs/EnvVar"
},
"skipTLSVerify": {
"type": "boolean"
},
"bucket": {
"type": "string"
}
Expand Down
3 changes: 3 additions & 0 deletions schema/openapi/health_catalog.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,9 @@
"search": {
"type": "string"
},
"limit": {
"type": "integer"
},
"includeDeleted": {
"type": "boolean"
},
Expand Down
3 changes: 3 additions & 0 deletions schema/openapi/health_databasebackupcheck.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@
},
"credentials": {
"$ref": "#/$defs/EnvVar"
},
"skipTLSVerify": {
"type": "boolean"
}
},
"additionalProperties": false,
Expand Down
3 changes: 3 additions & 0 deletions schema/openapi/health_exec.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,9 @@
},
"credentials": {
"$ref": "#/$defs/EnvVar"
},
"skipTLSVerify": {
"type": "boolean"
}
},
"additionalProperties": false,
Expand Down
3 changes: 3 additions & 0 deletions schema/openapi/health_folder.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@
"credentials": {
"$ref": "#/$defs/EnvVar"
},
"skipTLSVerify": {
"type": "boolean"
},
"bucket": {
"type": "string"
}
Expand Down
3 changes: 3 additions & 0 deletions schema/openapi/incident-rules.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,9 @@
"search": {
"type": "string"
},
"limit": {
"type": "integer"
},
"includeDeleted": {
"type": "boolean"
},
Expand Down
3 changes: 3 additions & 0 deletions schema/openapi/notification.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@
},
"to": {
"$ref": "#/$defs/NotificationRecipientSpec"
},
"waitFor": {
"type": "string"
}
},
"additionalProperties": false,
Expand Down
11 changes: 10 additions & 1 deletion schema/openapi/playbook-spec.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,13 @@
"type": {
"type": "string"
},
"properties": true
"properties": true,
"dependsOn": {
"items": {
"type": "string"
},
"type": "array"
}
},
"additionalProperties": false,
"type": "object",
Expand Down Expand Up @@ -904,6 +910,9 @@
"search": {
"type": "string"
},
"limit": {
"type": "integer"
},
"includeDeleted": {
"type": "boolean"
},
Expand Down
11 changes: 10 additions & 1 deletion schema/openapi/playbook.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,13 @@
"type": {
"type": "string"
},
"properties": true
"properties": true,
"dependsOn": {
"items": {
"type": "string"
},
"type": "array"
}
},
"additionalProperties": false,
"type": "object",
Expand Down Expand Up @@ -1058,6 +1064,9 @@
"search": {
"type": "string"
},
"limit": {
"type": "integer"
},
"includeDeleted": {
"type": "boolean"
},
Expand Down
3 changes: 3 additions & 0 deletions schema/openapi/scrape_config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -766,6 +766,9 @@
"credentials": {
"$ref": "#/$defs/EnvVar"
},
"skipTLSVerify": {
"type": "boolean"
},
"bucket": {
"type": "string"
}
Expand Down
3 changes: 3 additions & 0 deletions schema/openapi/scrape_config.spec.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -766,6 +766,9 @@
"credentials": {
"$ref": "#/$defs/EnvVar"
},
"skipTLSVerify": {
"type": "boolean"
},
"bucket": {
"type": "string"
}
Expand Down
15 changes: 15 additions & 0 deletions schema/openapi/topology.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -925,6 +925,9 @@
},
"health": {
"type": "string"
},
"configID": {
"type": "string"
}
},
"additionalProperties": false,
Expand Down Expand Up @@ -1021,6 +1024,9 @@
},
"health": {
"type": "string"
},
"configID": {
"type": "string"
}
},
"additionalProperties": false,
Expand Down Expand Up @@ -1082,6 +1088,9 @@
"search": {
"type": "string"
},
"limit": {
"type": "integer"
},
"includeDeleted": {
"type": "boolean"
},
Expand Down Expand Up @@ -1848,6 +1857,9 @@
},
"credentials": {
"$ref": "#/$defs/EnvVar"
},
"skipTLSVerify": {
"type": "boolean"
}
},
"additionalProperties": false,
Expand Down Expand Up @@ -1883,6 +1895,9 @@
"credentials": {
"$ref": "#/$defs/EnvVar"
},
"skipTLSVerify": {
"type": "boolean"
},
"bucket": {
"type": "string"
}
Expand Down
15 changes: 15 additions & 0 deletions schema/openapi/topology.spec.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -925,6 +925,9 @@
},
"health": {
"type": "string"
},
"configID": {
"type": "string"
}
},
"additionalProperties": false,
Expand Down Expand Up @@ -1021,6 +1024,9 @@
},
"health": {
"type": "string"
},
"configID": {
"type": "string"
}
},
"additionalProperties": false,
Expand Down Expand Up @@ -1082,6 +1088,9 @@
"search": {
"type": "string"
},
"limit": {
"type": "integer"
},
"includeDeleted": {
"type": "boolean"
},
Expand Down Expand Up @@ -1848,6 +1857,9 @@
},
"credentials": {
"$ref": "#/$defs/EnvVar"
},
"skipTLSVerify": {
"type": "boolean"
}
},
"additionalProperties": false,
Expand Down Expand Up @@ -1883,6 +1895,9 @@
"credentials": {
"$ref": "#/$defs/EnvVar"
},
"skipTLSVerify": {
"type": "boolean"
},
"bucket": {
"type": "string"
}
Expand Down

0 comments on commit e6091e9

Please sign in to comment.