Skip to content

Commit

Permalink
update snapshot
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
  • Loading branch information
bnjjj committed May 18, 2022
1 parent 4f8c13b commit 8c22f69
Showing 1 changed file with 6 additions and 42 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
source: apollo-router/src/configuration/mod.rs
assertion_line: 687
expression: "&schema"
---
{
Expand Down Expand Up @@ -461,7 +462,6 @@ expression: "&schema"
},
"endpoint": {
"type": "string",
"format": "uri",
"nullable": true
}
},
Expand Down Expand Up @@ -507,18 +507,7 @@ expression: "&schema"
],
"properties": {
"endpoint": {
"anyOf": [
{
"type": "string",
"enum": [
"default"
]
},
{
"type": "string",
"format": "uri"
}
]
"type": "string"
},
"grpc": {
"type": "object",
Expand Down Expand Up @@ -676,23 +665,10 @@ expression: "&schema"
"properties": {
"datadog": {
"type": "object",
"required": [
"endpoint"
],
"properties": {
"endpoint": {
"anyOf": [
{
"type": "string",
"enum": [
"default"
]
},
{
"type": "string",
"format": "uri"
}
]
"default": "default",
"type": "string"
}
},
"additionalProperties": false,
Expand Down Expand Up @@ -736,8 +712,7 @@ expression: "&schema"
],
"properties": {
"endpoint": {
"type": "string",
"format": "uri"
"type": "string"
},
"password": {
"type": "string",
Expand Down Expand Up @@ -772,18 +747,7 @@ expression: "&schema"
],
"properties": {
"endpoint": {
"anyOf": [
{
"type": "string",
"enum": [
"default"
]
},
{
"type": "string",
"format": "uri"
}
]
"type": "string"
},
"grpc": {
"type": "object",
Expand Down

0 comments on commit 8c22f69

Please sign in to comment.