You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there is a $ref in the schema that looks like the below
"metadata": {
"$ref": "request_metadata.json"
}
I fail to load the schema with the error below.
Caused by: com.networknt.schema.JsonSchemaException: #/properties/metadata/$ref: Reference request_metadata.json cannot be resolved
any idea how to solve it?
The text was updated successfully, but these errors were encountered:
I load a schema from the classpath.
If there is a $ref in the schema that looks like the below
I fail to load the schema with the error below.
Caused by: com.networknt.schema.JsonSchemaException: #/properties/metadata/$ref: Reference request_metadata.json cannot be resolved
any idea how to solve it?
The text was updated successfully, but these errors were encountered: