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

Example does no validate properly when included #632

Description

@jpbelang
#%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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions