We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fdf778 commit 9092e66Copy full SHA for 9092e66
1 file changed
openapi.yaml
@@ -8085,6 +8085,13 @@ components:
8085
allOf:
8086
- $ref: '#/components/schemas/display_scheme'
8087
description: The display format that the label should be shown in.
8088
+ label_image_id:
8089
+ nullable: true
8090
+ allOf:
8091
+ - $ref: '#/components/schemas/image_id'
8092
+ description: >-
8093
+ The label image resource that was used to create a custom label
8094
+ image.
8095
test_label:
8096
type: boolean
8097
default: false
0 commit comments