Skip to content

Instantly share code, notes, and snippets.

@otherguy
Created November 30, 2022 09:52
Show Gist options
  • Save otherguy/6b1528949490b7d3d915887c78d8205e to your computer and use it in GitHub Desktop.
Save otherguy/6b1528949490b7d3d915887c78d8205e to your computer and use it in GitHub Desktop.
{
"type": "object",
"title": "hello_world",
"description": "A very simple custom context",
"properties": {
"hello": {
"type": "string"
},
"hello_array": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment