Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
81151 views
1
{
2
"type": "object",
3
"required": [
4
"name",
5
"value"
6
],
7
"properties": {
8
"name": {
9
"type": "string"
10
},
11
"value": {
12
"type": "string"
13
},
14
"path": {
15
"type": "string"
16
},
17
"domain": {
18
"type": "string"
19
},
20
"expires": {
21
"type": ["string", "null"],
22
"format": "date-time"
23
},
24
"httpOnly": {
25
"type": "boolean"
26
},
27
"secure": {
28
"type": "boolean"
29
},
30
"comment": {
31
"type": "string"
32
}
33
}
34
}
35
36