Skip to content

Commit

Permalink
update explian value field with 'General Number'
Browse files Browse the repository at this point in the history
Signed-off-by: amberzsy <[email protected]>
  • Loading branch information
amberzsy committed Oct 13, 2024
1 parent 7e0b594 commit f02d356
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions spec/schemas/_core.explain.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,15 @@ components:
items:
$ref: '#/components/schemas/ExplanationDetail'
value:
type: number
oneOf:
- type: integer
format: int32
- type: integer
format: int64
- type: number
format: float
- type: number
format: double
required:
- description
- details
Expand All @@ -31,7 +39,15 @@ components:
items:
$ref: '#/components/schemas/ExplanationDetail'
value:
type: number
oneOf:
- type: integer
format: int32
- type: integer
format: int64
- type: number
format: float
- type: number
format: double
required:
- description
- value

0 comments on commit f02d356

Please sign in to comment.