docs-util: throw when schema parsing fails (#12846)

This commit is contained in:
Shahed Nasser
2025-06-27 12:52:30 +03:00
committed by GitHub
parent fcfd35a157
commit a23bbc1cbb
3 changed files with 29 additions and 10 deletions
@@ -35,8 +35,18 @@
* - gte
* - nin
* value:
* type: string
* title: value
* oneOf:
* - type: string
* title: value
* description: The shipping option rule's value.
* example: "true"
* - type: array
* description: The shipping option rule's values.
* items:
* type: string
* title: value
* description: A value of the shipping option rule.
* example: "true"
* shipping_option_id:
* type: string
* title: shipping_option_id
@@ -56,5 +66,6 @@
* format: date-time
* title: deleted_at
* description: The date the shipping option rule was deleted.
*
*/
*
*/
@@ -147,5 +147,6 @@
* type: number
* title: startedAt
* description: The timestamp the step started executing.
*
*/
*
*/