01d4047976
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
9 lines
211 B
YAML
9 lines
211 B
YAML
type: object
|
|
description: The publishable API key's details.
|
|
required:
|
|
- publishable_api_key
|
|
properties:
|
|
publishable_api_key:
|
|
description: Publishable API key details.
|
|
$ref: ./PublishableApiKey.yaml
|