Skip to content

Instantly share code, notes, and snippets.

View jpflueger's full-sized avatar

Justin Pflueger jpflueger

View GitHub Profile
@jpflueger
jpflueger / schema.json
Last active December 19, 2022 17:48
spin.toml schema (767509e)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "RawAppManifestAnyVersion",
"description": "Container for any version of the manifest.",
"oneOf": [
{
"description": "A manifest with API version 1.",
"type": "object",
"required": [
"component",