* improve oas * more improvements * add missing descriptions --------- Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
16 lines
276 B
TypeScript
16 lines
276 B
TypeScript
/**
|
|
* @schema StorePaymentProvider
|
|
* type: object
|
|
* description: The payment provider's details
|
|
* x-schemaName: StorePaymentProvider
|
|
* required:
|
|
* - id
|
|
* properties:
|
|
* id:
|
|
* type: string
|
|
* title: id
|
|
* description: The payment provider's ID.
|
|
*
|
|
*/
|
|
|