provider_id => provider_type, adapter_id => adapter_type

This commit is contained in:
Ashwin Bharambe 2024-10-02 14:05:59 -07:00
parent df68db644b
commit fe4aabd690
21 changed files with 83 additions and 85 deletions

View file

@ -4783,7 +4783,7 @@
"provider_config": {
"type": "object",
"properties": {
"provider_id": {
"provider_type": {
"type": "string"
},
"config": {
@ -4814,7 +4814,7 @@
},
"additionalProperties": false,
"required": [
"provider_id",
"provider_type",
"config"
]
}
@ -4843,7 +4843,7 @@
"provider_config": {
"type": "object",
"properties": {
"provider_id": {
"provider_type": {
"type": "string"
},
"config": {
@ -4874,7 +4874,7 @@
},
"additionalProperties": false,
"required": [
"provider_id",
"provider_type",
"config"
]
}
@ -4894,7 +4894,7 @@
"provider_config": {
"type": "object",
"properties": {
"provider_id": {
"provider_type": {
"type": "string"
},
"config": {
@ -4925,7 +4925,7 @@
},
"additionalProperties": false,
"required": [
"provider_id",
"provider_type",
"config"
]
}