Last active
March 14, 2025 20:10
-
-
Save jviotti/ba248fb8af3f5a012bf3f6afeb9c4c01 to your computer and use it in GitHub Desktop.
KrakenD Blaze Failure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data": true, | |
"strategy": true, | |
"@extra_comment": "here" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "http://json-schema.org/draft-07/schema#", | |
"type": "object", | |
"required": [ "data", "strategy" ], | |
"properties": { | |
"data": true, | |
"strategy": true | |
}, | |
"patternProperties": { "^[@$_#]": {} }, | |
"additionalProperties": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment