Skip to content

Commit af5699c

Browse files
chore: update tests
1 parent 115dca6 commit af5699c

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

test.yaml

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14398,7 +14398,31 @@ components:
1439814398
- status
1439914399
- priority
1440014400
- value
14401-
14401+
14402+
BooleanSerializationTest:
14403+
x-speakeasy-include: true
14404+
type: object
14405+
properties:
14406+
isActive:
14407+
type: boolean
14408+
description: Test boolean field with is prefix
14409+
isEnabled:
14410+
type: boolean
14411+
description: Test another boolean field with is prefix
14412+
isPublic:
14413+
type: boolean
14414+
description: Test third boolean field with is prefix
14415+
normalBoolean:
14416+
type: boolean
14417+
description: Normal boolean without is prefix for comparison
14418+
name:
14419+
type: string
14420+
description: Regular string field
14421+
required:
14422+
- isActive
14423+
- isEnabled
14424+
- name
14425+
1440214426
securitySchemes:
1440314427
basicAuth:
1440414428
type: http

0 commit comments

Comments
 (0)