Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Example does no validate properly when included #632

Open
jpbelang opened this issue May 26, 2019 · 0 comments
Open

Example does no validate properly when included #632

jpbelang opened this issue May 26, 2019 · 0 comments

Comments

@jpbelang
Copy link
Collaborator

jpbelang commented May 26, 2019

#%RAML 1.0
title: My Sample API

types:
  SomeType:
    type: object
    properties:
      a: string
      b: integer
    examples: !include example.raml

example.raml

#%RAML 1.0 NamedExample

value:
  a: blabla
  b: 111

This does not validate.

Aha! Link: https://mulesoft-roadmap.aha.io/features/APIRAML-37

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant