Skip to content

Commit ffdeebe

Browse files
nickitzaNicki Nixon
andauthored
fix mistakes (#161)
Co-authored-by: Nicki Nixon <[email protected]>
1 parent 1c4adb4 commit ffdeebe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

openapi/mx_platform_api.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -613,13 +613,13 @@ components:
613613
nullable: true
614614
type: integer
615615
premium_amount:
616-
example: "3900"
616+
example: 3900
617617
nullable: true
618-
type: string
618+
type: number
619619
property_type:
620-
example: 1
620+
example: "VEHICLE"
621621
nullable: true
622-
type: integer
622+
type: string
623623
routing_number:
624624
example: "68899990000000"
625625
nullable: true

0 commit comments

Comments
 (0)