Skip to content

Commit

Permalink
Update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mueller committed Jan 17, 2025
1 parent e4033bb commit fbc8034
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion generated/openapi/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,16 @@
},
"quantity": {
"$ref": "#/components/schemas/Quantity"
},
"recipient": {
"$ref": "#/components/schemas/Address"
}
},
"required": [
"issuer",
"asset_name",
"quantity"
"quantity",
"recipient"
],
"type": "object"
},
Expand Down

0 comments on commit fbc8034

Please sign in to comment.