Schema register_client_request.json
Show original (referenced schemas with $ref)
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Object defining client registration request",
"properties": { },
"required": [
"client_name"
],
"title": "Register Client Request",
"type": "object"
}