Skip to content

Instantly share code, notes, and snippets.

@revilowaldow
Created November 4, 2025 21:16
Show Gist options
  • Select an option

  • Save revilowaldow/c263ca73072961e0438c710227daa33d to your computer and use it in GitHub Desktop.

Select an option

Save revilowaldow/c263ca73072961e0438c710227daa33d to your computer and use it in GitHub Desktop.
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "https://raw.githack.com/TheGiddyLimit/5etools-utils/master/schema/brew-fast/entry.json"
}
},
"$schema": {
"type": "string"
}
},
"additionalProperties": false,
"required": [
"data"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment