Skip to content

Instantly share code, notes, and snippets.

@okash1n
Created February 16, 2022 14:54
Show Gist options
  • Save okash1n/5edca25eac94a1c0a2f252853aeadd08 to your computer and use it in GitHub Desktop.
Save okash1n/5edca25eac94a1c0a2f252853aeadd08 to your computer and use it in GitHub Desktop.
{
"type": "object",
"properties": {
"$content-type": {
"type": "string"
},
"$content": {
"type": "string"
},
"$formdata": {
"type": "array",
"items": {
"type": "object",
"properties": {
"key": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"key",
"value"
]
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment