Skip to content

Commit da370a6

Browse files
committed
changed enum names to upper camel case formatting
1 parent 5122ce9 commit da370a6

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

linkml-schema/bke_taxonomy.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@ prefixes:
1616
default_prefix: bican
1717
default_range: string
1818
enums:
19-
abbreviation_entity_type:
19+
AbbreviationEntityType:
2020
from_schema: https://w3id.org/brain-bican/bke-taxonomy
2121
permissible_values:
22-
cell type:
22+
cell_type:
2323
description: Abbreviation denotes a Cell Type entity.
2424
gene:
2525
description: Abbreviation denotes a Gene entity.
2626
structure:
2727
description: Abbreviation denotes a Structure entity.
28-
cell_type_set_type:
28+
CellTypeSetType:
2929
from_schema: https://w3id.org/brain-bican/bke-taxonomy
3030
permissible_values:
31-
taxonomic level:
31+
taxonomic_level:
3232
description: Denotes CellTypeSet is at Taxonomic level.
3333
neighborhood:
3434
description: Denotes CellTypeSet is at Neighborhood level.
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
variable_name value description
22
> enum permissible_value description
3-
abbreviation_entity_type cell type Abbreviation denotes a Cell Type entity.
4-
abbreviation_entity_type gene Abbreviation denotes a Gene entity.
5-
abbreviation_entity_type structure Abbreviation denotes a Structure entity.
6-
cell_type_set_type taxonomic level Denotes CellTypeSet is at Taxonomic level.
7-
cell_type_set_type neighborhood Denotes CellTypeSet is at Neighborhood level.
3+
AbbreviationEntityType cell_type Abbreviation denotes a Cell Type entity.
4+
AbbreviationEntityType gene Abbreviation denotes a Gene entity.
5+
AbbreviationEntityType structure Abbreviation denotes a Structure entity.
6+
CellTypeSetType taxonomic_level Denotes CellTypeSet is at Taxonomic level.
7+
CellTypeSetType neighborhood Denotes CellTypeSet is at Neighborhood level.

0 commit comments

Comments
 (0)