tatternutz

JSON Schema "data" node max length

0 votes
Executing 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

1 votes
Hi Rich, From my testing, total sum characters in "data" node (only counts for values) should less than 3700, it's not an official number OneSpan Sign regulated, but in order to avoid this 500 error, we definitely suggest to control the length of your data stored at package JSON. Hope this could help! Duo

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off