Created
November 30, 2022 09:52
-
-
Save otherguy/6b1528949490b7d3d915887c78d8205e to your computer and use it in GitHub Desktop.
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
{ | |
"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