get: tags: - public - fractions - get summary: Get list of available fractions operationId: getPublicFractions responses: 200: description: A list of fractions content: application/json: schema: allOf: - $ref: '../schemas/SuccessFlag.yaml' - type: object properties: data: type: array items: $ref: '../schemas/Fraction.yaml'