{
	"$schema": "http://json-schema.org/draft-07/schema",
	"$id": "https://apidocs.iqrf.org/openapi/iqrf-gateway-webapp/schemas/daemonApiTokenList.json",
	"type": "array",
	"title": "Daemon API access token list",
	"additionalItems": false,
	"examples": [
		[
			{
				"id": 1,
				"owner": "webapp",
				"created_at": "2026-02-20T12:00:00Z",
				"expires_at": "2027-02-20T12:00:00Z",
				"status": 0,
				"service": false,
				"invalidated_at": null
			},
			{
				"id": 2,
				"owner": "test",
				"created_at": "2026-02-20T12:00:00Z",
				"expires_at": "2027-02-20T12:00:00Z",
				"status": 2,
				"service": false,
				"invalidated_at": "2026-05-20T10:06:00Z"
			}
		]
	],
	"items": {
		"$ref": "https://apidocs.iqrf.org/openapi/iqrf-gateway-webapp/schemas/daemonApiToken.json"
	}
}
