aboutsummaryrefslogtreecommitdiff
path: root/definitions/structs/embed_provider.yml
blob: 754be373ee08ba3bcb18b37e4a3c2b4f023c1d89 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
---
name: EmbedProvider
description: The provider of an embed
fields:
  - name: name
    description: The name of the provider.
    type: string
  - name: url
    description: The URL of the provider.
    optional: true
    type: string