Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Spikeysanju/32feea03de291d956036116c220e044f to your computer and use it in GitHub Desktop.
Save Spikeysanju/32feea03de291d956036116c220e044f to your computer and use it in GitHub Desktop.
{
"type": "object",
"properties": {
"statement": {
"type": "string"
},
"grammatical_info": {
"type": "array",
"items": {
"type": "object",
"properties": {
"subject": {
"type": "string"
},
"verb": {
"type": "string"
},
"object": {
"type": "string"
},
"complement": {
"type": "string"
},
"adverb": {
"type": "string"
}
},
"required": [
"verb"
]
}
}
},
"required": [
"statement",
"grammatical_info"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment