
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...
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 …
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, …
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
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 …
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, 2 months ago Viewed 16k times
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.
currency - How to model decimal type in RAML - Stack Overflow
So question is: in RAML how do I correctly model the type amount? I need to provide an exact definition of the type for each response body values, because this file will be the contract between the backend …
rest - Describing URI parameters in RAML - Stack Overflow
Jun 13, 2016 · I'm declaring a REST service API stub in RAML. My web application provides equipment, which can be listed, obtained by id or by code. When I want the whole list, I don't specify any URI …
Validating query parameters in RAML - Stack Overflow
Jul 29, 2020 · The RAML specification explicitly does not define validation for object types: RAML does not define validation when a query parameter declaration specifies any of the following types for the …