File: /volume1/@appstore/SynologyApplicationService/etc/schema/jwt.json
{
"definitions": {},
"$schema": "http://json-schema.org/draft-06/schema#",
"type": "object",
"$id": "http://www.synology.com/credential-cache.json",
"additionalProperties": false,
"properties": {
"iss": {
"type": "string",
"$id": "/properties/iss",
"title": "The Iss Schema.",
"description": "The issuer is a key id of sas-keys.json",
"default": "",
"examples": [
"209016f2-5b4a-4636-b617-d17f7626338b"
]
},
"iat": {
"type": "integer",
"$id": "/properties/iat",
"title": "The Iat Schema.",
"description": "Timestamp in issuer for issued time.",
"default": 0,
"examples": [
1510162213
]
},
"exp": {
"type": "integer",
"$id": "/properties/exp",
"title": "The Exp Schema.",
"description": "Timestamp in issuer for expiration time.",
"default": 0,
"examples": [
1510162273
]
},
"aud": {
"type": "string",
"$id": "/properties/aud",
"title": "The Aud Schema.",
"description": "For the host that do credential verify.",
"default": "",
"examples": [
"www.synology.com"
]
},
"sub": {
"type": "string",
"$id": "/properties/sub",
"title": "The Sub Schema.",
"description": "The user account.",
"default": "",
"examples": [
"chihcheng@synology.com"
]
}
}
}