RAML 1.0 representation of Java Map
You have 2 options here. The first one is to just include the external file with the schema in the types definition of your raml file. For instance, assuming that: The object represented in your example is called EmployeeGroupsContainer, And the file with the Employee schema is called employee.schema and is in the same directory … Read more