openapi: 3.0.0
info:
  title: Shop owner
  version: 0.1.0
  contact:
    name: Guile Engineering
    url: https://www.guile.app
    email: engineering@guile.app
  license:
    name: MIT
    url: https://opensource.org/license/mit
  description: Shop owner
tags:
  - name: Shop owner
    description: Shop owner account and ownership links
paths: {}
components: {}
servers:
  - url: https://api.guile.app
    variables: {}
  - url: https://guile.fly.dev
    variables: {}
