Skip to content

Instantly share code, notes, and snippets.

@jviotti
Last active March 14, 2025 20:10
Show Gist options
  • Save jviotti/ba248fb8af3f5a012bf3f6afeb9c4c01 to your computer and use it in GitHub Desktop.
Save jviotti/ba248fb8af3f5a012bf3f6afeb9c4c01 to your computer and use it in GitHub Desktop.
KrakenD Blaze Failure
{
"data": true,
"strategy": true,
"@extra_comment": "here"
}
{
"$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