mulesoft / api-console

An interactive REST console based on RAML/OAS files
Other
911 stars 237 forks source link

global definitions in RAML needs be resolved in the console #162

Closed sichvoge closed 9 years ago

sichvoge commented 9 years ago

Currently global definitions of, for example, schemas are not getting resolved in the API Console for a specific resource. Instead only the name is displayed. See an example below:

image

API Console Version: current version deployed to Anypoint Platform Browser: Chrome OS: Mac OSX

dmartinezg commented 9 years ago

Can you share the RAML? that looks as if the schema named application does not exist.

sichvoge commented 9 years ago

Don't have the RAML as it is our API Platform API

https://anypoint.mulesoft.com/apiplatform/anypoint-platform#/portals/organizations/68ef9520-24e9-4cf2-b2f5-620025690913/apis/11197/versions/31447/pages/44834

dmartinezg commented 9 years ago

Then it is a missing schema, not a console issue @sichvoge

sichvoge commented 9 years ago

I see. Thanks Damian. I'll checked others and some are missing, some are working. Closing that and take it offline with you.