JSON Schema "data" node max length
Thursday, October 11, 2018 at 08:08amExecuting a ./api/packages/ POST which includes a status update along with the "data" node. I cannot find the max length of this node. I'm pretty sure I am hitting the max since this is the response I am receiving. I will need to modify my value for the data node but need to know the max length.
{
"technical": "EsepCommand failed and no fallback available.",
"messageKey": "error.internal.default",
"message": "Unexpected error. We apologize for any inconvenience this may have caused you, please try again. If the problem persists, please contact our support team.",
"code": 500,
"name": "Unhandled Server Error"
}
Thank you,
Rich
Reply to: JSON Schema "data" node max length
Thursday, October 11, 2018 at 08:39am