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
{{ message }}
This repository has been archived by the owner on May 10, 2024. It is now read-only.
when adding the schemas it is giving the folowing error:
[error] Reference: '{ "type": "object", "$schema": "http://json-schema.org/draft-03/schema", "id": "http://jsonschema.net", "required": true, "properties": { "songTitle": { "type": "string", "required": true }, "albumId": { "type": "string", "required": true, "minLength": 36, "maxLength": 36 } } }' can not be resolved
[error] Can not resolve examples/Attribute/propertyCreateExample.sample
[error] Can not resolve examples/Attribute/propertyCreateExample.sample
[error] Can not resolve examples/Attribute/propertyCreateExample.sample
I have added a basic collection
and trying to read it through
collection:
schemaCollectionPOSTRequest: !include id.json
exampleCollectionPOSTRequest: !include ID.sample
The text was updated successfully, but these errors were encountered: