{
	"$schema": "http://json-schema.org/draft-07/schema",
	"$id": "https://apidocs.iqrf.org/openapi/iqrf-gateway-webapp/schemas/apiKeyList.json",
	"type": "array",
	"title": "API key list",
	"additionalItems": false,
	"examples": [
		[
			{
				"id": 1,
				"description": "My awesome app",
				"expiration": null
			}
		]
	],
	"items": {
		"$ref": "https://apidocs.iqrf.org/openapi/iqrf-gateway-webapp/schemas/apiKeyDetail.json"
	}
}
