github.com/phrase/openapi@v0.0.0-20240514140800-49e8a106740e/schemas/account_details.yaml (about)

     1  ---
     2  account_details:
     3    allOf:
     4    - "$ref": "./account.yaml#/account"
     5    - type: object
     6      title: account_details
     7      properties:
     8        subscription:
     9          "$ref": "./subscription.yaml#/subscription"
    10        slug:
    11          type: string
    12      example:
    13        slug: company-account
    14        subscription: subscription