ErrorJSON Schema#{ "type":"object", "properties":{ "name":{ "type":"string" }, "message":{ "type":"string" }, "stack":{ "type":"string" } }, "required": ["name","message"]}Copy