Fragments in RAML Data Types Type: number External Datatype file #%RAML 1.0 DataType Main RAML file: types: name: !include /DataTypes/nameDataType.raml /students: get: queryParameters: name: required: true responses: 200: body: application/json: example: !include Examples/getStudentsResponse.json In the main RAML file, we’ll create a placeholder and we’ll make of that placeholder to refer […]