• Hi, our RAML file has multiple types with the! Include keyword. But if we put a url relative or absolute no fields are displayed to the type deployed. You could review it?.

    Example from https://github.com/raml-org/raml-spec/blob/master/versions/raml-10/raml-10.md/:

    #%RAML 1.0
    title: GitHub API
    version: v3
    baseUri: https://api.github.com
    mediaType: application/json
    securitySchemes:
    oauth_2_0: !include securitySchemes/oauth_2_0.raml
    types:
    Gist: !include types/gist.raml
    Gists: !include types/gists.raml
    resourceTypes:
    collection: !include types/collection.raml
    traits:
    securedBy: [ oauth_2_0 ]
    /search:
    /code:
    type: collection
    get:

    Thank you

    • This topic was modified 4 years, 2 months ago by migrad.
  • The topic ‘!include not found in types’ is closed to new replies.