{ "version":"1.0.0", "id":"SOAPjr_request", "description":"SOAPjr request definition", "type":"object", "extends":{ "$ref":"SOAPjr_basic_object" }, "properties":{ "ENVELOPE":{ "type":"object", "optional":false, "properties":{ "url":{ "type":"string", "optional":false }, "callback":{ "type":"string", "optional":false }, "method":{ "enum":["GET","POST","PUT"], "optional":true } } }, "HEAD":{ "type":"object", "optional":false, "properties":{ "service_type":{ "type":"string", "optional":true }, "action_type":{ "type":"string", "optional":true }, "sid":{ "type":"string", "optional":true } } } } }