mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
17 lines
383 B
JSON
17 lines
383 B
JSON
|
{
|
||
|
"type": "object",
|
||
|
"properties": {
|
||
|
"onAccepted": {
|
||
|
"type": "integer",
|
||
|
"description": "The amount of credits received up front for accepting the contract."
|
||
|
},
|
||
|
"onFulfilled": {
|
||
|
"type": "integer",
|
||
|
"description": "The amount of credits received when the contract is fulfilled."
|
||
|
}
|
||
|
},
|
||
|
"required": [
|
||
|
"onAccepted",
|
||
|
"onFulfilled"
|
||
|
]
|
||
|
}
|