Sha256: 1223d712e2fcb9b8016f983b18aa875f09961760c22afb19bf7919653a2f4fcb
Contents?: true
Size: 431 Bytes
Versions: 1
Compression:
Stored size: 431 Bytes
Contents
{ "title": "Access Token", "description": "An API access token", "type": "object", "additionalProperties": false, "required": ["id", "expires_at", "author"], "properties": { "id": { "$ref": "uuid.json" }, "expires_at": { "type": "string", "format": "date-time" }, "author": { "$ref": "author.json" }, "permissions": { "$ref": "permissions.json" } } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
landable-1.14.0 | doc/schema/access_token.json |