Skip to content

Commit

Permalink
Enable the generation of attribute titles in the JSON Schema
Browse files Browse the repository at this point in the history
  • Loading branch information
johardi committed Nov 22, 2024
1 parent a0001ab commit 939ec42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup-schemas.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ for genSchemaFile in schemas/generated/linkml/*.yaml; do

# Generate JSON Schema for validation
mkdir -p schemas/generated/json-schema
gen-json-schema $genSchemaFile > schemas/generated/json-schema/${type}.schema.json
gen-json-schema --title-from title $genSchemaFile > schemas/generated/json-schema/${type}.schema.json

# Generate JSON-LD Context
mkdir -p schemas/generated/json-ld
Expand Down

0 comments on commit 939ec42

Please sign in to comment.