A company has defined two RAML fragments, Book Data Type and Book Example to be used in APIs.
What would be valid RAML to use these fragments ?


* RAML file contains lot of information that could be considered as 'not API-describing'. Sort of 'economy-class' members.
Equally important, but not necessarily part of the main RAML file.
* Through !includes, RAML allows us to build file-distributed API definitions, which is not only useful to encourage code reuse but also improves readability.
* We can create RAML fragments with such code and then include them in main RAML project using !include like:
types:
Book: !include bookDataType.raml and
examples:
input: !include bookExample.raml
* Additionally for
----------------------------------------------------------------------------------------------------------------------------------------
Correct Answer: D
Raul
2 months agoBernardine
3 months agoLaura
3 months agoCorrina
3 months agoAnika
3 months agoWilford
3 months agoKarma
4 months agoCarmen
4 months agoKenny
4 months agoShannon
4 months agoBarabara
4 months agoErinn
5 months agoCaren
5 months ago