Change fires schema
This commit is contained in:
parent
3eeb14e30e
commit
149a650342
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ const firesCommonSchema = {
|
|||
acq_date: { type: String, optional: true },
|
||||
acq_time: { type: String, optional: true },
|
||||
satellite: { type: String, optional: true },
|
||||
confidence: { type: String, optional: true },
|
||||
confidence: { type: Number, optional: true },
|
||||
version: { type: String, optional: true },
|
||||
frp: { type: Number, optional: true },
|
||||
daynight: { type: String, optional: true },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue