Skip to content

Commit 47e96fe

Browse files
author
Scott Christley
committed
update version
1 parent 715462f commit 47e96fe

5 files changed

Lines changed: 2910 additions & 2844 deletions

File tree

project/jsonld/ak_schema.jsonld

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2502,6 +2502,7 @@
25022502
"slot_uri": "https://github.com/airr-knowledge/ak-schema/tcell_receptors",
25032503
"owner": "TCellReceptorEpitopeBindingAssay",
25042504
"domain_of": [
2505+
"AIRRSequencingAssay",
25052506
"TCellReceptorEpitopeBindingAssay"
25062507
],
25072508
"range": "TCellReceptor",
@@ -2516,6 +2517,7 @@
25162517
"slot_uri": "https://github.com/airr-knowledge/ak-schema/tcell_chains",
25172518
"owner": "TCellReceptorEpitopeBindingAssay",
25182519
"domain_of": [
2520+
"AIRRSequencingAssay",
25192521
"TCellReceptorEpitopeBindingAssay"
25202522
],
25212523
"range": "Chain",
@@ -12018,6 +12020,8 @@
1201812020
"assay_type",
1201912021
"target_entity_type",
1202012022
"repertoire_id",
12023+
"tcell_receptors",
12024+
"tcell_chains",
1202112025
"sequencing_run_id",
1202212026
"total_reads_passing_qc_filter",
1202312027
"sequencing_platform",
@@ -13366,9 +13370,9 @@
1336613370
],
1336713371
"metamodel_version": "1.7.0",
1336813372
"source_file": "ak_schema.yaml",
13369-
"source_file_date": "2025-04-20T03:08:53",
13370-
"source_file_size": 197673,
13371-
"generation_date": "2025-04-20T03:08:55",
13373+
"source_file_date": "2025-04-20T18:56:59",
13374+
"source_file_size": 197714,
13375+
"generation_date": "2025-04-20T18:57:01",
1337213376
"@type": "SchemaDefinition",
1337313377
"@context": [
1337413378
"project/jsonld/ak_schema.context.jsonld",

project/jsonschema/ak_schema.schema.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,26 @@
435435
"null"
436436
]
437437
},
438+
"tcell_chains": {
439+
"description": "The T cell receptor chains being measured",
440+
"items": {
441+
"type": "string"
442+
},
443+
"type": [
444+
"array",
445+
"null"
446+
]
447+
},
448+
"tcell_receptors": {
449+
"description": "The T cell receptors being measured",
450+
"items": {
451+
"type": "string"
452+
},
453+
"type": [
454+
"array",
455+
"null"
456+
]
457+
},
438458
"total_reads_passing_qc_filter": {
439459
"description": "Number of usable reads for analysis",
440460
"type": [
@@ -564,6 +584,26 @@
564584
"null"
565585
]
566586
},
587+
"tcell_chains": {
588+
"description": "The T cell receptor chains being measured",
589+
"items": {
590+
"type": "string"
591+
},
592+
"type": [
593+
"array",
594+
"null"
595+
]
596+
},
597+
"tcell_receptors": {
598+
"description": "The T cell receptors being measured",
599+
"items": {
600+
"type": "string"
601+
},
602+
"type": [
603+
"array",
604+
"null"
605+
]
606+
},
567607
"total_reads_passing_qc_filter": {
568608
"description": "Number of usable reads for analysis",
569609
"type": [

0 commit comments

Comments
 (0)