{
	"$schema": "http://json-schema.org/draft-07/schema",
	"$id": "https://apidocs.iqrf.org/openapi/iqrf-gateway-webapp/schemas/userList.json",
	"type": "array",
	"title": "User list",
	"additionalItems": false,
	"examples": [
		[
			{
				"id": 1,
				"username": "iqrf",
				"email": "iqrf@example.org",
				"language": "en",
				"role": "normal",
				"state": "verified"
			}
		]
	],
	"items": {
		"$ref": "https://apidocs.iqrf.org/openapi/iqrf-gateway-webapp/schemas/userDetail.json"
	}
}
