{
	"title" : "addon",
	"version" : 0,
	"primaryKey" : "id",
	"type" : "object",
	"required" : [
		"_deleted",
		"_rev",
		"_meta",
		"_attachments",
		"id"
	],
	"properties" : {
		"id" : {
			"type" : "number"
		},
		"name" : {
			"type" : "string"
		},
		"description" : {
			"type" : "string"
		},
		"type" : {
			"type" : "string"
		},
		"slug" : {
			"type" : "string"
		},
		"version" : {
			"type" : "string",
			"nullable" : true
		},
		"active" : {
			"type" : "boolean"
		},
		"installed" : {
			"type" : "boolean"
		},
		"itemType" : {
			"type" : "string"
		},
		"deleted" : {
			"type" : "boolean"
		},
		"enabled" : {
			"type" : "boolean"
		},
		"valid" : {
			"type" : "boolean"
		},
		"key" : {
			"type" : "string",
			"nullable" : true
		},
		"networkActivated" : {
			"type" : "boolean"
		},
		"versionLatest" : {
			"type" : "string",
			"nullable" : true
		},
		"versionRequired" : {
			"type" : "string"
		},
		"image" : {
			"type" : "string"
		},
		"plugin" : {
			"type" : "string",
			"nullable" : true
		},
		"tags" : {
			"type" : "array",
			"items" : {
				"type" : "string"
			}
		},
		"url" : {
			"type" : "string"
		},
		"authorName" : {
			"type" : "string",
			"nullable" : true
		},
		"authorUrl" : {
			"type" : "string",
			"nullable" : true
		},
		"status" : {
			"type" : "string"
		},
		"conflict" : {
			"type" : "boolean"
		},
		"_id" : {
			"type" : "string"
		},
		"_rev" : {
			"type" : "string",
			"minLength" : 1
		},
		"_deleted" : {
			"type" : "boolean"
		},
		"_meta" : {
			"type" : "object",
			"required" : [
				"lwt"
			],
			"properties" : {
				"lwt" : {
					"type" : "number",
					"minimum" : 1,
					"maximum" : 1000000000000000,
					"multipleOf" : 0.01
				}
			}
		},
		"_attachments" : {
			"type" : "object"
		}
	}
}
