Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.
This repository was archived by the owner on May 10, 2024. It is now read-only.

Unable to read external schemas in raml #508

@abhi--agrawal

Description

@abhi--agrawal

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions