openapi: 3.1.0

info:
  version: 1.0.0
  title: MomoRooms API
  description: Introduction to MomoRooms API

x-topics:
  - title: "Overview"
    content:
      $ref: "../../docs/index.md"

  - title: "Getting Started"
    content:
      $ref: "../../docs/Getting_Started.md"


components:
  schemas:
    User:
      type: object
