List of questions
Related questions
Question 118 - MCD - Level 1 discussion
A RAML example fragment named StudentExample.raml is placed in the examples folder in an API specification project. What is the correct syntax to reference the fragment?
A.
examples: !include StudentExample.raml
B.
examples: #import StudentExample.raml
C.
examples: !include examples/StudentExample.raml
D.
examples: #import examples/StudentExample.raml
Your answer:
0 comments
Sorted by
Leave a comment first