python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
how to validate range of numbers in RAML(half-open interval)
I defined a raml file.
I want to valid a queryParameter(coefficient) that greater than 0 and less than or equal to 1.
(0< coefficient ≦ 1 )
Here is my raml.
#%RAML 1.0
title: sample API
baseUri: http...

aa_gunner
Votes: 0
Answers: 1
Anypoint Platform : How to publish OPEN API components in Anypoint Exchange?
Scenario : There are say two API specifications , API_Spec_1 and API_Spec_2 and they both share some schemas, say schema_1 and schema_2.
While designing, I want to publish schema_1 and schema_2 to any...

Bibek Kr. Bazaz
Votes: 0
Answers: 0
How to convert XML schemas (XSD) with 'choice' to RAML/YAML
I would like to ask how to convert XML schemas (XSD) to RAML/YAML schemas especially if my xml schemas has attributes like 'choice'.
<?xml version="1.0" encoding="UTF-8"?>
&...

Manoj CMR Reddy
Votes: 0
Answers: 1