Skip to content

Commit

Permalink
Adds filterByHeaders and languageModel to schema. Fixes dotnet#977
Browse files Browse the repository at this point in the history
  • Loading branch information
waldekmastykarz committed Feb 5, 2025
1 parent 0b17fa3 commit 3050b67
Show file tree
Hide file tree
Showing 8 changed files with 280 additions and 0 deletions.
35 changes: 35 additions & 0 deletions schemas/v0.19.0/rc.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,45 @@
"asSystemProxy": {
"type": "boolean"
},
"filterByHeaders": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"name",
"value"
]
}
},
"ipAddress": {
"type": "string",
"format": "ipv4"
},
"languageModel": {
"type": "object",
"properties": {
"cacheResponses": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"model": {
"type": "string"
},
"url": {
"type": "string"
}
}
},
"logLevel": {
"type": "string",
"enum": [
Expand Down
35 changes: 35 additions & 0 deletions schemas/v0.19.1/rc.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,45 @@
"asSystemProxy": {
"type": "boolean"
},
"filterByHeaders": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"name",
"value"
]
}
},
"ipAddress": {
"type": "string",
"format": "ipv4"
},
"languageModel": {
"type": "object",
"properties": {
"cacheResponses": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"model": {
"type": "string"
},
"url": {
"type": "string"
}
}
},
"logLevel": {
"type": "string",
"enum": [
Expand Down
35 changes: 35 additions & 0 deletions schemas/v0.20.0/rc.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,45 @@
"asSystemProxy": {
"type": "boolean"
},
"filterByHeaders": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"name",
"value"
]
}
},
"ipAddress": {
"type": "string",
"format": "ipv4"
},
"languageModel": {
"type": "object",
"properties": {
"cacheResponses": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"model": {
"type": "string"
},
"url": {
"type": "string"
}
}
},
"logLevel": {
"type": "string",
"enum": [
Expand Down
35 changes: 35 additions & 0 deletions schemas/v0.20.1/rc.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,45 @@
"asSystemProxy": {
"type": "boolean"
},
"filterByHeaders": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"name",
"value"
]
}
},
"ipAddress": {
"type": "string",
"format": "ipv4"
},
"languageModel": {
"type": "object",
"properties": {
"cacheResponses": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"model": {
"type": "string"
},
"url": {
"type": "string"
}
}
},
"logLevel": {
"type": "string",
"enum": [
Expand Down
35 changes: 35 additions & 0 deletions schemas/v0.21.0/rc.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,45 @@
"asSystemProxy": {
"type": "boolean"
},
"filterByHeaders": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"name",
"value"
]
}
},
"ipAddress": {
"type": "string",
"format": "ipv4"
},
"languageModel": {
"type": "object",
"properties": {
"cacheResponses": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"model": {
"type": "string"
},
"url": {
"type": "string"
}
}
},
"logLevel": {
"type": "string",
"enum": [
Expand Down
35 changes: 35 additions & 0 deletions schemas/v0.22.0/rc.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,45 @@
"asSystemProxy": {
"type": "boolean"
},
"filterByHeaders": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"name",
"value"
]
}
},
"ipAddress": {
"type": "string",
"format": "ipv4"
},
"languageModel": {
"type": "object",
"properties": {
"cacheResponses": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"model": {
"type": "string"
},
"url": {
"type": "string"
}
}
},
"logLevel": {
"type": "string",
"enum": [
Expand Down
35 changes: 35 additions & 0 deletions schemas/v0.23.0/rc.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,45 @@
"asSystemProxy": {
"type": "boolean"
},
"filterByHeaders": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"name",
"value"
]
}
},
"ipAddress": {
"type": "string",
"format": "ipv4"
},
"languageModel": {
"type": "object",
"properties": {
"cacheResponses": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"model": {
"type": "string"
},
"url": {
"type": "string"
}
}
},
"logLevel": {
"type": "string",
"enum": [
Expand Down
35 changes: 35 additions & 0 deletions schemas/v0.24.0/rc.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,45 @@
"asSystemProxy": {
"type": "boolean"
},
"filterByHeaders": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"name",
"value"
]
}
},
"ipAddress": {
"type": "string",
"format": "ipv4"
},
"languageModel": {
"type": "object",
"properties": {
"cacheResponses": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"model": {
"type": "string"
},
"url": {
"type": "string"
}
}
},
"logLevel": {
"type": "string",
"enum": [
Expand Down

0 comments on commit 3050b67

Please sign in to comment.