correct field value
This commit is contained in:
@@ -431,7 +431,7 @@ components:
|
|||||||
type: string
|
type: string
|
||||||
description: the field name.
|
description: the field name.
|
||||||
value:
|
value:
|
||||||
type: object
|
$ref: '#/components/schemas/FieldValue'
|
||||||
description: the field value.
|
description: the field value.
|
||||||
unit:
|
unit:
|
||||||
type: string
|
type: string
|
||||||
@@ -439,6 +439,12 @@ components:
|
|||||||
comment:
|
comment:
|
||||||
type: string
|
type: string
|
||||||
description: the field comment (only with verbose).
|
description: the field comment (only with verbose).
|
||||||
|
FieldValue:
|
||||||
|
description: the field value.
|
||||||
|
oneOf:
|
||||||
|
- type: string
|
||||||
|
- type: number
|
||||||
|
nullable: true
|
||||||
FieldDef:
|
FieldDef:
|
||||||
required:
|
required:
|
||||||
- name
|
- name
|
||||||
|
|||||||
Reference in New Issue
Block a user