{
	"openapi": "3.1.0",
	"tags": [],
	"paths": {
		"/Authors/DescribedSpecies": {
			"parameters": [
				{
					"name": "author",
					"in": "query",
					"description": "Author name",
					"required": false,
					"schema": {
						"type": "string"
					}
				},
				{
					"name": "format",
					"in": "query",
					"description": "Preferred output format",
					"required": false,
					"schema": {
						"type": "string"
					}
				}
			],
			"get": {
				"tags": [
					"Authors"
				],
				"operationId": "authorsDescribedspecies",
				"deprecated": false,
				"responses": {
					"200": {
						"description": "OK",
						"content": {
							"text/csv": {
								"schema": {
									"properties": {
										"author": {
											"type": "string"
										}
									}
								}
							},
							"text/html": {
								"schema": {
									"properties": {
										"author": {
											"type": "string"
										}
									}
								}
							},
							"application/json": {
								"schema": {
									"properties": {
										"author": {
											"type": "string"
										}
									}
								}
							},
							"application/vnd.ms-excel": {
								"schema": {
									"properties": {
										"author": {
											"type": "string"
										}
									}
								}
							},
							"text/tab-separated-values": {
								"schema": {
									"properties": {
										"author": {
											"type": "string"
										}
									}
								}
							},
							"application/xml": {
								"schema": {
									"properties": {
										"author": {
											"type": "string"
										}
									}
								}
							}
						}
					}
				}
			},
			"description": "How many new species have been described in papers authored by given author?"
		},
		"/Authors/PublicationPartners": {
			"parameters": [
				{
					"name": "author",
					"in": "query",
					"description": "Author name",
					"required": false,
					"schema": {
						"type": "string"
					}
				},
				{
					"name": "format",
					"in": "query",
					"description": "Preferred output format",
					"required": false,
					"schema": {
						"type": "string"
					}
				}
			],
			"get": {
				"tags": [
					"Authors"
				],
				"operationId": "authorsPublicationpartners",
				"deprecated": false,
				"responses": {
					"200": {
						"description": "OK",
						"content": {
							"text/csv": {
								"schema": {
									"properties": {
										"name": {
											"type": "string"
										},
										"author": {
											"type": "string"
										}
									}
								}
							},
							"text/html": {
								"schema": {
									"properties": {
										"name": {
											"type": "string"
										},
										"author": {
											"type": "string"
										}
									}
								}
							},
							"application/json": {
								"schema": {
									"properties": {
										"name": {
											"type": "string"
										},
										"author": {
											"type": "string"
										}
									}
								}
							},
							"application/vnd.ms-excel": {
								"schema": {
									"properties": {
										"name": {
											"type": "string"
										},
										"author": {
											"type": "string"
										}
									}
								}
							},
							"text/tab-separated-values": {
								"schema": {
									"properties": {
										"name": {
											"type": "string"
										},
										"author": {
											"type": "string"
										}
									}
								}
							},
							"application/xml": {
								"schema": {
									"properties": {
										"name": {
											"type": "string"
										},
										"author": {
											"type": "string"
										}
									}
								}
							}
						}
					}
				}
			},
			"description": "With whom did given author publish?"
		},
		"/Authors/SpecimenLocation": {
			"parameters": [
				{
					"name": "collector",
					"in": "query",
					"description": "Collector to get specimen locations for",
					"required": false,
					"schema": {
						"type": "string"
					}
				},
				{
					"name": "format",
					"in": "query",
					"description": "Preferred output format",
					"required": false,
					"schema": {
						"type": "string"
					}
				}
			],
			"get": {
				"tags": [
					"Authors"
				],
				"operationId": "authorsSpecimenlocation",
				"deprecated": false,
				"responses": {
					"200": {
						"description": "OK",
						"content": {
							"text/csv": {
								"schema": {
									"properties": {
										"articleUuid": {
											"type": "string"
										},
										"country": {
											"type": "string"
										},
										"code": {
											"type": "string"
										},
										"name": {
											"type": "string"
										},
										"id": {
											"type": "string"
										},
										"gbifOccurrenceId": {
											"type": "integer",
											"format": "int64"
										},
										"collector": {
											"type": "string"
										}
									}
								}
							},
							"text/html": {
								"schema": {
									"properties": {
										"articleUuid": {
											"type": "string"
										},
										"country": {
											"type": "string"
										},
										"code": {
											"type": "string"
										},
										"name": {
											"type": "string"
										},
										"id": {
											"type": "string"
										},
										"gbifOccurrenceId": {
											"type": "integer",
											"format": "int64"
										},
										"collector": {
											"type": "string"
										}
									}
								}
							},
							"application/json": {
								"schema": {
									"properties": {
										"articleUuid": {
											"type": "string"
										},
										"country": {
											"type": "string"
										},
										"code": {
											"type": "string"
										},
										"name": {
											"type": "string"
										},
										"id": {
											"type": "string"
										},
										"gbifOccurrenceId": {
											"type": "integer",
											"format": "int64"
										},
										"collector": {
											"type": "string"
										}
									}
								}
							},
							"application/vnd.ms-excel": {
								"schema": {
									"properties": {
										"articleUuid": {
											"type": "string"
										},
										"country": {
											"type": "string"
										},
										"code": {
											"type": "string"
										},
										"name": {
											"type": "string"
										},
										"id": {
											"type": "string"
										},
										"gbifOccurrenceId": {
											"type": "integer",
											"format": "int64"
										},
										"collector": {
											"type": "string"
										}
									}
								}
							},
							"text/tab-separated-values": {
								"schema": {
									"properties": {
										"articleUuid": {
											"type": "string"
										},
										"country": {
											"type": "string"
										},
										"code": {
											"type": "string"
										},
										"name": {
											"type": "string"
										},
										"id": {
											"type": "string"
										},
										"gbifOccurrenceId": {
											"type": "integer",
											"format": "int64"
										},
										"collector": {
											"type": "string"
										}
									}
								}
							},
							"application/xml": {
								"schema": {
									"properties": {
										"articleUuid": {
											"type": "string"
										},
										"country": {
											"type": "string"
										},
										"code": {
											"type": "string"
										},
										"name": {
											"type": "string"
										},
										"id": {
											"type": "string"
										},
										"gbifOccurrenceId": {
											"type": "integer",
											"format": "int64"
										},
										"collector": {
											"type": "string"
										}
									}
								}
							}
						}
					}
				}
			},
			"description": "Where are the specimens collected by given collector deposited?"
		},
		"/Authors/TreatmentCount": {
			"parameters": [
				{
					"name": "author",
					"in": "query",
					"description": "Author to get treatment count for",
					"required": true,
					"schema": {
						"type": "string"
					}
				},
				{
					"name": "format",
					"in": "query",
					"description": "Preferred output format",
					"required": false,
					"schema": {
						"type": "string"
					}
				}
			],
			"get": {
				"tags": [
					"Authors"
				],
				"operationId": "authorsTreatmentcount",
				"deprecated": false,
				"responses": {
					"200": {
						"description": "OK",
						"content": {
							"text/csv": {
								"schema": {
									"properties": {
										"author": {
											"type": "string"
										}
									}
								}
							},
							"text/html": {
								"schema": {
									"properties": {
										"author": {
											"type": "string"
										}
									}
								}
							},
							"application/json": {
								"schema": {
									"properties": {
										"author": {
											"type": "string"
										}
									}
								}
							},
							"application/vnd.ms-excel": {
								"schema": {
									"properties": {
										"author": {
											"type": "string"
										}
									}
								}
							},
							"text/tab-separated-values": {
								"schema": {
									"properties": {
										"author": {
											"type": "string"
										}
									}
								}
							},
							"application/xml": {
								"schema": {
									"properties": {
										"author": {
											"type": "string"
										}
									}
								}
							}
						}
					}
				}
			},
			"description": "How many treatments have been authored by given author?"
		},
		"/Authors/MaterialTypeCitations": {
			"parameters": [
				{
					"name": "format",
					"in": "query",
					"description": "Preferred output format",
					"required": false,
					"schema": {
						"type": "string"
					}
				},
				{
					"name": "genus",
					"in": "query",
					"description": "Genus name",
					"required": false,
					"schema": {
						"type": "string"
					}
				},
				{
					"name": "species",
					"in": "query",
					"description": "Species name",
					"required": false,
					"schema": {
						"type": "string"
					}
				}
			],
			"get": {
				"tags": [
					"Authors"
				],
				"operationId": "authorsMaterialtypecitations",
				"deprecated": false,
				"responses": {
					"200": {
						"description": "OK",
						"content": {
							"text/csv": {
								"schema": {
									"properties": {
										"articleUuid": {
											"type": "string"
										},
										"name": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										},
										"status": {
											"type": "string"
										},
										"id": {
											"type": "string"
										},
										"gbifOccurrenceId": {
											"type": "integer",
											"format": "int64"
										},
										"verbatimMatCit": {
											"type": "string"
										},
										"typeStatus": {
											"type": "string"
										}
									}
								}
							},
							"text/html": {
								"schema": {
									"properties": {
										"articleUuid": {
											"type": "string"
										},
										"name": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										},
										"status": {
											"type": "string"
										},
										"id": {
											"type": "string"
										},
										"gbifOccurrenceId": {
											"type": "integer",
											"format": "int64"
										},
										"verbatimMatCit": {
											"type": "string"
										},
										"typeStatus": {
											"type": "string"
										}
									}
								}
							},
							"application/json": {
								"schema": {
									"properties": {
										"articleUuid": {
											"type": "string"
										},
										"name": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										},
										"status": {
											"type": "string"
										},
										"id": {
											"type": "string"
										},
										"gbifOccurrenceId": {
											"type": "integer",
											"format": "int64"
										},
										"verbatimMatCit": {
											"type": "string"
										},
										"typeStatus": {
											"type": "string"
										}
									}
								}
							},
							"application/vnd.ms-excel": {
								"schema": {
									"properties": {
										"articleUuid": {
											"type": "string"
										},
										"name": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										},
										"status": {
											"type": "string"
										},
										"id": {
											"type": "string"
										},
										"gbifOccurrenceId": {
											"type": "integer",
											"format": "int64"
										},
										"verbatimMatCit": {
											"type": "string"
										},
										"typeStatus": {
											"type": "string"
										}
									}
								}
							},
							"text/tab-separated-values": {
								"schema": {
									"properties": {
										"articleUuid": {
											"type": "string"
										},
										"name": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										},
										"status": {
											"type": "string"
										},
										"id": {
											"type": "string"
										},
										"gbifOccurrenceId": {
											"type": "integer",
											"format": "int64"
										},
										"verbatimMatCit": {
											"type": "string"
										},
										"typeStatus": {
											"type": "string"
										}
									}
								}
							},
							"application/xml": {
								"schema": {
									"properties": {
										"articleUuid": {
											"type": "string"
										},
										"name": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										},
										"status": {
											"type": "string"
										},
										"id": {
											"type": "string"
										},
										"gbifOccurrenceId": {
											"type": "integer",
											"format": "int64"
										},
										"verbatimMatCit": {
											"type": "string"
										},
										"typeStatus": {
											"type": "string"
										}
									}
								}
							}
						}
					}
				}
			},
			"description": "How many times the given taxon types appear in material citations? Which are these material citations?"
		},
		"/Authors/PublicationDate": {
			"parameters": [
				{
					"name": "author",
					"in": "query",
					"description": "Author name",
					"required": false,
					"schema": {
						"type": "string"
					}
				},
				{
					"name": "format",
					"in": "query",
					"description": "Preferred output format",
					"required": false,
					"schema": {
						"type": "string"
					}
				}
			],
			"get": {
				"tags": [
					"Authors"
				],
				"operationId": "authorsPublicationdate",
				"deprecated": false,
				"responses": {
					"200": {
						"description": "OK",
						"content": {
							"text/csv": {
								"schema": {
									"properties": {
										"author": {
											"type": "string"
										},
										"year": {
											"type": "integer",
											"format": "int32"
										}
									}
								}
							},
							"text/html": {
								"schema": {
									"properties": {
										"author": {
											"type": "string"
										},
										"year": {
											"type": "integer",
											"format": "int32"
										}
									}
								}
							},
							"application/json": {
								"schema": {
									"properties": {
										"author": {
											"type": "string"
										},
										"year": {
											"type": "integer",
											"format": "int32"
										}
									}
								}
							},
							"application/vnd.ms-excel": {
								"schema": {
									"properties": {
										"author": {
											"type": "string"
										},
										"year": {
											"type": "integer",
											"format": "int32"
										}
									}
								}
							},
							"text/tab-separated-values": {
								"schema": {
									"properties": {
										"author": {
											"type": "string"
										},
										"year": {
											"type": "integer",
											"format": "int32"
										}
									}
								}
							},
							"application/xml": {
								"schema": {
									"properties": {
										"author": {
											"type": "string"
										},
										"year": {
											"type": "integer",
											"format": "int32"
										}
									}
								}
							}
						}
					}
				}
			},
			"description": "When did given author publish?"
		},
		"/Authors/SpecimenWithGenes": {
			"parameters": [
				{
					"name": "format",
					"in": "query",
					"description": "Preferred output format",
					"required": false,
					"schema": {
						"type": "string"
					}
				},
				{
					"name": "genus",
					"in": "query",
					"description": "Epithet to get genes for",
					"required": true,
					"schema": {
						"type": "string"
					}
				}
			],
			"get": {
				"tags": [
					"Authors"
				],
				"operationId": "authorsSpecimenwithgenes",
				"deprecated": false,
				"responses": {
					"200": {
						"description": "OK",
						"content": {
							"text/csv": {
								"schema": {
									"properties": {
										"articleUuid": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										},
										"accessionNumber": {
											"type": "string"
										},
										"accessionHttpUri": {
											"type": "string"
										}
									}
								}
							},
							"text/html": {
								"schema": {
									"properties": {
										"articleUuid": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										},
										"accessionNumber": {
											"type": "string"
										},
										"accessionHttpUri": {
											"type": "string"
										}
									}
								}
							},
							"application/json": {
								"schema": {
									"properties": {
										"articleUuid": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										},
										"accessionNumber": {
											"type": "string"
										},
										"accessionHttpUri": {
											"type": "string"
										}
									}
								}
							},
							"application/vnd.ms-excel": {
								"schema": {
									"properties": {
										"articleUuid": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										},
										"accessionNumber": {
											"type": "string"
										},
										"accessionHttpUri": {
											"type": "string"
										}
									}
								}
							},
							"text/tab-separated-values": {
								"schema": {
									"properties": {
										"articleUuid": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										},
										"accessionNumber": {
											"type": "string"
										},
										"accessionHttpUri": {
											"type": "string"
										}
									}
								}
							},
							"application/xml": {
								"schema": {
									"properties": {
										"articleUuid": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										},
										"accessionNumber": {
											"type": "string"
										},
										"accessionHttpUri": {
											"type": "string"
										}
									}
								}
							}
						}
					}
				}
			},
			"description": "How many specimens are documented with gene sequences?"
		},
		"/Authors/NewSpecies": {
			"parameters": [
				{
					"name": "author",
					"in": "query",
					"description": "Author who described species",
					"required": true,
					"schema": {
						"type": "string"
					}
				},
				{
					"name": "format",
					"in": "query",
					"description": "Preferred output format",
					"required": false,
					"schema": {
						"type": "string"
					}
				},
				{
					"name": "status",
					"in": "query",
					"description": "Species article status",
					"required": false,
					"schema": {
						"type": "string"
					}
				}
			],
			"get": {
				"tags": [
					"Authors"
				],
				"operationId": "authorsNewspecies",
				"deprecated": false,
				"responses": {
					"200": {
						"description": "OK",
						"content": {
							"text/csv": {
								"schema": {
									"properties": {
										"articleUuid": {
											"type": "string"
										},
										"name": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										},
										"authName": {
											"type": "string"
										},
										"status": {
											"type": "string"
										}
									}
								}
							},
							"text/html": {
								"schema": {
									"properties": {
										"articleUuid": {
											"type": "string"
										},
										"name": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										},
										"authName": {
											"type": "string"
										},
										"status": {
											"type": "string"
										}
									}
								}
							},
							"application/json": {
								"schema": {
									"properties": {
										"articleUuid": {
											"type": "string"
										},
										"name": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										},
										"authName": {
											"type": "string"
										},
										"status": {
											"type": "string"
										}
									}
								}
							},
							"application/vnd.ms-excel": {
								"schema": {
									"properties": {
										"articleUuid": {
											"type": "string"
										},
										"name": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										},
										"authName": {
											"type": "string"
										},
										"status": {
											"type": "string"
										}
									}
								}
							},
							"text/tab-separated-values": {
								"schema": {
									"properties": {
										"articleUuid": {
											"type": "string"
										},
										"name": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										},
										"authName": {
											"type": "string"
										},
										"status": {
											"type": "string"
										}
									}
								}
							},
							"application/xml": {
								"schema": {
									"properties": {
										"articleUuid": {
											"type": "string"
										},
										"name": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										},
										"authName": {
											"type": "string"
										},
										"status": {
											"type": "string"
										}
									}
								}
							}
						}
					}
				}
			},
			"description": "How many new species have been described by given author? (T3)"
		},
		"/Authors/PublicationJournals": {
			"parameters": [
				{
					"name": "author",
					"in": "query",
					"description": "Author name",
					"required": false,
					"schema": {
						"type": "string"
					}
				},
				{
					"name": "format",
					"in": "query",
					"description": "Preferred output format",
					"required": false,
					"schema": {
						"type": "string"
					}
				}
			],
			"get": {
				"tags": [
					"Authors"
				],
				"operationId": "authorsPublicationjournals",
				"deprecated": false,
				"responses": {
					"200": {
						"description": "OK",
						"content": {
							"text/csv": {
								"schema": {
									"properties": {
										"author": {
											"type": "string"
										},
										"source": {
											"type": "string"
										}
									}
								}
							},
							"text/html": {
								"schema": {
									"properties": {
										"author": {
											"type": "string"
										},
										"source": {
											"type": "string"
										}
									}
								}
							},
							"application/json": {
								"schema": {
									"properties": {
										"author": {
											"type": "string"
										},
										"source": {
											"type": "string"
										}
									}
								}
							},
							"application/vnd.ms-excel": {
								"schema": {
									"properties": {
										"author": {
											"type": "string"
										},
										"source": {
											"type": "string"
										}
									}
								}
							},
							"text/tab-separated-values": {
								"schema": {
									"properties": {
										"author": {
											"type": "string"
										},
										"source": {
											"type": "string"
										}
									}
								}
							},
							"application/xml": {
								"schema": {
									"properties": {
										"author": {
											"type": "string"
										},
										"source": {
											"type": "string"
										}
									}
								}
							}
						}
					}
				}
			},
			"description": "In which journals did given author publish?"
		},
		"/Contributors/LiberatedMaterialCitations": {
			"parameters": [
				{
					"name": "format",
					"in": "query",
					"description": "Preferred output format",
					"required": false,
					"schema": {
						"type": "string"
					}
				},
				{
					"name": "user",
					"in": "query",
					"description": "Name of uploading person",
					"required": false,
					"schema": {
						"type": "string"
					}
				}
			],
			"get": {
				"tags": [
					"Contributors"
				],
				"operationId": "contributorsLiberatedmaterialcitations",
				"deprecated": false,
				"responses": {
					"200": {
						"description": "OK",
						"content": {
							"text/csv": {
								"schema": {
									"properties": {
										"uploadUser": {
											"type": "string"
										}
									}
								}
							},
							"text/html": {
								"schema": {
									"properties": {
										"uploadUser": {
											"type": "string"
										}
									}
								}
							},
							"application/json": {
								"schema": {
									"properties": {
										"uploadUser": {
											"type": "string"
										}
									}
								}
							},
							"application/vnd.ms-excel": {
								"schema": {
									"properties": {
										"uploadUser": {
											"type": "string"
										}
									}
								}
							},
							"text/tab-separated-values": {
								"schema": {
									"properties": {
										"uploadUser": {
											"type": "string"
										}
									}
								}
							},
							"application/xml": {
								"schema": {
									"properties": {
										"uploadUser": {
											"type": "string"
										}
									}
								}
							}
						}
					}
				}
			},
			"description": "How many materialsCitations have been liberated by given person (C4)"
		},
		"/Contributors/LiberatedTreatments": {
			"parameters": [
				{
					"name": "format",
					"in": "query",
					"description": "Preferred output format",
					"required": false,
					"schema": {
						"type": "string"
					}
				},
				{
					"name": "user",
					"in": "query",
					"description": "Name of uploading person",
					"required": false,
					"schema": {
						"type": "string"
					}
				}
			],
			"get": {
				"tags": [
					"Contributors"
				],
				"operationId": "contributorsLiberatedtreatments",
				"deprecated": false,
				"responses": {
					"200": {
						"description": "OK",
						"content": {
							"text/csv": {
								"schema": {
									"properties": {
										"uploadUser": {
											"type": "string"
										}
									}
								}
							},
							"text/html": {
								"schema": {
									"properties": {
										"uploadUser": {
											"type": "string"
										}
									}
								}
							},
							"application/json": {
								"schema": {
									"properties": {
										"uploadUser": {
											"type": "string"
										}
									}
								}
							},
							"application/vnd.ms-excel": {
								"schema": {
									"properties": {
										"uploadUser": {
											"type": "string"
										}
									}
								}
							},
							"text/tab-separated-values": {
								"schema": {
									"properties": {
										"uploadUser": {
											"type": "string"
										}
									}
								}
							},
							"application/xml": {
								"schema": {
									"properties": {
										"uploadUser": {
											"type": "string"
										}
									}
								}
							}
						}
					}
				}
			},
			"description": "How many treatments have been liberated by given person? (C3)"
		},
		"/Contributors/LiberatedPublications": {
			"parameters": [
				{
					"name": "format",
					"in": "query",
					"description": "Preferred output format",
					"required": false,
					"schema": {
						"type": "string"
					}
				},
				{
					"name": "user",
					"in": "query",
					"description": "Name of uploading person",
					"required": false,
					"schema": {
						"type": "string"
					}
				}
			],
			"get": {
				"tags": [
					"Contributors"
				],
				"operationId": "contributorsLiberatedpublications",
				"deprecated": false,
				"responses": {
					"200": {
						"description": "OK",
						"content": {
							"text/csv": {
								"schema": {
									"properties": {
										"uploadUser": {
											"type": "string"
										}
									}
								}
							},
							"text/html": {
								"schema": {
									"properties": {
										"uploadUser": {
											"type": "string"
										}
									}
								}
							},
							"application/json": {
								"schema": {
									"properties": {
										"uploadUser": {
											"type": "string"
										}
									}
								}
							},
							"application/vnd.ms-excel": {
								"schema": {
									"properties": {
										"uploadUser": {
											"type": "string"
										}
									}
								}
							},
							"text/tab-separated-values": {
								"schema": {
									"properties": {
										"uploadUser": {
											"type": "string"
										}
									}
								}
							},
							"application/xml": {
								"schema": {
									"properties": {
										"uploadUser": {
											"type": "string"
										}
									}
								}
							}
						}
					}
				}
			},
			"description": "How many publications have been liberated by given person? (C1)"
		},
		"/Contributors/LiberatedPages": {
			"parameters": [
				{
					"name": "format",
					"in": "query",
					"description": "Preferred output format",
					"required": false,
					"schema": {
						"type": "string"
					}
				},
				{
					"name": "user",
					"in": "query",
					"description": "Name of uploading person",
					"required": false,
					"schema": {
						"type": "string"
					}
				}
			],
			"get": {
				"tags": [
					"Contributors"
				],
				"operationId": "contributorsLiberatedpages",
				"deprecated": false,
				"responses": {
					"200": {
						"description": "OK",
						"content": {
							"text/csv": {
								"schema": {
									"properties": {
										"uploadUser": {
											"type": "string"
										}
									}
								}
							},
							"text/html": {
								"schema": {
									"properties": {
										"uploadUser": {
											"type": "string"
										}
									}
								}
							},
							"application/json": {
								"schema": {
									"properties": {
										"uploadUser": {
											"type": "string"
										}
									}
								}
							},
							"application/vnd.ms-excel": {
								"schema": {
									"properties": {
										"uploadUser": {
											"type": "string"
										}
									}
								}
							},
							"text/tab-separated-values": {
								"schema": {
									"properties": {
										"uploadUser": {
											"type": "string"
										}
									}
								}
							},
							"application/xml": {
								"schema": {
									"properties": {
										"uploadUser": {
											"type": "string"
										}
									}
								}
							}
						}
					}
				}
			},
			"description": "How many pages have been liberated by given person? (C2)"
		},
		"/Institutions/SpecimenStored": {
			"parameters": [
				{
					"name": "collectionCode",
					"in": "query",
					"description": "Institution collection abbreviation / code",
					"required": false,
					"schema": {
						"type": "string"
					}
				},
				{
					"name": "format",
					"in": "query",
					"description": "Preferred output format",
					"required": false,
					"schema": {
						"type": "string"
					}
				}
			],
			"get": {
				"tags": [
					"Institutions"
				],
				"operationId": "institutionsSpecimenstored",
				"deprecated": false,
				"responses": {
					"200": {
						"description": "OK",
						"content": {
							"text/csv": {
								"schema": {
									"properties": {
										"matCitCount": {
											"type": "integer",
											"format": "int32"
										},
										"collectionCode": {
											"type": "string"
										}
									}
								}
							},
							"text/html": {
								"schema": {
									"properties": {
										"matCitCount": {
											"type": "integer",
											"format": "int32"
										},
										"collectionCode": {
											"type": "string"
										}
									}
								}
							},
							"application/json": {
								"schema": {
									"properties": {
										"matCitCount": {
											"type": "integer",
											"format": "int32"
										},
										"collectionCode": {
											"type": "string"
										}
									}
								}
							},
							"application/vnd.ms-excel": {
								"schema": {
									"properties": {
										"matCitCount": {
											"type": "integer",
											"format": "int32"
										},
										"collectionCode": {
											"type": "string"
										}
									}
								}
							},
							"text/tab-separated-values": {
								"schema": {
									"properties": {
										"matCitCount": {
											"type": "integer",
											"format": "int32"
										},
										"collectionCode": {
											"type": "string"
										}
									}
								}
							},
							"application/xml": {
								"schema": {
									"properties": {
										"matCitCount": {
											"type": "integer",
											"format": "int32"
										},
										"collectionCode": {
											"type": "string"
										}
									}
								}
							}
						}
					}
				}
			},
			"description": "How many specimens are stored in given Institution? (I1)"
		},
		"/Institutions/CitedMaterials": {
			"parameters": [
				{
					"name": "collectionCode",
					"in": "query",
					"description": "Institution collection abbreviation / code",
					"required": false,
					"schema": {
						"type": "string"
					}
				},
				{
					"name": "format",
					"in": "query",
					"description": "Preferred output format",
					"required": false,
					"schema": {
						"type": "string"
					}
				}
			],
			"get": {
				"tags": [
					"Institutions"
				],
				"operationId": "institutionsCitedmaterials",
				"deprecated": false,
				"responses": {
					"200": {
						"description": "OK",
						"content": {
							"text/csv": {
								"schema": {
									"properties": {
										"articleUuid": {
											"type": "string"
										},
										"collectionCode": {
											"type": "string"
										}
									}
								}
							},
							"text/html": {
								"schema": {
									"properties": {
										"articleUuid": {
											"type": "string"
										},
										"collectionCode": {
											"type": "string"
										}
									}
								}
							},
							"application/json": {
								"schema": {
									"properties": {
										"articleUuid": {
											"type": "string"
										},
										"collectionCode": {
											"type": "string"
										}
									}
								}
							},
							"application/vnd.ms-excel": {
								"schema": {
									"properties": {
										"articleUuid": {
											"type": "string"
										},
										"collectionCode": {
											"type": "string"
										}
									}
								}
							},
							"text/tab-separated-values": {
								"schema": {
									"properties": {
										"articleUuid": {
											"type": "string"
										},
										"collectionCode": {
											"type": "string"
										}
									}
								}
							},
							"application/xml": {
								"schema": {
									"properties": {
										"articleUuid": {
											"type": "string"
										},
										"collectionCode": {
											"type": "string"
										}
									}
								}
							}
						}
					}
				}
			},
			"description": "How many publications cite materials deposited in given Institution? (I3)"
		},
		"/Institutions/JournalOccurances": {
			"parameters": [
				{
					"name": "collectionCode",
					"in": "query",
					"description": "Institution collection abbreviation / code",
					"required": false,
					"schema": {
						"type": "string"
					}
				},
				{
					"name": "format",
					"in": "query",
					"description": "Preferred output format",
					"required": false,
					"schema": {
						"type": "string"
					}
				}
			],
			"get": {
				"tags": [
					"Institutions"
				],
				"operationId": "institutionsJournaloccurances",
				"deprecated": false,
				"responses": {
					"200": {
						"description": "OK",
						"content": {
							"text/csv": {
								"schema": {
									"properties": {
										"source": {
											"type": "string"
										},
										"collectionCode": {
											"type": "string"
										}
									}
								}
							},
							"text/html": {
								"schema": {
									"properties": {
										"source": {
											"type": "string"
										},
										"collectionCode": {
											"type": "string"
										}
									}
								}
							},
							"application/json": {
								"schema": {
									"properties": {
										"source": {
											"type": "string"
										},
										"collectionCode": {
											"type": "string"
										}
									}
								}
							},
							"application/vnd.ms-excel": {
								"schema": {
									"properties": {
										"source": {
											"type": "string"
										},
										"collectionCode": {
											"type": "string"
										}
									}
								}
							},
							"text/tab-separated-values": {
								"schema": {
									"properties": {
										"source": {
											"type": "string"
										},
										"collectionCode": {
											"type": "string"
										}
									}
								}
							},
							"application/xml": {
								"schema": {
									"properties": {
										"source": {
											"type": "string"
										},
										"collectionCode": {
											"type": "string"
										}
									}
								}
							}
						}
					}
				}
			},
			"description": "In which journals is the data of given Institution published? (I2)"
		},
		"/Institutions/DistributionRange": {
			"parameters": [
				{
					"name": "collectionCode",
					"in": "query",
					"description": "Institution collection abbreviation / code",
					"required": false,
					"schema": {
						"type": "string"
					}
				},
				{
					"name": "format",
					"in": "query",
					"description": "Preferred output format",
					"required": false,
					"schema": {
						"type": "string"
					}
				}
			],
			"get": {
				"tags": [
					"Institutions"
				],
				"operationId": "institutionsDistributionrange",
				"deprecated": false,
				"responses": {
					"200": {
						"description": "OK",
						"content": {
							"text/csv": {
								"schema": {
									"properties": {
										"countries": {
											"type": "string"
										},
										"collectionCode": {
											"type": "string"
										}
									}
								}
							},
							"text/html": {
								"schema": {
									"properties": {
										"countries": {
											"type": "string"
										},
										"collectionCode": {
											"type": "string"
										}
									}
								}
							},
							"application/json": {
								"schema": {
									"properties": {
										"countries": {
											"type": "string"
										},
										"collectionCode": {
											"type": "string"
										}
									}
								}
							},
							"application/vnd.ms-excel": {
								"schema": {
									"properties": {
										"countries": {
											"type": "string"
										},
										"collectionCode": {
											"type": "string"
										}
									}
								}
							},
							"text/tab-separated-values": {
								"schema": {
									"properties": {
										"countries": {
											"type": "string"
										},
										"collectionCode": {
											"type": "string"
										}
									}
								}
							},
							"application/xml": {
								"schema": {
									"properties": {
										"countries": {
											"type": "string"
										},
										"collectionCode": {
											"type": "string"
										}
									}
								}
							}
						}
					}
				}
			},
			"description": "What is the range of distribution covered by given Institution? (I4)"
		},
		"/Institutions/StoredTypes": {
			"parameters": [
				{
					"name": "collectionCode",
					"in": "query",
					"description": "Institution collection abbreviation / code",
					"required": false,
					"schema": {
						"type": "string"
					}
				},
				{
					"name": "format",
					"in": "query",
					"description": "Preferred output format",
					"required": false,
					"schema": {
						"type": "string"
					}
				}
			],
			"get": {
				"tags": [
					"Institutions"
				],
				"operationId": "institutionsStoredtypes",
				"deprecated": false,
				"responses": {
					"200": {
						"description": "OK",
						"content": {
							"text/csv": {
								"schema": {
									"properties": {
										"id": {
											"type": "string"
										},
										"collectionCode": {
											"type": "string"
										},
										"typeStatus": {
											"type": "string"
										}
									}
								}
							},
							"text/html": {
								"schema": {
									"properties": {
										"id": {
											"type": "string"
										},
										"collectionCode": {
											"type": "string"
										},
										"typeStatus": {
											"type": "string"
										}
									}
								}
							},
							"application/json": {
								"schema": {
									"properties": {
										"id": {
											"type": "string"
										},
										"collectionCode": {
											"type": "string"
										},
										"typeStatus": {
											"type": "string"
										}
									}
								}
							},
							"application/vnd.ms-excel": {
								"schema": {
									"properties": {
										"id": {
											"type": "string"
										},
										"collectionCode": {
											"type": "string"
										},
										"typeStatus": {
											"type": "string"
										}
									}
								}
							},
							"text/tab-separated-values": {
								"schema": {
									"properties": {
										"id": {
											"type": "string"
										},
										"collectionCode": {
											"type": "string"
										},
										"typeStatus": {
											"type": "string"
										}
									}
								}
							},
							"application/xml": {
								"schema": {
									"properties": {
										"id": {
											"type": "string"
										},
										"collectionCode": {
											"type": "string"
										},
										"typeStatus": {
											"type": "string"
										}
									}
								}
							}
						}
					}
				}
			},
			"description": "How many types are stored in given Institution? (I5)"
		},
		"/Journals/PublishedSynonyms": {
			"parameters": [
				{
					"name": "format",
					"in": "query",
					"description": "Preferred output format",
					"required": false,
					"schema": {
						"type": "string"
					}
				},
				{
					"name": "journal",
					"in": "query",
					"description": "Journal name",
					"required": false,
					"schema": {
						"type": "string"
					}
				}
			],
			"get": {
				"tags": [
					"Journals"
				],
				"operationId": "journalsPublishedsynonyms",
				"deprecated": false,
				"responses": {
					"200": {
						"description": "OK",
						"content": {
							"text/csv": {
								"schema": {
									"properties": {
										"source": {
											"type": "string"
										}
									}
								}
							},
							"text/html": {
								"schema": {
									"properties": {
										"source": {
											"type": "string"
										}
									}
								}
							},
							"application/json": {
								"schema": {
									"properties": {
										"source": {
											"type": "string"
										}
									}
								}
							},
							"application/vnd.ms-excel": {
								"schema": {
									"properties": {
										"source": {
											"type": "string"
										}
									}
								}
							},
							"text/tab-separated-values": {
								"schema": {
									"properties": {
										"source": {
											"type": "string"
										}
									}
								}
							},
							"application/xml": {
								"schema": {
									"properties": {
										"source": {
											"type": "string"
										}
									}
								}
							}
						}
					}
				}
			},
			"description": "How many synonymizations were made in given journal? (J9)"
		},
		"/Journals/PublishedMaterialDistribution": {
			"parameters": [
				{
					"name": "format",
					"in": "query",
					"description": "Preferred output format",
					"required": false,
					"schema": {
						"type": "string"
					}
				},
				{
					"name": "journal",
					"in": "query",
					"description": "Journal name",
					"required": false,
					"schema": {
						"type": "string"
					}
				}
			],
			"get": {
				"tags": [
					"Journals"
				],
				"operationId": "journalsPublishedmaterialdistribution",
				"deprecated": false,
				"responses": {
					"200": {
						"description": "OK",
						"content": {
							"text/csv": {
								"schema": {
									"properties": {
										"source": {
											"type": "string"
										},
										"matCitCount": {
											"type": "integer",
											"format": "int32"
										},
										"countries": {
											"type": "string"
										}
									}
								}
							},
							"text/html": {
								"schema": {
									"properties": {
										"source": {
											"type": "string"
										},
										"matCitCount": {
											"type": "integer",
											"format": "int32"
										},
										"countries": {
											"type": "string"
										}
									}
								}
							},
							"application/json": {
								"schema": {
									"properties": {
										"source": {
											"type": "string"
										},
										"matCitCount": {
											"type": "integer",
											"format": "int32"
										},
										"countries": {
											"type": "string"
										}
									}
								}
							},
							"application/vnd.ms-excel": {
								"schema": {
									"properties": {
										"source": {
											"type": "string"
										},
										"matCitCount": {
											"type": "integer",
											"format": "int32"
										},
										"countries": {
											"type": "string"
										}
									}
								}
							},
							"text/tab-separated-values": {
								"schema": {
									"properties": {
										"source": {
											"type": "string"
										},
										"matCitCount": {
											"type": "integer",
											"format": "int32"
										},
										"countries": {
											"type": "string"
										}
									}
								}
							},
							"application/xml": {
								"schema": {
									"properties": {
										"source": {
											"type": "string"
										},
										"matCitCount": {
											"type": "integer",
											"format": "int32"
										},
										"countries": {
											"type": "string"
										}
									}
								}
							}
						}
					}
				}
			},
			"description": "What is the range of distribution of materials published by given journal? (J7)"
		},
		"/Journals/PublishedTabels": {
			"parameters": [
				{
					"name": "format",
					"in": "query",
					"description": "Preferred output format",
					"required": false,
					"schema": {
						"type": "string"
					}
				},
				{
					"name": "journal",
					"in": "query",
					"description": "Journal name",
					"required": false,
					"schema": {
						"type": "string"
					}
				}
			],
			"get": {
				"tags": [
					"Journals"
				],
				"operationId": "journalsPublishedtabels",
				"deprecated": false,
				"responses": {
					"200": {
						"description": "OK",
						"content": {
							"text/csv": {
								"schema": {
									"properties": {
										"year": {
											"type": "integer",
											"format": "int32"
										},
										"source": {
											"type": "string"
										}
									}
								}
							},
							"text/html": {
								"schema": {
									"properties": {
										"year": {
											"type": "integer",
											"format": "int32"
										},
										"source": {
											"type": "string"
										}
									}
								}
							},
							"application/json": {
								"schema": {
									"properties": {
										"year": {
											"type": "integer",
											"format": "int32"
										},
										"source": {
											"type": "string"
										}
									}
								}
							},
							"application/vnd.ms-excel": {
								"schema": {
									"properties": {
										"year": {
											"type": "integer",
											"format": "int32"
										},
										"source": {
											"type": "string"
										}
									}
								}
							},
							"text/tab-separated-values": {
								"schema": {
									"properties": {
										"year": {
											"type": "integer",
											"format": "int32"
										},
										"source": {
											"type": "string"
										}
									}
								}
							},
							"application/xml": {
								"schema": {
									"properties": {
										"year": {
											"type": "integer",
											"format": "int32"
										},
										"source": {
											"type": "string"
										}
									}
								}
							}
						}
					}
				}
			},
			"description": "How many tables were published by given journal? (J10)"
		},
		"/Journals/PublishedNewSpeciesCount": {
			"parameters": [
				{
					"name": "format",
					"in": "query",
					"description": "Preferred output format",
					"required": false,
					"schema": {
						"type": "string"
					}
				}
			],
			"get": {
				"tags": [
					"Journals"
				],
				"operationId": "journalsPublishednewspeciescount",
				"deprecated": false,
				"responses": {
					"200": {
						"description": "OK",
						"content": {
							"text/csv": {
								"schema": {
									"properties": {
										"source": {
											"type": "string"
										}
									}
								}
							},
							"text/html": {
								"schema": {
									"properties": {
										"source": {
											"type": "string"
										}
									}
								}
							},
							"application/json": {
								"schema": {
									"properties": {
										"source": {
											"type": "string"
										}
									}
								}
							},
							"application/vnd.ms-excel": {
								"schema": {
									"properties": {
										"source": {
											"type": "string"
										}
									}
								}
							},
							"text/tab-separated-values": {
								"schema": {
									"properties": {
										"source": {
											"type": "string"
										}
									}
								}
							},
							"application/xml": {
								"schema": {
									"properties": {
										"source": {
											"type": "string"
										}
									}
								}
							}
						}
					}
				}
			},
			"description": "How many new species were published in given journal? (J5)"
		},
		"/Journals/PublishedTreatmentCount": {
			"parameters": [
				{
					"name": "format",
					"in": "query",
					"description": "Preferred output format",
					"required": false,
					"schema": {
						"type": "string"
					}
				},
				{
					"name": "journal",
					"in": "query",
					"description": "Journal name",
					"required": false,
					"schema": {
						"type": "string"
					}
				}
			],
			"get": {
				"tags": [
					"Journals"
				],
				"operationId": "journalsPublishedtreatmentcount",
				"deprecated": false,
				"responses": {
					"200": {
						"description": "OK",
						"content": {
							"text/csv": {
								"schema": {
									"properties": {
										"year": {
											"type": "integer",
											"format": "int32"
										},
										"source": {
											"type": "string"
										}
									}
								}
							},
							"text/html": {
								"schema": {
									"properties": {
										"year": {
											"type": "integer",
											"format": "int32"
										},
										"source": {
											"type": "string"
										}
									}
								}
							},
							"application/json": {
								"schema": {
									"properties": {
										"year": {
											"type": "integer",
											"format": "int32"
										},
										"source": {
											"type": "string"
										}
									}
								}
							},
							"application/vnd.ms-excel": {
								"schema": {
									"properties": {
										"year": {
											"type": "integer",
											"format": "int32"
										},
										"source": {
											"type": "string"
										}
									}
								}
							},
							"text/tab-separated-values": {
								"schema": {
									"properties": {
										"year": {
											"type": "integer",
											"format": "int32"
										},
										"source": {
											"type": "string"
										}
									}
								}
							},
							"application/xml": {
								"schema": {
									"properties": {
										"year": {
											"type": "integer",
											"format": "int32"
										},
										"source": {
											"type": "string"
										}
									}
								}
							}
						}
					}
				}
			},
			"description": "How many treatments have been published in given journal? (J2)"
		},
		"/Journals/CitedCollections": {
			"parameters": [
				{
					"name": "format",
					"in": "query",
					"description": "Preferred output format",
					"required": false,
					"schema": {
						"type": "string"
					}
				},
				{
					"name": "journal",
					"in": "query",
					"description": "Journal name",
					"required": false,
					"schema": {
						"type": "string"
					}
				}
			],
			"get": {
				"tags": [
					"Journals"
				],
				"operationId": "journalsCitedcollections",
				"deprecated": false,
				"responses": {
					"200": {
						"description": "OK",
						"content": {
							"text/csv": {
								"schema": {
									"properties": {
										"source": {
											"type": "string"
										},
										"collectionCode": {
											"type": "string"
										}
									}
								}
							},
							"text/html": {
								"schema": {
									"properties": {
										"source": {
											"type": "string"
										},
										"collectionCode": {
											"type": "string"
										}
									}
								}
							},
							"application/json": {
								"schema": {
									"properties": {
										"source": {
											"type": "string"
										},
										"collectionCode": {
											"type": "string"
										}
									}
								}
							},
							"application/vnd.ms-excel": {
								"schema": {
									"properties": {
										"source": {
											"type": "string"
										},
										"collectionCode": {
											"type": "string"
										}
									}
								}
							},
							"text/tab-separated-values": {
								"schema": {
									"properties": {
										"source": {
											"type": "string"
										},
										"collectionCode": {
											"type": "string"
										}
									}
								}
							},
							"application/xml": {
								"schema": {
									"properties": {
										"source": {
											"type": "string"
										},
										"collectionCode": {
											"type": "string"
										}
									}
								}
							}
						}
					}
				}
			},
			"description": "What are the main scientific collections cited? (J8)"
		},
		"/Journals/PublishedPageCount": {
			"parameters": [
				{
					"name": "format",
					"in": "query",
					"description": "Preferred output format",
					"required": false,
					"schema": {
						"type": "string"
					}
				},
				{
					"name": "journal",
					"in": "query",
					"description": "Journal name",
					"required": false,
					"schema": {
						"type": "string"
					}
				}
			],
			"get": {
				"tags": [
					"Journals"
				],
				"operationId": "journalsPublishedpagecount",
				"deprecated": false,
				"responses": {
					"200": {
						"description": "OK",
						"content": {
							"text/csv": {
								"schema": {
									"properties": {
										"year": {
											"type": "integer",
											"format": "int32"
										},
										"source": {
											"type": "string"
										}
									}
								}
							},
							"text/html": {
								"schema": {
									"properties": {
										"year": {
											"type": "integer",
											"format": "int32"
										},
										"source": {
											"type": "string"
										}
									}
								}
							},
							"application/json": {
								"schema": {
									"properties": {
										"year": {
											"type": "integer",
											"format": "int32"
										},
										"source": {
											"type": "string"
										}
									}
								}
							},
							"application/vnd.ms-excel": {
								"schema": {
									"properties": {
										"year": {
											"type": "integer",
											"format": "int32"
										},
										"source": {
											"type": "string"
										}
									}
								}
							},
							"text/tab-separated-values": {
								"schema": {
									"properties": {
										"year": {
											"type": "integer",
											"format": "int32"
										},
										"source": {
											"type": "string"
										}
									}
								}
							},
							"application/xml": {
								"schema": {
									"properties": {
										"year": {
											"type": "integer",
											"format": "int32"
										},
										"source": {
											"type": "string"
										}
									}
								}
							}
						}
					}
				}
			},
			"description": "How many pages were published by given journal? (J4)"
		},
		"/Journals/PublishedFiguresCount": {
			"parameters": [
				{
					"name": "format",
					"in": "query",
					"description": "Preferred output format",
					"required": false,
					"schema": {
						"type": "string"
					}
				},
				{
					"name": "journal",
					"in": "query",
					"description": "Journal name",
					"required": false,
					"schema": {
						"type": "string"
					}
				}
			],
			"get": {
				"tags": [
					"Journals"
				],
				"operationId": "journalsPublishedfigurescount",
				"deprecated": false,
				"responses": {
					"200": {
						"description": "OK",
						"content": {
							"text/csv": {
								"schema": {
									"properties": {
										"year": {
											"type": "integer",
											"format": "int32"
										},
										"source": {
											"type": "string"
										}
									}
								}
							},
							"text/html": {
								"schema": {
									"properties": {
										"year": {
											"type": "integer",
											"format": "int32"
										},
										"source": {
											"type": "string"
										}
									}
								}
							},
							"application/json": {
								"schema": {
									"properties": {
										"year": {
											"type": "integer",
											"format": "int32"
										},
										"source": {
											"type": "string"
										}
									}
								}
							},
							"application/vnd.ms-excel": {
								"schema": {
									"properties": {
										"year": {
											"type": "integer",
											"format": "int32"
										},
										"source": {
											"type": "string"
										}
									}
								}
							},
							"text/tab-separated-values": {
								"schema": {
									"properties": {
										"year": {
											"type": "integer",
											"format": "int32"
										},
										"source": {
											"type": "string"
										}
									}
								}
							},
							"application/xml": {
								"schema": {
									"properties": {
										"year": {
											"type": "integer",
											"format": "int32"
										},
										"source": {
											"type": "string"
										}
									}
								}
							}
						}
					}
				}
			},
			"description": "How many figures were published in given journal? (J3)"
		},
		"/Metrics/UserContributionCount": {
			"parameters": [
				{
					"name": "format",
					"in": "query",
					"description": "Preferred output format",
					"required": false,
					"schema": {
						"type": "string"
					}
				}
			],
			"get": {
				"tags": [
					"Metrics"
				],
				"operationId": "metricsUsercontributioncount",
				"deprecated": false,
				"responses": {
					"200": {
						"description": "OK",
						"content": {
							"text/csv": {
								"schema": {
									"properties": {
										"uploadUser": {
											"type": "string"
										},
										"pageCount": {
											"type": "integer",
											"format": "int32"
										},
										"treatCount": {
											"type": "integer",
											"format": "int32"
										},
										"figCount": {
											"type": "integer",
											"format": "int32"
										},
										"tabCount": {
											"type": "integer",
											"format": "int32"
										}
									}
								}
							},
							"text/html": {
								"schema": {
									"properties": {
										"uploadUser": {
											"type": "string"
										},
										"pageCount": {
											"type": "integer",
											"format": "int32"
										},
										"treatCount": {
											"type": "integer",
											"format": "int32"
										},
										"figCount": {
											"type": "integer",
											"format": "int32"
										},
										"tabCount": {
											"type": "integer",
											"format": "int32"
										}
									}
								}
							},
							"application/json": {
								"schema": {
									"properties": {
										"uploadUser": {
											"type": "string"
										},
										"pageCount": {
											"type": "integer",
											"format": "int32"
										},
										"treatCount": {
											"type": "integer",
											"format": "int32"
										},
										"figCount": {
											"type": "integer",
											"format": "int32"
										},
										"tabCount": {
											"type": "integer",
											"format": "int32"
										}
									}
								}
							},
							"application/vnd.ms-excel": {
								"schema": {
									"properties": {
										"uploadUser": {
											"type": "string"
										},
										"pageCount": {
											"type": "integer",
											"format": "int32"
										},
										"treatCount": {
											"type": "integer",
											"format": "int32"
										},
										"figCount": {
											"type": "integer",
											"format": "int32"
										},
										"tabCount": {
											"type": "integer",
											"format": "int32"
										}
									}
								}
							},
							"text/tab-separated-values": {
								"schema": {
									"properties": {
										"uploadUser": {
											"type": "string"
										},
										"pageCount": {
											"type": "integer",
											"format": "int32"
										},
										"treatCount": {
											"type": "integer",
											"format": "int32"
										},
										"figCount": {
											"type": "integer",
											"format": "int32"
										},
										"tabCount": {
											"type": "integer",
											"format": "int32"
										}
									}
								}
							},
							"application/xml": {
								"schema": {
									"properties": {
										"uploadUser": {
											"type": "string"
										},
										"pageCount": {
											"type": "integer",
											"format": "int32"
										},
										"treatCount": {
											"type": "integer",
											"format": "int32"
										},
										"figCount": {
											"type": "integer",
											"format": "int32"
										},
										"tabCount": {
											"type": "integer",
											"format": "int32"
										}
									}
								}
							}
						}
					}
				}
			},
			"description": "A description has not been provided"
		},
		"/Metrics/JournalDataCount": {
			"parameters": [
				{
					"name": "format",
					"in": "query",
					"description": "Preferred output format",
					"required": false,
					"schema": {
						"type": "string"
					}
				}
			],
			"get": {
				"tags": [
					"Metrics"
				],
				"operationId": "metricsJournaldatacount",
				"deprecated": false,
				"responses": {
					"200": {
						"description": "OK",
						"content": {
							"text/csv": {
								"schema": {
									"properties": {
										"source": {
											"type": "string"
										},
										"pageCount": {
											"type": "integer",
											"format": "int32"
										},
										"treatCount": {
											"type": "integer",
											"format": "int32"
										},
										"treatCountNewName": {
											"type": "integer",
											"format": "int32"
										},
										"treatCitCount": {
											"type": "integer",
											"format": "int32"
										},
										"matCitCount": {
											"type": "integer",
											"format": "int32"
										},
										"figCount": {
											"type": "integer",
											"format": "int32"
										},
										"tabCount": {
											"type": "integer",
											"format": "int32"
										},
										"bibRefCount": {
											"type": "integer",
											"format": "int32"
										}
									}
								}
							},
							"text/html": {
								"schema": {
									"properties": {
										"source": {
											"type": "string"
										},
										"pageCount": {
											"type": "integer",
											"format": "int32"
										},
										"treatCount": {
											"type": "integer",
											"format": "int32"
										},
										"treatCountNewName": {
											"type": "integer",
											"format": "int32"
										},
										"treatCitCount": {
											"type": "integer",
											"format": "int32"
										},
										"matCitCount": {
											"type": "integer",
											"format": "int32"
										},
										"figCount": {
											"type": "integer",
											"format": "int32"
										},
										"tabCount": {
											"type": "integer",
											"format": "int32"
										},
										"bibRefCount": {
											"type": "integer",
											"format": "int32"
										}
									}
								}
							},
							"application/json": {
								"schema": {
									"properties": {
										"source": {
											"type": "string"
										},
										"pageCount": {
											"type": "integer",
											"format": "int32"
										},
										"treatCount": {
											"type": "integer",
											"format": "int32"
										},
										"treatCountNewName": {
											"type": "integer",
											"format": "int32"
										},
										"treatCitCount": {
											"type": "integer",
											"format": "int32"
										},
										"matCitCount": {
											"type": "integer",
											"format": "int32"
										},
										"figCount": {
											"type": "integer",
											"format": "int32"
										},
										"tabCount": {
											"type": "integer",
											"format": "int32"
										},
										"bibRefCount": {
											"type": "integer",
											"format": "int32"
										}
									}
								}
							},
							"application/vnd.ms-excel": {
								"schema": {
									"properties": {
										"source": {
											"type": "string"
										},
										"pageCount": {
											"type": "integer",
											"format": "int32"
										},
										"treatCount": {
											"type": "integer",
											"format": "int32"
										},
										"treatCountNewName": {
											"type": "integer",
											"format": "int32"
										},
										"treatCitCount": {
											"type": "integer",
											"format": "int32"
										},
										"matCitCount": {
											"type": "integer",
											"format": "int32"
										},
										"figCount": {
											"type": "integer",
											"format": "int32"
										},
										"tabCount": {
											"type": "integer",
											"format": "int32"
										},
										"bibRefCount": {
											"type": "integer",
											"format": "int32"
										}
									}
								}
							},
							"text/tab-separated-values": {
								"schema": {
									"properties": {
										"source": {
											"type": "string"
										},
										"pageCount": {
											"type": "integer",
											"format": "int32"
										},
										"treatCount": {
											"type": "integer",
											"format": "int32"
										},
										"treatCountNewName": {
											"type": "integer",
											"format": "int32"
										},
										"treatCitCount": {
											"type": "integer",
											"format": "int32"
										},
										"matCitCount": {
											"type": "integer",
											"format": "int32"
										},
										"figCount": {
											"type": "integer",
											"format": "int32"
										},
										"tabCount": {
											"type": "integer",
											"format": "int32"
										},
										"bibRefCount": {
											"type": "integer",
											"format": "int32"
										}
									}
								}
							},
							"application/xml": {
								"schema": {
									"properties": {
										"source": {
											"type": "string"
										},
										"pageCount": {
											"type": "integer",
											"format": "int32"
										},
										"treatCount": {
											"type": "integer",
											"format": "int32"
										},
										"treatCountNewName": {
											"type": "integer",
											"format": "int32"
										},
										"treatCitCount": {
											"type": "integer",
											"format": "int32"
										},
										"matCitCount": {
											"type": "integer",
											"format": "int32"
										},
										"figCount": {
											"type": "integer",
											"format": "int32"
										},
										"tabCount": {
											"type": "integer",
											"format": "int32"
										},
										"bibRefCount": {
											"type": "integer",
											"format": "int32"
										}
									}
								}
							}
						}
					}
				}
			},
			"description": "A description has not been provided"
		},
		"/Taxon/SpecimensInCollections": {
			"parameters": [
				{
					"name": "format",
					"in": "query",
					"description": "Preferred output format",
					"required": false,
					"schema": {
						"type": "string"
					}
				},
				{
					"name": "genus",
					"in": "query",
					"description": "Name of taxon genus to search for",
					"required": true,
					"schema": {
						"type": "string"
					}
				}
			],
			"get": {
				"tags": [
					"Taxon"
				],
				"operationId": "taxonSpecimensincollections",
				"deprecated": false,
				"responses": {
					"200": {
						"description": "OK",
						"content": {
							"text/csv": {
								"schema": {
									"properties": {
										"articleUuid": {
											"type": "string"
										},
										"name": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										},
										"country": {
											"type": "string"
										},
										"code": {
											"type": "string"
										}
									}
								}
							},
							"text/html": {
								"schema": {
									"properties": {
										"articleUuid": {
											"type": "string"
										},
										"name": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										},
										"country": {
											"type": "string"
										},
										"code": {
											"type": "string"
										}
									}
								}
							},
							"application/json": {
								"schema": {
									"properties": {
										"articleUuid": {
											"type": "string"
										},
										"name": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										},
										"country": {
											"type": "string"
										},
										"code": {
											"type": "string"
										}
									}
								}
							},
							"application/vnd.ms-excel": {
								"schema": {
									"properties": {
										"articleUuid": {
											"type": "string"
										},
										"name": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										},
										"country": {
											"type": "string"
										},
										"code": {
											"type": "string"
										}
									}
								}
							},
							"text/tab-separated-values": {
								"schema": {
									"properties": {
										"articleUuid": {
											"type": "string"
										},
										"name": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										},
										"country": {
											"type": "string"
										},
										"code": {
											"type": "string"
										}
									}
								}
							},
							"application/xml": {
								"schema": {
									"properties": {
										"articleUuid": {
											"type": "string"
										},
										"name": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										},
										"country": {
											"type": "string"
										},
										"code": {
											"type": "string"
										}
									}
								}
							}
						}
					}
				}
			},
			"description": "In which collections are the specimens of given taxon deposited? (T4)"
		},
		"/Taxon/TreatmentsWithKeys": {
			"parameters": [
				{
					"name": "format",
					"in": "query",
					"description": "Preferred output format",
					"required": false,
					"schema": {
						"type": "string"
					}
				},
				{
					"name": "genus",
					"in": "query",
					"description": "Taxon genus",
					"required": false,
					"schema": {
						"type": "string"
					}
				}
			],
			"get": {
				"tags": [
					"Taxon"
				],
				"operationId": "taxonTreatmentswithkeys",
				"deprecated": false,
				"responses": {
					"200": {
						"description": "OK",
						"content": {
							"text/csv": {
								"schema": {
									"properties": {
										"articleUuid": {
											"type": "string"
										},
										"name": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										},
										"hasKey": {
											"type": "string"
										}
									}
								}
							},
							"text/html": {
								"schema": {
									"properties": {
										"articleUuid": {
											"type": "string"
										},
										"name": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										},
										"hasKey": {
											"type": "string"
										}
									}
								}
							},
							"application/json": {
								"schema": {
									"properties": {
										"articleUuid": {
											"type": "string"
										},
										"name": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										},
										"hasKey": {
											"type": "string"
										}
									}
								}
							},
							"application/vnd.ms-excel": {
								"schema": {
									"properties": {
										"articleUuid": {
											"type": "string"
										},
										"name": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										},
										"hasKey": {
											"type": "string"
										}
									}
								}
							},
							"text/tab-separated-values": {
								"schema": {
									"properties": {
										"articleUuid": {
											"type": "string"
										},
										"name": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										},
										"hasKey": {
											"type": "string"
										}
									}
								}
							},
							"application/xml": {
								"schema": {
									"properties": {
										"articleUuid": {
											"type": "string"
										},
										"name": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										},
										"hasKey": {
											"type": "string"
										}
									}
								}
							}
						}
					}
				}
			},
			"description": "Which treatments of given taxon have keys? (T6)"
		},
		"/Taxon/TreatmentsForTaxon": {
			"parameters": [
				{
					"name": "format",
					"in": "query",
					"description": "Preferred output format",
					"required": false,
					"schema": {
						"type": "string"
					}
				},
				{
					"name": "genus",
					"in": "query",
					"description": "Genus to look for new treatment",
					"required": false,
					"schema": {
						"type": "string"
					}
				},
				{
					"name": "species",
					"in": "query",
					"description": "Species to look for new treatments",
					"required": false,
					"schema": {
						"type": "string"
					}
				}
			],
			"get": {
				"tags": [
					"Taxon"
				],
				"operationId": "taxonTreatmentsfortaxon",
				"deprecated": false,
				"responses": {
					"200": {
						"description": "OK",
						"content": {
							"text/csv": {
								"schema": {
									"properties": {
										"name": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										}
									}
								}
							},
							"text/html": {
								"schema": {
									"properties": {
										"name": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										}
									}
								}
							},
							"application/json": {
								"schema": {
									"properties": {
										"name": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										}
									}
								}
							},
							"application/vnd.ms-excel": {
								"schema": {
									"properties": {
										"name": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										}
									}
								}
							},
							"text/tab-separated-values": {
								"schema": {
									"properties": {
										"name": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										}
									}
								}
							},
							"application/xml": {
								"schema": {
									"properties": {
										"name": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										}
									}
								}
							}
						}
					}
				}
			},
			"description": "T2 - What are the treatments for given taxon? (T2)"
		},
		"/Taxon/OccuranceByMaterialCitation": {
			"parameters": [
				{
					"name": "format",
					"in": "query",
					"description": "Preferred output format",
					"required": false,
					"schema": {
						"type": "string"
					}
				}
			],
			"get": {
				"tags": [
					"Taxon"
				],
				"operationId": "taxonOccurancebymaterialcitation",
				"deprecated": false,
				"responses": {
					"200": {
						"description": "OK",
						"content": {
							"text/csv": {
								"schema": {
									"properties": {
										"articleUuid": {
											"type": "string"
										},
										"name": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										},
										"country": {
											"type": "string"
										},
										"location": {
											"type": "string"
										}
									}
								}
							},
							"text/html": {
								"schema": {
									"properties": {
										"articleUuid": {
											"type": "string"
										},
										"name": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										},
										"country": {
											"type": "string"
										},
										"location": {
											"type": "string"
										}
									}
								}
							},
							"application/json": {
								"schema": {
									"properties": {
										"articleUuid": {
											"type": "string"
										},
										"name": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										},
										"country": {
											"type": "string"
										},
										"location": {
											"type": "string"
										}
									}
								}
							},
							"application/vnd.ms-excel": {
								"schema": {
									"properties": {
										"articleUuid": {
											"type": "string"
										},
										"name": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										},
										"country": {
											"type": "string"
										},
										"location": {
											"type": "string"
										}
									}
								}
							},
							"text/tab-separated-values": {
								"schema": {
									"properties": {
										"articleUuid": {
											"type": "string"
										},
										"name": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										},
										"country": {
											"type": "string"
										},
										"location": {
											"type": "string"
										}
									}
								}
							},
							"application/xml": {
								"schema": {
									"properties": {
										"articleUuid": {
											"type": "string"
										},
										"name": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										},
										"country": {
											"type": "string"
										},
										"location": {
											"type": "string"
										}
									}
								}
							}
						}
					}
				}
			},
			"description": "Where given taxon occurs according to material citation information? (T5)"
		},
		"/Taxon/MaterialCitations": {
			"parameters": [
				{
					"name": "format",
					"in": "query",
					"description": "Preferred output format",
					"required": false,
					"schema": {
						"type": "string"
					}
				},
				{
					"name": "genus",
					"in": "query",
					"description": "Genus name",
					"required": false,
					"schema": {
						"type": "string"
					}
				},
				{
					"name": "species",
					"in": "query",
					"description": "Species name",
					"required": false,
					"schema": {
						"type": "string"
					}
				}
			],
			"get": {
				"tags": [
					"Taxon"
				],
				"operationId": "taxonMaterialcitations",
				"deprecated": false,
				"responses": {
					"200": {
						"description": "OK",
						"content": {
							"text/csv": {
								"schema": {
									"properties": {
										"articleUuid": {
											"type": "string"
										},
										"name": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										},
										"id": {
											"type": "string"
										},
										"gbifOccurrenceId": {
											"type": "integer",
											"format": "int64"
										},
										"verbatimMatCit": {
											"type": "string"
										}
									}
								}
							},
							"text/html": {
								"schema": {
									"properties": {
										"articleUuid": {
											"type": "string"
										},
										"name": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										},
										"id": {
											"type": "string"
										},
										"gbifOccurrenceId": {
											"type": "integer",
											"format": "int64"
										},
										"verbatimMatCit": {
											"type": "string"
										}
									}
								}
							},
							"application/json": {
								"schema": {
									"properties": {
										"articleUuid": {
											"type": "string"
										},
										"name": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										},
										"id": {
											"type": "string"
										},
										"gbifOccurrenceId": {
											"type": "integer",
											"format": "int64"
										},
										"verbatimMatCit": {
											"type": "string"
										}
									}
								}
							},
							"application/vnd.ms-excel": {
								"schema": {
									"properties": {
										"articleUuid": {
											"type": "string"
										},
										"name": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										},
										"id": {
											"type": "string"
										},
										"gbifOccurrenceId": {
											"type": "integer",
											"format": "int64"
										},
										"verbatimMatCit": {
											"type": "string"
										}
									}
								}
							},
							"text/tab-separated-values": {
								"schema": {
									"properties": {
										"articleUuid": {
											"type": "string"
										},
										"name": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										},
										"id": {
											"type": "string"
										},
										"gbifOccurrenceId": {
											"type": "integer",
											"format": "int64"
										},
										"verbatimMatCit": {
											"type": "string"
										}
									}
								}
							},
							"application/xml": {
								"schema": {
									"properties": {
										"articleUuid": {
											"type": "string"
										},
										"name": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										},
										"id": {
											"type": "string"
										},
										"gbifOccurrenceId": {
											"type": "integer",
											"format": "int64"
										},
										"verbatimMatCit": {
											"type": "string"
										}
									}
								}
							}
						}
					}
				}
			},
			"description": "How many times the given taxon appears in material citations? Which are these material citations?"
		},
		"/Treatments/searchByDOI": {
			"parameters": [
				{
					"name": "DOI",
					"in": "query",
					"description": "Treatment DOI",
					"required": true,
					"schema": {
						"type": "string"
					}
				},
				{
					"name": "format",
					"in": "query",
					"description": "Preferred output format",
					"required": false,
					"schema": {
						"type": "string"
					}
				}
			],
			"get": {
				"tags": [
					"Treatments"
				],
				"operationId": "treatmentsSearchbydoi",
				"deprecated": false,
				"responses": {
					"200": {
						"description": "OK",
						"content": {
							"text/csv": {
								"schema": {
									"properties": {
										"doi": {
											"type": "string"
										}
									}
								}
							},
							"text/html": {
								"schema": {
									"properties": {
										"doi": {
											"type": "string"
										}
									}
								}
							},
							"application/json": {
								"schema": {
									"properties": {
										"doi": {
											"type": "string"
										}
									}
								}
							},
							"application/vnd.ms-excel": {
								"schema": {
									"properties": {
										"doi": {
											"type": "string"
										}
									}
								}
							},
							"text/tab-separated-values": {
								"schema": {
									"properties": {
										"doi": {
											"type": "string"
										}
									}
								}
							},
							"application/xml": {
								"schema": {
									"properties": {
										"doi": {
											"type": "string"
										}
									}
								}
							}
						}
					}
				}
			},
			"description": "Returns a treatment with known digital object identifier (DOI).\nDOIs come in the form of:<ul><li>10.5281/zenodo.8117062</li><li>http://doi.org/10.5281/zenodo.8117062</li><li>https://doi.org/10.5281/zenodo.8117062</li></ul>See more at <a href = \"https://www.doi.org/the-identifier/what-is-a-doi/\" target = \"_blank\">their website</a>"
		},
		"/Treatments/search": {
			"parameters": [
				{
					"name": "class",
					"in": "query",
					"description": "Class name",
					"required": false,
					"schema": {
						"type": "string"
					}
				},
				{
					"name": "family",
					"in": "query",
					"description": "Family name",
					"required": false,
					"schema": {
						"type": "string"
					}
				},
				{
					"name": "format",
					"in": "query",
					"description": "Preferred output format",
					"required": false,
					"schema": {
						"type": "string"
					}
				},
				{
					"name": "genus",
					"in": "query",
					"description": "Genus name",
					"required": false,
					"schema": {
						"type": "string"
					}
				},
				{
					"name": "kingdom",
					"in": "query",
					"description": "Kingdom name",
					"required": false,
					"schema": {
						"type": "string"
					}
				},
				{
					"name": "order",
					"in": "query",
					"description": "Order name",
					"required": false,
					"schema": {
						"type": "string"
					}
				},
				{
					"name": "phylum",
					"in": "query",
					"description": "Phylum name",
					"required": false,
					"schema": {
						"type": "string"
					}
				},
				{
					"name": "species",
					"in": "query",
					"description": "Species name",
					"required": false,
					"schema": {
						"type": "string"
					}
				}
			],
			"get": {
				"tags": [
					"Treatments"
				],
				"operationId": "treatmentsSearch",
				"deprecated": false,
				"responses": {
					"200": {
						"description": "OK",
						"content": {
							"text/csv": {
								"schema": {
									"properties": {
										"kingdomEpithet": {
											"type": "string"
										},
										"phylumEpithet": {
											"type": "string"
										},
										"classEpithet": {
											"type": "string"
										},
										"orderEpithet": {
											"type": "string"
										},
										"familyEpithet": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										}
									}
								}
							},
							"text/html": {
								"schema": {
									"properties": {
										"kingdomEpithet": {
											"type": "string"
										},
										"phylumEpithet": {
											"type": "string"
										},
										"classEpithet": {
											"type": "string"
										},
										"orderEpithet": {
											"type": "string"
										},
										"familyEpithet": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										}
									}
								}
							},
							"application/json": {
								"schema": {
									"properties": {
										"kingdomEpithet": {
											"type": "string"
										},
										"phylumEpithet": {
											"type": "string"
										},
										"classEpithet": {
											"type": "string"
										},
										"orderEpithet": {
											"type": "string"
										},
										"familyEpithet": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										}
									}
								}
							},
							"application/vnd.ms-excel": {
								"schema": {
									"properties": {
										"kingdomEpithet": {
											"type": "string"
										},
										"phylumEpithet": {
											"type": "string"
										},
										"classEpithet": {
											"type": "string"
										},
										"orderEpithet": {
											"type": "string"
										},
										"familyEpithet": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										}
									}
								}
							},
							"text/tab-separated-values": {
								"schema": {
									"properties": {
										"kingdomEpithet": {
											"type": "string"
										},
										"phylumEpithet": {
											"type": "string"
										},
										"classEpithet": {
											"type": "string"
										},
										"orderEpithet": {
											"type": "string"
										},
										"familyEpithet": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										}
									}
								}
							},
							"application/xml": {
								"schema": {
									"properties": {
										"kingdomEpithet": {
											"type": "string"
										},
										"phylumEpithet": {
											"type": "string"
										},
										"classEpithet": {
											"type": "string"
										},
										"orderEpithet": {
											"type": "string"
										},
										"familyEpithet": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										}
									}
								}
							}
						}
					}
				}
			},
			"description": "You can search for treatment document IDs by their associated names. Per default you will receive a full list of stored treatments. The range of results can be narrowed down to a reasonable amount by setting available parameters like family or species names"
		},
		"/Treatments/summary": {
			"parameters": [
				{
					"name": "UUID",
					"in": "query",
					"description": "Unique identifier representing a treatment or article",
					"required": true,
					"schema": {
						"type": "string"
					}
				},
				{
					"name": "format",
					"in": "query",
					"description": "Preferred output format",
					"required": false,
					"schema": {
						"type": "string"
					}
				}
			],
			"get": {
				"tags": [
					"Treatments"
				],
				"operationId": "treatmentsSummary",
				"deprecated": false,
				"responses": {
					"200": {
						"description": "OK",
						"content": {
							"text/csv": {
								"schema": {
									"properties": {
										"doi": {
											"type": "string"
										},
										"author": {
											"type": "string"
										},
										"title": {
											"type": "string"
										},
										"year": {
											"type": "integer",
											"format": "int32"
										},
										"source": {
											"type": "string"
										},
										"volume": {
											"type": "integer",
											"format": "int32"
										},
										"issue": {
											"type": "integer",
											"format": "int32"
										},
										"numero": {
											"type": "integer",
											"format": "int32"
										},
										"firstPage": {
											"type": "integer",
											"format": "int32"
										},
										"lastPage": {
											"type": "integer",
											"format": "int32"
										},
										"name": {
											"type": "string"
										},
										"kingdomEpithet": {
											"type": "string"
										},
										"phylumEpithet": {
											"type": "string"
										},
										"classEpithet": {
											"type": "string"
										},
										"orderEpithet": {
											"type": "string"
										},
										"familyEpithet": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										}
									}
								}
							},
							"text/html": {
								"schema": {
									"properties": {
										"doi": {
											"type": "string"
										},
										"author": {
											"type": "string"
										},
										"title": {
											"type": "string"
										},
										"year": {
											"type": "integer",
											"format": "int32"
										},
										"source": {
											"type": "string"
										},
										"volume": {
											"type": "integer",
											"format": "int32"
										},
										"issue": {
											"type": "integer",
											"format": "int32"
										},
										"numero": {
											"type": "integer",
											"format": "int32"
										},
										"firstPage": {
											"type": "integer",
											"format": "int32"
										},
										"lastPage": {
											"type": "integer",
											"format": "int32"
										},
										"name": {
											"type": "string"
										},
										"kingdomEpithet": {
											"type": "string"
										},
										"phylumEpithet": {
											"type": "string"
										},
										"classEpithet": {
											"type": "string"
										},
										"orderEpithet": {
											"type": "string"
										},
										"familyEpithet": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										}
									}
								}
							},
							"application/json": {
								"schema": {
									"properties": {
										"doi": {
											"type": "string"
										},
										"author": {
											"type": "string"
										},
										"title": {
											"type": "string"
										},
										"year": {
											"type": "integer",
											"format": "int32"
										},
										"source": {
											"type": "string"
										},
										"volume": {
											"type": "integer",
											"format": "int32"
										},
										"issue": {
											"type": "integer",
											"format": "int32"
										},
										"numero": {
											"type": "integer",
											"format": "int32"
										},
										"firstPage": {
											"type": "integer",
											"format": "int32"
										},
										"lastPage": {
											"type": "integer",
											"format": "int32"
										},
										"name": {
											"type": "string"
										},
										"kingdomEpithet": {
											"type": "string"
										},
										"phylumEpithet": {
											"type": "string"
										},
										"classEpithet": {
											"type": "string"
										},
										"orderEpithet": {
											"type": "string"
										},
										"familyEpithet": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										}
									}
								}
							},
							"application/vnd.ms-excel": {
								"schema": {
									"properties": {
										"doi": {
											"type": "string"
										},
										"author": {
											"type": "string"
										},
										"title": {
											"type": "string"
										},
										"year": {
											"type": "integer",
											"format": "int32"
										},
										"source": {
											"type": "string"
										},
										"volume": {
											"type": "integer",
											"format": "int32"
										},
										"issue": {
											"type": "integer",
											"format": "int32"
										},
										"numero": {
											"type": "integer",
											"format": "int32"
										},
										"firstPage": {
											"type": "integer",
											"format": "int32"
										},
										"lastPage": {
											"type": "integer",
											"format": "int32"
										},
										"name": {
											"type": "string"
										},
										"kingdomEpithet": {
											"type": "string"
										},
										"phylumEpithet": {
											"type": "string"
										},
										"classEpithet": {
											"type": "string"
										},
										"orderEpithet": {
											"type": "string"
										},
										"familyEpithet": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										}
									}
								}
							},
							"text/tab-separated-values": {
								"schema": {
									"properties": {
										"doi": {
											"type": "string"
										},
										"author": {
											"type": "string"
										},
										"title": {
											"type": "string"
										},
										"year": {
											"type": "integer",
											"format": "int32"
										},
										"source": {
											"type": "string"
										},
										"volume": {
											"type": "integer",
											"format": "int32"
										},
										"issue": {
											"type": "integer",
											"format": "int32"
										},
										"numero": {
											"type": "integer",
											"format": "int32"
										},
										"firstPage": {
											"type": "integer",
											"format": "int32"
										},
										"lastPage": {
											"type": "integer",
											"format": "int32"
										},
										"name": {
											"type": "string"
										},
										"kingdomEpithet": {
											"type": "string"
										},
										"phylumEpithet": {
											"type": "string"
										},
										"classEpithet": {
											"type": "string"
										},
										"orderEpithet": {
											"type": "string"
										},
										"familyEpithet": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										}
									}
								}
							},
							"application/xml": {
								"schema": {
									"properties": {
										"doi": {
											"type": "string"
										},
										"author": {
											"type": "string"
										},
										"title": {
											"type": "string"
										},
										"year": {
											"type": "integer",
											"format": "int32"
										},
										"source": {
											"type": "string"
										},
										"volume": {
											"type": "integer",
											"format": "int32"
										},
										"issue": {
											"type": "integer",
											"format": "int32"
										},
										"numero": {
											"type": "integer",
											"format": "int32"
										},
										"firstPage": {
											"type": "integer",
											"format": "int32"
										},
										"lastPage": {
											"type": "integer",
											"format": "int32"
										},
										"name": {
											"type": "string"
										},
										"kingdomEpithet": {
											"type": "string"
										},
										"phylumEpithet": {
											"type": "string"
										},
										"classEpithet": {
											"type": "string"
										},
										"orderEpithet": {
											"type": "string"
										},
										"familyEpithet": {
											"type": "string"
										},
										"genusEpithet": {
											"type": "string"
										},
										"speciesEpithet": {
											"type": "string"
										}
									}
								}
							}
						}
					}
				}
			},
			"description": "Returns structured information about a treatment by given UUID to allow an overview weather given treatment is of interest to the user.\nUse <a href=\"./v1#Treatments.search\">search</a> or <a href=\"./v1#Treatments.searchForDOI\">DOI search</a> to get UUIDs"
		},
		"/Treatments/fetch": {
			"parameters": [
				{
					"name": "UUID",
					"in": "query",
					"description": "Document identifier",
					"required": true,
					"schema": {
						"type": "string"
					}
				},
				{
					"name": "format",
					"in": "query",
					"description": "Preferred output format",
					"required": false,
					"schema": {
						"type": "string"
					}
				}
			],
			"get": {
				"tags": [
					"Treatments"
				],
				"operationId": "treatmentsFetch",
				"deprecated": false,
				"responses": {
					"200": {
						"description": "OK",
						"content": {
							"application/xml": {}
						}
					}
				}
			},
			"description": "This query returns a specific treatment identified by a document identifier. The result is a potentially large XML document with many attributes, highlighting, structural information and links to further referenced data. You can find corresponding document IDs via our <a href = \"#Treatments.search\">search query</a>."
		}
	},
	"servers": [
		{
			"url": "http://api.plazi.org/v1",
			"description": "Default Plazi API server"
		}
	],
	"info": {
		"title": "Plazi API",
		"description": "Access datasets provides by Plazi",
		"version": "v1 2.0.0"
	}
}