Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,133 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$version": "1.0.0",
"title": "ChEMBLDocumentSimilarityGoldSchema Contract",
"description": "Gold layer data contract for chembl_publication_similarity. Auto-generated from Pandera schema ChEMBLDocumentSimilarityGoldSchema.",
"type": "object",
"properties": {
"entity_id": {
"type": "string",
"nullable": false,
"description": ""
},
"content_hash": {
"type": "string",
"nullable": false,
"description": ""
},
"sim_id": {
"type": "number",
"nullable": false,
"description": ""
},
"doc_1": {
"type": "number",
"nullable": false,
"description": ""
},
"doc_2": {
"type": "number",
"nullable": false,
"description": ""
},
"pubmed_id1": {
"type": [
"string",
"null"
],
"nullable": true,
"description": ""
},
"pubmed_id2": {
"type": [
"string",
"null"
],
"nullable": true,
"description": ""
},
"tid_tani": {
"type": [
"number",
"null"
],
"nullable": true,
"description": ""
},
"mol_tani": {
"type": [
"number",
"null"
],
"nullable": true,
"description": ""
},
"avg_tani": {
"type": [
"number",
"null"
],
"nullable": true,
"description": ""
},
"max_tani": {
"type": [
"number",
"null"
],
"nullable": true,
"description": ""
},
"_dq_warn": {
"type": "boolean",
"nullable": false,
"description": ""
},
"_dq_error": {
"type": "boolean",
"nullable": false,
"description": ""
},
"_run_id": {
"type": "string",
"nullable": false,
"description": ""
},
"_run_type": {
"type": "string",
"nullable": false,
"description": ""
},
"_source_batch_id": {
"type": [
"string",
"null"
],
"nullable": true,
"description": ""
},
"_ingestion_ts": {
"type": "string",
"nullable": false,
"description": ""
},
"_index": {
"type": "integer",
"nullable": false,
"description": ""
}
},
"required": [
"_dq_error",
"_dq_warn",
"_index",
"_ingestion_ts",
"_run_id",
"_run_type",
"content_hash",
"doc_1",
"doc_2",
"entity_id",
"sim_id"
]
}
101 changes: 101 additions & 0 deletions docs/04-reference/contracts/gold/chembl_publication_term_v1.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$version": "1.0.0",
"title": "ChEMBLDocumentTermGoldSchema Contract",
"description": "Gold layer data contract for chembl_publication_term. Auto-generated from Pandera schema ChEMBLDocumentTermGoldSchema.",
"type": "object",
"properties": {
"entity_id": {
"type": "string",
"nullable": false,
"description": ""
},
"content_hash": {
"type": "string",
"nullable": false,
"description": ""
},
"publication_id": {
"type": "string",
"nullable": false,
"description": ""
},
"term": {
"type": "string",
"nullable": false,
"description": ""
},
"term_type": {
"type": "string",
"nullable": false,
"description": ""
},
"mesh_id": {
"type": [
"string",
"null"
],
"nullable": true,
"description": ""
},
"qualifier": {
"type": [
"string",
"null"
],
"nullable": true,
"description": ""
},
"_dq_warn": {
"type": "boolean",
"nullable": false,
"description": ""
},
"_dq_error": {
"type": "boolean",
"nullable": false,
"description": ""
},
"_run_id": {
"type": "string",
"nullable": false,
"description": ""
},
"_run_type": {
"type": "string",
"nullable": false,
"description": ""
},
"_source_batch_id": {
"type": [
"string",
"null"
],
"nullable": true,
"description": ""
},
"_ingestion_ts": {
"type": "string",
"nullable": false,
"description": ""
},
"_index": {
"type": "integer",
"nullable": false,
"description": ""
}
},
"required": [
"_dq_error",
"_dq_warn",
"_index",
"_ingestion_ts",
"_run_id",
"_run_type",
"content_hash",
"entity_id",
"publication_id",
"term",
"term_type"
]
}
Loading
Loading