Error

Each error object contains a "path" key and an "info" key. The "path" is the JSON path of the request object to indicate the error location. The "info" is a human-readable description of the error.

Each error object contains a "path" key and an "info" key. The "path" is the JSON path of the request object to indicate the error location. The "info" is a human-readable description of the error.

path
string

The json path of the request object to indicate the error location

Example:
data.policy_id
info
string

A human-readable description of the error.

Example:
data.policy_id must not be 32 characters
Example
preparing...