Skip to content

Instantly share code, notes, and snippets.

@ihabo01
Last active September 24, 2015 07:37
Show Gist options
  • Save ihabo01/6ead1ea627c5acfab8ee to your computer and use it in GitHub Desktop.
Save ihabo01/6ead1ea627c5acfab8ee to your computer and use it in GitHub Desktop.
Complex Output JSON Schema
"output": {
"type": "object",
"properties": {
"U": {
"type": "numeric[][]",
"description": "Left side orthogonal matrix U"
},
"d": {
"type": "numeric[]",
"description": "Array containing the diagonal elements of the diagonal matrix D"
},
"V": {
"type": "numeric[][]",
"description": "Right side orthogonal matrix V"
}
},
"required": ["d"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment