mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
add size enum to survey
This commit is contained in:
parent
7603bcfd67
commit
2893a700dc
@ -24,12 +24,22 @@
|
||||
"format": "date-time",
|
||||
"description": "The date and time when the survey expires. After this date and time, the survey will no longer be available for extraction.",
|
||||
"minimum": 0
|
||||
},
|
||||
"size": {
|
||||
"type": "string",
|
||||
"description": "The size of the deposit. This value indicates how much can be extracted from the survey before it is exhausted.",
|
||||
"enum": [
|
||||
"SMALL",
|
||||
"MODERATE",
|
||||
"LARGE"
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"signature",
|
||||
"symbol",
|
||||
"deposits",
|
||||
"expiration"
|
||||
"expiration",
|
||||
"size"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user