add tests to pass regular arrays properly to RPCs
This commit is contained in:
committed by
Steve Chavez
parent
eed0d3a66c
commit
06e85357c7
@@ -425,7 +425,8 @@ spec = do
|
||||
"boolean",
|
||||
"date",
|
||||
"money",
|
||||
"enum"
|
||||
"enum",
|
||||
"arr"
|
||||
],
|
||||
"properties": {
|
||||
"double": {
|
||||
@@ -452,6 +453,10 @@ spec = do
|
||||
"format": "enum_menagerie_type",
|
||||
"type": "string"
|
||||
},
|
||||
"arr": {
|
||||
"format": "text[]",
|
||||
"type": "string"
|
||||
},
|
||||
"integer": {
|
||||
"format": "integer",
|
||||
"type": "integer"
|
||||
|
||||
Reference in New Issue
Block a user