mirror of
https://github.com/He4eT/simple-spaceapi.git
synced 2026-05-04 17:37:24 +00:00
Events: remove timestamp
This commit is contained in:
parent
f583b2e3e6
commit
d664afb574
2 changed files with 3 additions and 6 deletions
|
|
@ -4,7 +4,8 @@
|
|||
"info": {
|
||||
"singularName": "event",
|
||||
"pluralName": "events",
|
||||
"displayName": "Event"
|
||||
"displayName": "Event",
|
||||
"description": ""
|
||||
},
|
||||
"options": {
|
||||
"draftAndPublish": false
|
||||
|
|
@ -18,10 +19,6 @@
|
|||
"type": "string",
|
||||
"required": true
|
||||
},
|
||||
"timestamp": {
|
||||
"type": "biginteger",
|
||||
"required": true
|
||||
},
|
||||
"extra": {
|
||||
"type": "text"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue