About 50 results
Open links in new tab
  1. RAML : How to require parameter A OR parameter B

    I'm writing some REST documentation with RAML but I'm stuck. My problem: - I have a GET request used for search that can take a parameter "id" or (exclusive or) "reference". Having only one of th...

  2. mule - RAML: example vs examples - Stack Overflow

    Aug 9, 2023 · 0 This is a common confusion using RAML because of assuming the plural means multiples examples as an array and that NamedExample means something different. example: is for …

  3. How import RAML latest version in mule application?

    Jun 26, 2022 · Yes, I have updated the RAML in design center and published to exchange. When I was trying to update api using API Specs > update version, the RAML file was not updating automatically, …

  4. RAML 1.0 - Multiple Examples for a Single Response

    RAML 1.0 - Multiple Examples for a Single Response Asked 9 years, 7 months ago Modified 2 years, 10 months ago Viewed 12k times

  5. declare raml data type with array of different objects

    Feb 3, 2022 · declare raml data type with array of different objects Asked 4 years, 2 months ago Modified 4 years, 1 month ago Viewed 16k times

  6. mule - RAML structure for Arrays - Stack Overflow

    Jun 7, 2022 · RAML thinks that it is an object with property "type" type: string So your RAML will accept this array: [{"type": "stringvalue"}] You have to remove the properties keyword under items.

  7. RAML: Nested Schemas - Stack Overflow

    May 13, 2016 · RAML 1.0 introduces the notion of data types, which provide a concise and powerful way to describe the data in your API. The data can be in a URI parameter (base or resource URI), a …

  8. mule - How to define RAML spec to accept all URI params following a ...

    That’s not the point of RAML. You should define all your resources and methods, otherwise it’s of no use to anyone. In Mule, if you want to listen for requests regardless of path, just use http:listener and …

  9. How to make UriParameter as optional in RAML 1.0

    Sep 27, 2021 · There is a scenario for example as in any Application Controller while exposing a rest api we can make PathParams/UriParams as optional at controller level, so it wouldn't required always for …

  10. Convert Swagger JSON to RAML/YAML - Stack Overflow

    Sep 23, 2015 · How do I convert Swagger JSON to RAML/YAML and validate it? I am not looking for a programmatic way, just a one off conversion.