openapi: 3.0.1
paths:
  /partner-api/test/some-method:
    get:
      tags:
        - Test
      responses:
        "200":
          description: Success
  /partner-api/test/another-method:
    get:
      tags:
        - Test
      responses:
        "200":
          description: Success
