File tree Expand file tree Collapse file tree 1 file changed +25
-1
lines changed
Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments