Identify the correct Raml 

 

#%RAML 1.0
title: Travel Planner API
/trips:
 get:
   queryParameters:
     triptype:
       required: false
       enum:
         - Trekking
         - Weekend Trip
         - Family Trip
         - Gathering
         - Official Trip
   responses:
     200:
       body:
         application/json:
           description: Trips available
           examples: !include /TripExample.raml

  #%RAML 1.0
title: Travel Planner API
/trips:
 get:
   queryParameters:
     triptype:
     required: false
       enum:
         - Trekking
         - Weekend Trip
         - Family Trip
         - Gathering
         - Official Trip
   responses:
     200:
       body:
         application/json:
           description: Trips available
             examples: !include /TripExample.raml

#%RAML 1.0
title: Travel Planner API
/trips:
 get:
   queryParameters:
     triptype:
       required: false
       enum:
         - Trekking
         - Weekend Trip
         - Family Trip
         - Gathering
         - Official Trip
   responses:
     200:
       body:
         application/json:
           description: Trips available
             examples: !include /TripExample.raml
 

   #%RAML 1.0
title: Travel Planner API
/trips:
 get:
   queryParameters:
     triptype:
     required: false
     enum:
         - Trekking
         - Weekend Trip
         - Family Trip
         - Gathering
         - Official Trip
   responses:
     200:
       body:
         application/json:
           description: Trips available
           examples: !include /TripExample.raml
 

Verified Answer
Correct Option - a

To get all Infosys Certified Digital Cloud Integration Beginner Exam questions Join Telegram Group https://rebrand.ly/lex-telegram-236dee

Telegram