17 lines
390 B
JSON
17 lines
390 B
JSON
{
|
|
"id": "/relayerApiFeeRecipientsResponseSchema",
|
|
"type": "object",
|
|
"allOf": [
|
|
{ "$ref": "/paginatedCollectionSchema" },
|
|
{
|
|
"properties": {
|
|
"records": {
|
|
"type": "array",
|
|
"items": { "$ref": "/addressSchema" }
|
|
}
|
|
},
|
|
"required": ["records"]
|
|
}
|
|
]
|
|
}
|