Skip to main content

GoalPart

collectedAmount objectrequired
amountstringrequired

The amount of money. Example: 1000.12

Possible values: non-empty and <= 2147483647 characters

currencystringrequired

The currency of the money. Example: 'USD'

Possible values: non-empty and <= 10 characters

createdAtstring<Instant>required
descriptionstringrequired
descriptionLink object
oneOf
null
goalOwnerIdstring<uuid>required
goalOwnerTypestringrequired
idstring<uuid>required
namestringrequired
picture object
oneOf
null
sharingIdstringrequired
statestringrequired
targetAmount objectrequired
amountstringrequired

The amount of money. Example: 1000.12

Possible values: non-empty and <= 2147483647 characters

currencystringrequired

The currency of the money. Example: 'USD'

Possible values: non-empty and <= 10 characters

GoalPart
{
"collectedAmount": {
"amount": "string",
"currency": "string"
},
"createdAt": "string",
"description": "string",
"descriptionLink": "null",
"goalOwnerId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"goalOwnerType": "string",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"picture": "null",
"sharingId": "string",
"state": "string",
"targetAmount": {
"amount": "string",
"currency": "string"
}
}