Closed jstoiko closed 6 years ago
E.g.
#%RAML 1.0 title: My api baseUri: http://localhost:3000 types: Foo: !include schemas/foo.json /foo: post: body: application/json: type: Foo
Either replacing foo.json by an equivalent RAML datatype foo.raml or replacing type: Foo by schema: !include schemas/foo.json works.
foo.json
foo.raml
type: Foo
schema: !include schemas/foo.json
-- originally submitted here: https://github.com/mulesoft/osprey/issues/151
E.g.
Either replacing
foo.json
by an equivalent RAML datatypefoo.raml
or replacingtype: Foo
byschema: !include schemas/foo.json
works.-- originally submitted here: https://github.com/mulesoft/osprey/issues/151