Skip to content

Commit 7e15efe

Browse files
committed
Update downstream schema files
1 parent 3267100 commit 7e15efe

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/fair_mappings_schema/datamodel/fair_mappings_schema.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Auto generated from fair_mappings_schema.yaml by pythongen.py version: 0.0.1
2-
# Generation date: 2025-10-06T00:29:50
2+
# Generation date: 2025-10-06T00:35:53
33
# Schema: fair-mappings-schema
44
#
55
# id: https://w3id.org/mapping-commons/fair-mappings-schema
@@ -300,9 +300,9 @@ class MappingSpecificationTypeEnum(EnumDefinitionImpl):
300300
sparql = PermissibleValue(
301301
text="sparql",
302302
description="SPARQL-based mapping")
303-
custom = PermissibleValue(
304-
text="custom",
305-
description="Custom mapping format")
303+
other = PermissibleValue(
304+
text="other",
305+
description="Other type of mapping specification")
306306

307307
_defn = EnumDefinition(
308308
name="MappingSpecificationTypeEnum",

src/fair_mappings_schema/datamodel/fair_mappings_schema_pydantic.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,9 @@ class MappingSpecificationTypeEnum(str, Enum):
156156
"""
157157
SPARQL-based mapping
158158
"""
159-
custom = "custom"
159+
other = "other"
160160
"""
161-
Custom mapping format
161+
Other type of mapping specification
162162
"""
163163

164164

0 commit comments

Comments
 (0)