Skip to content

Commit

Permalink
DEP: Discontinue legacy schema (#757)
Browse files Browse the repository at this point in the history
  • Loading branch information
tnatt authored Aug 21, 2024
1 parent b12447b commit 8981c10
Show file tree
Hide file tree
Showing 6 changed files with 9,448 additions and 10,899 deletions.
6 changes: 6 additions & 0 deletions schema/app/install-schema-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ find ./definitions -type d -name schema -print | \
#echo "creating $sdir/$ffile"
cat "$file" | jq '.["$id"]='\""$id"\" > "$sdir"/"$ffile"
done

# Temporarily copy the fmu_results.json schema to fmu_meta.json
# TODO: Remove once Sumo has switched to fmu_results.json
id="$URIPREFIX"/"$sdir"/fmu_meta.json
cat "$sdir"/fmu_results.json | jq '.["$id"]='\""$id"\" > "$sdir"/fmu_meta.json

done


Loading

0 comments on commit 8981c10

Please sign in to comment.