addedOutput schema / $defs / PublicCorpusArticleEntity
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "entity_type": {
+ "enum": [
+ "gene",
+ "variant",
+ "phenotype",
+ "pmid",
+ "doi",
+ "pmcid",
+ "omim"
+ ],
+ "title": "Entity Type",
+ "type": "string"
+ },
+ "identifier": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Identifier"
+ },
+ "label": {
+ "title": "Label",
+ "type": "string"
+ },
+ "normalization_state": {
+ "enum": [
+ "normalized",
+ "source_indexed"
+ ],
+ "title": "Normalization State",
+ "type": "string"
+ },
+ "source_field": {
+ "enum": [
+ "work_identifiers.normalized_value",
+ "gene_mentions.gene_symbol",
+ "variant_mentions.normalized_variant",
+ "phenotype_mentions.hpo_id",
+ "phenotype_mentions.omim_id",
+ "phenotype_mentions.mesh_term",
+ "phenotype_mentions.phenotype_name"
+ ],
+ "title": "Source Field",
+ "type": "string"
+ }
+ },
+ "required": [
+ "entity_type",
+ "identifier",
+ "label",
+ "source_field",
+ "normalization_state"
+ ],
+ "title": "PublicCorpusArticleEntity",
+ "type": "object"
+}