{"openapi":"3.1.0","info":{"title":"Amelaye BioAPI","description":"Biological reference data for the Amelaye BioPHP ecosystem","version":"1.0.0"},"servers":[{"url":"\/","description":""}],"paths":{"\/aminos":{"get":{"operationId":"api_aminos_get_collection","tags":["Amino"],"responses":{"200":{"description":"Amino collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Amino.jsonld"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":["string","null"]},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Amino"}}}}}},"summary":"Retrieves the collection of Amino resources.","description":"Retrieves the collection of Amino resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false}],"deprecated":false}},"\/aminos\/{id}":{"get":{"operationId":"api_aminos_id_get","tags":["Amino"],"responses":{"200":{"description":"Amino resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Amino.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Amino"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Amino resource.","description":"Retrieves a Amino resource.","parameters":[{"name":"id","in":"path","description":"Amino identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false}},"\/elements":{"get":{"operationId":"api_elements_get_collection","tags":["Element"],"responses":{"200":{"description":"Element collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Element.jsonld"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":["string","null"]},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Element"}}}}}},"summary":"Retrieves the collection of Element resources.","description":"Retrieves the collection of Element resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false}],"deprecated":false}},"\/elements\/{id}":{"get":{"operationId":"api_elements_id_get","tags":["Element"],"responses":{"200":{"description":"Element resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Element.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Element"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Element resource.","description":"Retrieves a Element resource.","parameters":[{"name":"id","in":"path","description":"Element identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false}},"\/nucleotids":{"get":{"operationId":"api_nucleotids_get_collection","tags":["Nucleotid"],"responses":{"200":{"description":"Nucleotid collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Nucleotid.jsonld"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":["string","null"]},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Nucleotid"}}}}}},"summary":"Retrieves the collection of Nucleotid resources.","description":"Retrieves the collection of Nucleotid resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false}],"deprecated":false}},"\/nucleotids\/{id}":{"get":{"operationId":"api_nucleotids_id_get","tags":["Nucleotid"],"responses":{"200":{"description":"Nucleotid resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Nucleotid.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Nucleotid"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Nucleotid resource.","description":"Retrieves a Nucleotid resource.","parameters":[{"name":"id","in":"path","description":"Nucleotid identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false}},"\/p_ks":{"get":{"operationId":"api_p_ks_get_collection","tags":["PK"],"responses":{"200":{"description":"PK collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/PK.jsonld"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":["string","null"]},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PK"}}}}}},"summary":"Retrieves the collection of PK resources.","description":"Retrieves the collection of PK resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false}],"deprecated":false}},"\/p_ks\/{id}":{"get":{"operationId":"api_p_ks_id_get","tags":["PK"],"responses":{"200":{"description":"PK resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/PK.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PK"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a PK resource.","description":"Retrieves a PK resource.","parameters":[{"name":"id","in":"path","description":"PK identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false}},"\/pam250_matrix_digits":{"get":{"operationId":"api_pam250_matrix_digits_get_collection","tags":["Pam250MatrixDigit"],"responses":{"200":{"description":"Pam250MatrixDigit collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Pam250MatrixDigit.jsonld"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":["string","null"]},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Pam250MatrixDigit"}}}}}},"summary":"Retrieves the collection of Pam250MatrixDigit resources.","description":"Retrieves the collection of Pam250MatrixDigit resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false}],"deprecated":false}},"\/pam250_matrix_digits\/{id}":{"get":{"operationId":"api_pam250_matrix_digits_id_get","tags":["Pam250MatrixDigit"],"responses":{"200":{"description":"Pam250MatrixDigit resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Pam250MatrixDigit.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Pam250MatrixDigit"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Pam250MatrixDigit resource.","description":"Retrieves a Pam250MatrixDigit resource.","parameters":[{"name":"id","in":"path","description":"Pam250MatrixDigit identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false}},"\/protein_reductions":{"get":{"operationId":"api_protein_reductions_get_collection","tags":["ProteinReduction"],"responses":{"200":{"description":"ProteinReduction collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProteinReduction.jsonld"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":["string","null"]},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProteinReduction"}}}}}},"summary":"Retrieves the collection of ProteinReduction resources.","description":"Retrieves the collection of ProteinReduction resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false}],"deprecated":false}},"\/protein_reductions\/{id}":{"get":{"operationId":"api_protein_reductions_id_get","tags":["ProteinReduction"],"responses":{"200":{"description":"ProteinReduction resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ProteinReduction.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProteinReduction"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a ProteinReduction resource.","description":"Retrieves a ProteinReduction resource.","parameters":[{"name":"id","in":"path","description":"ProteinReduction identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false}},"\/tm_base_stackings":{"get":{"operationId":"api_tm_base_stackings_get_collection","tags":["TmBaseStacking"],"responses":{"200":{"description":"TmBaseStacking collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/TmBaseStacking.jsonld"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":["string","null"]},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/TmBaseStacking"}}}}}},"summary":"Retrieves the collection of TmBaseStacking resources.","description":"Retrieves the collection of TmBaseStacking resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false}],"deprecated":false}},"\/tm_base_stackings\/{id}":{"get":{"operationId":"api_tm_base_stackings_id_get","tags":["TmBaseStacking"],"responses":{"200":{"description":"TmBaseStacking resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TmBaseStacking.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TmBaseStacking"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a TmBaseStacking resource.","description":"Retrieves a TmBaseStacking resource.","parameters":[{"name":"id","in":"path","description":"TmBaseStacking identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false}},"\/triplets":{"get":{"operationId":"api_triplets_get_collection","tags":["Triplet"],"responses":{"200":{"description":"Triplet collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Triplet.jsonld"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":["string","null"]},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Triplet"}}}}}},"summary":"Retrieves the collection of Triplet resources.","description":"Retrieves the collection of Triplet resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false}],"deprecated":false}},"\/triplets\/{id}":{"get":{"operationId":"api_triplets_id_get","tags":["Triplet"],"responses":{"200":{"description":"Triplet resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Triplet.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Triplet"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Triplet resource.","description":"Retrieves a Triplet resource.","parameters":[{"name":"id","in":"path","description":"Triplet identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false}},"\/triplet_species":{"get":{"operationId":"api_triplet_species_get_collection","tags":["TripletSpecie"],"responses":{"200":{"description":"TripletSpecie collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/TripletSpecie.jsonld"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":["string","null"]},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/TripletSpecie"}}}}}},"summary":"Retrieves the collection of TripletSpecie resources.","description":"Retrieves the collection of TripletSpecie resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false}],"deprecated":false}},"\/triplet_species\/{id}":{"get":{"operationId":"api_triplet_species_id_get","tags":["TripletSpecie"],"responses":{"200":{"description":"TripletSpecie resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TripletSpecie.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TripletSpecie"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a TripletSpecie resource.","description":"Retrieves a TripletSpecie resource.","parameters":[{"name":"id","in":"path","description":"TripletSpecie identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false}},"\/type_i_i_endonucleases":{"get":{"operationId":"api_type_i_i_endonucleases_get_collection","tags":["TypeIIEndonuclease"],"responses":{"200":{"description":"TypeIIEndonuclease collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/TypeIIEndonuclease.jsonld"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":["string","null"]},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/TypeIIEndonuclease"}}}}}},"summary":"Retrieves the collection of TypeIIEndonuclease resources.","description":"Retrieves the collection of TypeIIEndonuclease resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false}],"deprecated":false}},"\/type_i_i_endonucleases\/{id}":{"get":{"operationId":"api_type_i_i_endonucleases_id_get","tags":["TypeIIEndonuclease"],"responses":{"200":{"description":"TypeIIEndonuclease resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TypeIIEndonuclease.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TypeIIEndonuclease"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a TypeIIEndonuclease resource.","description":"Retrieves a TypeIIEndonuclease resource.","parameters":[{"name":"id","in":"path","description":"TypeIIEndonuclease identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false}},"\/type_i_ib_endonucleases":{"get":{"operationId":"api_type_i_ib_endonucleases_get_collection","tags":["TypeIIbEndonuclease"],"responses":{"200":{"description":"TypeIIbEndonuclease collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/TypeIIbEndonuclease.jsonld"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":["string","null"]},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/TypeIIbEndonuclease"}}}}}},"summary":"Retrieves the collection of TypeIIbEndonuclease resources.","description":"Retrieves the collection of TypeIIbEndonuclease resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false}],"deprecated":false}},"\/type_i_ib_endonucleases\/{id}":{"get":{"operationId":"api_type_i_ib_endonucleases_id_get","tags":["TypeIIbEndonuclease"],"responses":{"200":{"description":"TypeIIbEndonuclease resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TypeIIbEndonuclease.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TypeIIbEndonuclease"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a TypeIIbEndonuclease resource.","description":"Retrieves a TypeIIbEndonuclease resource.","parameters":[{"name":"id","in":"path","description":"TypeIIbEndonuclease identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false}},"\/type_i_is_endonucleases":{"get":{"operationId":"api_type_i_is_endonucleases_get_collection","tags":["TypeIIsEndonuclease"],"responses":{"200":{"description":"TypeIIsEndonuclease collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/TypeIIsEndonuclease.jsonld"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":["string","null"]},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/TypeIIsEndonuclease"}}}}}},"summary":"Retrieves the collection of TypeIIsEndonuclease resources.","description":"Retrieves the collection of TypeIIsEndonuclease resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false}],"deprecated":false}},"\/type_i_is_endonucleases\/{id}":{"get":{"operationId":"api_type_i_is_endonucleases_id_get","tags":["TypeIIsEndonuclease"],"responses":{"200":{"description":"TypeIIsEndonuclease resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TypeIIsEndonuclease.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TypeIIsEndonuclease"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a TypeIIsEndonuclease resource.","description":"Retrieves a TypeIIsEndonuclease resource.","parameters":[{"name":"id","in":"path","description":"TypeIIsEndonuclease identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false}},"\/vendors":{"get":{"operationId":"api_vendors_get_collection","tags":["Vendor"],"responses":{"200":{"description":"Vendor collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Vendor.jsonld"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":["string","null"]},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Vendor"}}}}}},"summary":"Retrieves the collection of Vendor resources.","description":"Retrieves the collection of Vendor resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false}],"deprecated":false}},"\/vendors\/{id}":{"get":{"operationId":"api_vendors_id_get","tags":["Vendor"],"responses":{"200":{"description":"Vendor resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Vendor.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Vendor"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Vendor resource.","description":"Retrieves a Vendor resource.","parameters":[{"name":"id","in":"path","description":"Vendor identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false}},"\/vendor_links":{"get":{"operationId":"api_vendor_links_get_collection","tags":["VendorLink"],"responses":{"200":{"description":"VendorLink collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/VendorLink.jsonld"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":["string","null"]},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/VendorLink"}}}}}},"summary":"Retrieves the collection of VendorLink resources.","description":"Retrieves the collection of VendorLink resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false}],"deprecated":false}},"\/vendor_links\/{id}":{"get":{"operationId":"api_vendor_links_id_get","tags":["VendorLink"],"responses":{"200":{"description":"VendorLink resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/VendorLink.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/VendorLink"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a VendorLink resource.","description":"Retrieves a VendorLink resource.","parameters":[{"name":"id","in":"path","description":"VendorLink identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false}}},"components":{"schemas":{"Amino":{"type":"object","description":"Database of elements - Amino acids","deprecated":false,"properties":{"id":{"description":"Id of the amino acid (auto-increment)","type":"string"},"name":{"description":"Name of the amino","type":"string"},"name1Letter":{"description":"Name in 1 letter (A, L, S ...)","type":"string"},"name3Letters":{"description":"Name in 3 letters (Ser, Leu ...)","type":"string"},"weight1":{"type":"string"},"weight2":{"type":"string"},"residueMolWeight":{"type":["string","null"]}},"required":["name","name1Letter","name3Letters","weight1","weight2"]},"Amino.jsonld":{"type":"object","description":"Database of elements - Amino acids","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"description":"Id of the amino acid (auto-increment)","type":"string"},"name":{"description":"Name of the amino","type":"string"},"name1Letter":{"description":"Name in 1 letter (A, L, S ...)","type":"string"},"name3Letters":{"description":"Name in 3 letters (Ser, Leu ...)","type":"string"},"weight1":{"type":"string"},"weight2":{"type":"string"},"residueMolWeight":{"type":["string","null"]}},"required":["name","name1Letter","name3Letters","weight1","weight2"]},"Element":{"type":"object","description":"Database of elements - weights included","deprecated":false,"properties":{"id":{"readOnly":true,"description":"The id (auto-increment)","type":"integer"},"name":{"description":"Water, carbone, for example","type":"string"},"weight":{"description":"The weight of the nucleotid","type":"string"}},"required":["name","weight"]},"Element.jsonld":{"type":"object","description":"Database of elements - weights included","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"description":"The id (auto-increment)","type":"integer"},"name":{"description":"Water, carbone, for example","type":"string"},"weight":{"description":"The weight of the nucleotid","type":"string"}},"required":["name","weight"]},"Nucleotid":{"type":"object","description":"Database of nucleotids - weigths included","deprecated":false,"properties":{"id":{"readOnly":true,"description":"Id of the nucleotid (auto-increment)","type":"integer"},"letter":{"description":"A, T, G or C for example","type":"string"},"complement":{"description":"T for A ...","type":"string"},"nature":{"description":"DNA or RNA","type":"string"},"weight":{"description":"Weight of the nucleotid","type":"string"}},"required":["letter","complement","nature","weight"]},"Nucleotid.jsonld":{"type":"object","description":"Database of nucleotids - weigths included","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"description":"Id of the nucleotid (auto-increment)","type":"integer"},"letter":{"description":"A, T, G or C for example","type":"string"},"complement":{"description":"T for A ...","type":"string"},"nature":{"description":"DNA or RNA","type":"string"},"weight":{"description":"Weight of the nucleotid","type":"string"}},"required":["letter","complement","nature","weight"]},"PK":{"type":"object","description":"Database of elements - PK Values","deprecated":false,"properties":{"id":{"description":"Id of the row (EMBOSS ...)","type":"string"},"nTerminus":{"type":"string"},"k":{"type":"string"},"r":{"type":"string"},"h":{"type":"string"},"cTerminus":{"type":"string"},"d":{"type":"string"},"e":{"type":"string"},"c":{"type":"string"},"y":{"type":"string"}},"required":["nTerminus","k","r","h","cTerminus","d","e","c","y"]},"PK.jsonld":{"type":"object","description":"Database of elements - PK Values","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"description":"Id of the row (EMBOSS ...)","type":"string"},"nTerminus":{"type":"string"},"k":{"type":"string"},"r":{"type":"string"},"h":{"type":"string"},"cTerminus":{"type":"string"},"d":{"type":"string"},"e":{"type":"string"},"c":{"type":"string"},"y":{"type":"string"}},"required":["nTerminus","k","r","h","cTerminus","d","e","c","y"]},"Pam250MatrixDigit":{"type":"object","description":"PAM 250 Matrix","deprecated":false,"required":["id","value"],"properties":{"id":{"description":"Index","type":"string"},"value":{"description":"Value","type":"integer"}}},"Pam250MatrixDigit.jsonld":{"type":"object","description":"PAM 250 Matrix","deprecated":false,"required":["id","value"],"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"description":"Index","type":"string"},"value":{"description":"Value","type":"integer"}}},"ProteinReduction":{"type":"object","description":"Database of elements - PK Values","deprecated":false,"properties":{"id":{"readOnly":true,"description":"Id of the row","type":"integer"},"alphabet":{"description":"Name of the Alphabet (Murphy etc ...)","type":"string"},"letters":{"description":"Letters of the alphabet","type":"string"},"pattern":{"description":"Patterns of reduction","type":"string"},"nature":{"description":"Nature of the pattern (Aliphatic, Aromatic ...)","type":["string","null"]},"reduction":{"description":"Corresponding letter","type":"string"},"description":{"description":"Description of the pattern (original alphabet)","type":["string","null"]}},"required":["alphabet","letters","pattern","reduction"]},"ProteinReduction.jsonld":{"type":"object","description":"Database of elements - PK Values","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"description":"Id of the row","type":"integer"},"alphabet":{"description":"Name of the Alphabet (Murphy etc ...)","type":"string"},"letters":{"description":"Letters of the alphabet","type":"string"},"pattern":{"description":"Patterns of reduction","type":"string"},"nature":{"description":"Nature of the pattern (Aliphatic, Aromatic ...)","type":["string","null"]},"reduction":{"description":"Corresponding letter","type":"string"},"description":{"description":"Description of the pattern (original alphabet)","type":["string","null"]}},"required":["alphabet","letters","pattern","reduction"]},"TmBaseStacking":{"type":"object","description":"Database of temperatures of di-nucleotids\nFrom table at http:\/\/www.ncbi.nlm.nih.gov\/pmc\/articles\/PMC19045\/table\/T2\/ (SantaLucia, 1998)","deprecated":false,"properties":{"id":{"description":"Id of the nucleotid (auto-increment)","type":"string"},"temperatureEnthalpy":{"description":"Enthalpy Temperature","type":"string"},"temperatureEnthropy":{"description":"Enthropy Temperature","type":"string"}},"required":["temperatureEnthalpy","temperatureEnthropy"]},"TmBaseStacking.jsonld":{"type":"object","description":"Database of temperatures of di-nucleotids\nFrom table at http:\/\/www.ncbi.nlm.nih.gov\/pmc\/articles\/PMC19045\/table\/T2\/ (SantaLucia, 1998)","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"description":"Id of the nucleotid (auto-increment)","type":"string"},"temperatureEnthalpy":{"description":"Enthalpy Temperature","type":"string"},"temperatureEnthropy":{"description":"Enthropy Temperature","type":"string"}},"required":["temperatureEnthalpy","temperatureEnthropy"]},"Triplet":{"type":"object","description":"Database of Triplets","deprecated":false,"properties":{"id":{"readOnly":true,"description":"The id (auto-increment)","type":"integer"},"triplet":{"description":"TTT, TTC .","type":"string"}},"required":["triplet"]},"Triplet.jsonld":{"type":"object","description":"Database of Triplets","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"description":"The id (auto-increment)","type":"integer"},"triplet":{"description":"TTT, TTC .","type":"string"}},"required":["triplet"]},"TripletSpecie":{"type":"object","description":"Database of elements - Triplets ans Species","deprecated":false,"properties":{"id":{"readOnly":true,"description":"The id (auto-increment)","type":"integer"},"nature":{"description":"Standard, Vertebrate mitochondrial .","type":"string"},"triplets":{"type":"array","items":{"type":"string"}},"tripletsGroups":{"type":"array","items":{"type":"string"}}},"required":["nature","triplets","tripletsGroups"]},"TripletSpecie.jsonld":{"type":"object","description":"Database of elements - Triplets ans Species","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"description":"The id (auto-increment)","type":"integer"},"nature":{"description":"Standard, Vertebrate mitochondrial .","type":"string"},"triplets":{"type":"array","items":{"type":"string"}},"tripletsGroups":{"type":"array","items":{"type":"string"}}},"required":["nature","triplets","tripletsGroups"]},"TypeIIEndonuclease":{"type":"object","description":"Enzymes - TypeIIs Endonucleases","deprecated":false,"properties":{"id":{"description":"First endonucleolase of the list","type":"string"},"samePattern":{"description":"All endonucleolases recognizing the same pattern","type":"array","items":{"type":"string"}},"recognitionPattern":{"description":"Recognition pattern","type":"string"},"computingPattern":{"description":"Recognition pattern for computing","type":"string"},"lengthRecognitionPattern":{"description":"Length of all recognition pattern","type":"integer"},"cleavagePosUpper":{"description":"Cleavage position in upper strand","type":"integer"},"cleavagePosLower":{"description":"Cleavage position in lower strand, relative to previous one","type":"integer"},"nbNonNBases":{"description":"Number of non-N bases within recognition pattern","type":"integer"}}},"TypeIIEndonuclease.jsonld":{"type":"object","description":"Enzymes - TypeIIs Endonucleases","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"description":"First endonucleolase of the list","type":"string"},"samePattern":{"description":"All endonucleolases recognizing the same pattern","type":"array","items":{"type":"string"}},"recognitionPattern":{"description":"Recognition pattern","type":"string"},"computingPattern":{"description":"Recognition pattern for computing","type":"string"},"lengthRecognitionPattern":{"description":"Length of all recognition pattern","type":"integer"},"cleavagePosUpper":{"description":"Cleavage position in upper strand","type":"integer"},"cleavagePosLower":{"description":"Cleavage position in lower strand, relative to previous one","type":"integer"},"nbNonNBases":{"description":"Number of non-N bases within recognition pattern","type":"integer"}}},"TypeIIbEndonuclease":{"type":"object","description":"Enzymes - TypeIIb Endonucleases","deprecated":false,"properties":{"id":{"description":"First endonucleolase of the list","type":"string"},"samePattern":{"description":"All endonucleolases recognizing the same pattern","type":"array","items":{"type":"string"}},"recognitionPattern":{"description":"Recognition pattern","type":"string"},"computingPattern":{"description":"Recognition pattern for computing","type":"string"},"lengthRecognitionPattern":{"description":"Length of all recognition pattern","type":"integer"},"cleavagePosUpper":{"description":"Cleavage position in upper strand","type":"integer"},"cleavagePosLower":{"description":"Cleavage position in lower strand, relative to previous one","type":"integer"},"nbNonNBases":{"description":"Number of non-N bases within recognition pattern","type":"integer"}}},"TypeIIbEndonuclease.jsonld":{"type":"object","description":"Enzymes - TypeIIb Endonucleases","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"description":"First endonucleolase of the list","type":"string"},"samePattern":{"description":"All endonucleolases recognizing the same pattern","type":"array","items":{"type":"string"}},"recognitionPattern":{"description":"Recognition pattern","type":"string"},"computingPattern":{"description":"Recognition pattern for computing","type":"string"},"lengthRecognitionPattern":{"description":"Length of all recognition pattern","type":"integer"},"cleavagePosUpper":{"description":"Cleavage position in upper strand","type":"integer"},"cleavagePosLower":{"description":"Cleavage position in lower strand, relative to previous one","type":"integer"},"nbNonNBases":{"description":"Number of non-N bases within recognition pattern","type":"integer"}}},"TypeIIsEndonuclease":{"type":"object","description":"Enzymes - TypeIIs Endonucleases","deprecated":false,"properties":{"id":{"description":"First endonucleolase of the list","type":"string"},"samePattern":{"description":"All endonucleolases recognizing the same pattern","type":"array","items":{"type":"string"}},"recognitionPattern":{"description":"Recognition pattern","type":"string"},"computingPattern":{"description":"Recognition pattern for computing","type":"string"},"lengthRecognitionPattern":{"description":"Length of all recognition pattern","type":"integer"},"cleavagePosUpper":{"description":"Cleavage position in upper strand","type":"integer"},"cleavagePosLower":{"description":"Cleavage position in lower strand, relative to previous one","type":"integer"},"nbNonNBases":{"description":"Number of non-N bases within recognition pattern","type":"integer"}}},"TypeIIsEndonuclease.jsonld":{"type":"object","description":"Enzymes - TypeIIs Endonucleases","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"description":"First endonucleolase of the list","type":"string"},"samePattern":{"description":"All endonucleolases recognizing the same pattern","type":"array","items":{"type":"string"}},"recognitionPattern":{"description":"Recognition pattern","type":"string"},"computingPattern":{"description":"Recognition pattern for computing","type":"string"},"lengthRecognitionPattern":{"description":"Length of all recognition pattern","type":"integer"},"cleavagePosUpper":{"description":"Cleavage position in upper strand","type":"integer"},"cleavagePosLower":{"description":"Cleavage position in lower strand, relative to previous one","type":"integer"},"nbNonNBases":{"description":"Number of non-N bases within recognition pattern","type":"integer"}}},"Vendor":{"type":"object","description":"Enzymes - Vendors","deprecated":false,"properties":{"id":{"type":"string"},"vendor":{"type":"string"}}},"Vendor.jsonld":{"type":"object","description":"Enzymes - Vendors","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"string"},"vendor":{"type":"string"}}},"VendorLink":{"type":"object","description":"Enzymes - Vendors Links","deprecated":false,"properties":{"id":{"type":"string"},"name":{"type":"string"},"link":{"type":"string"}}},"VendorLink.jsonld":{"type":"object","description":"Enzymes - Vendors Links","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"string"},"name":{"type":"string"},"link":{"type":"string"}}}},"responses":{},"parameters":{},"examples":{},"requestBodies":{},"headers":{},"securitySchemes":{"apiKey":{"type":"apiKey","description":"Value for the X-AUTH-TOKEN header parameter.","name":"X-AUTH-TOKEN","in":"header"}}},"security":[{"apiKey":[]}],"tags":[],"webhooks":{}}