re-add CreationTime, still used in comment
This commit is contained in:
parent
3883e3fb30
commit
4edbb66c91
|
@ -85,6 +85,9 @@
|
||||||
"@type": "so:Boolean",
|
"@type": "so:Boolean",
|
||||||
"@enum": [false, true]
|
"@enum": [false, true]
|
||||||
},
|
},
|
||||||
|
"CreationTime": {
|
||||||
|
"@type": "dp:Unix_time"
|
||||||
|
},
|
||||||
"RemainingSeconds": {
|
"RemainingSeconds": {
|
||||||
"@type": "dp:Second",
|
"@type": "dp:Second",
|
||||||
"@minimum": 1
|
"@minimum": 1
|
||||||
|
|
Loading…
Reference in New Issue