Skip to content

JSON Schema REST Response

Andy edited this page Mar 10, 2015 · 2 revisions

REST Response

{
"type":"object",
"title": "response",
"properties":{
	"request": {"type":"string", "required":true, "maxLength": 1024},
	"status": {"type":"string", "required":true, "maxLength": 1024},
	"message": {"type":"string", "required":true, "maxLength": 1024},
	}
}

Clone this wiki locally