Description
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