docs: fix OAS generator + generate OAS (#11584)

This commit is contained in:
Shahed Nasser
2025-02-24 15:30:38 +02:00
committed by GitHub
parent 41f070be9a
commit be566ca6fb
44 changed files with 10904 additions and 8753 deletions

View File

@@ -4,6 +4,7 @@ x-schemaName: OrderTransaction
required:
- id
- order_id
- version
- order
- amount
- currency_code
@@ -59,3 +60,7 @@ properties:
description: The date that the transaction was updated.
order:
type: object
version:
type: number
title: version
description: The order version that the transaction belongs to.