Skip to content

Instantly share code, notes, and snippets.

@AlexanderHolmeset
Created July 28, 2023 09:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlexanderHolmeset/0b2c61be8773377912cad265f69a8f09 to your computer and use it in GitHub Desktop.
Save AlexanderHolmeset/0b2c61be8773377912cad265f69a8f09 to your computer and use it in GitHub Desktop.
{
"items": {
"properties": {
"content": {
"type": "string"
},
"role": {
"type": "string"
}
},
"required": [
"content",
"role"
],
"type": "object"
},
"type": "array"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment