| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/HyperJSON/HyperJSON-Request/master/request-schema.json | [Back] [Original] |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"name": "HyperJSON Request Message",
"type": "object",
"properties": {
"method": {
"type": "string"
},
"uri": {
"type": "string"
},
"body": {
"type": "object"
}
},
"required": [
"method",
"uri"
]
}
| Web Proxy Viewer | New URL | Original Page |