13 lines
248 B
JSON
13 lines
248 B
JSON
{
|
|
"id": "/signedOrderSchema",
|
|
"allOf": [
|
|
{ "$ref": "/orderSchema" },
|
|
{
|
|
"properties": {
|
|
"signature": { "$ref": "/hexSchema" }
|
|
},
|
|
"required": ["signature"]
|
|
}
|
|
]
|
|
}
|