Skip to content

Commit

Permalink
Removed $id's
Browse files Browse the repository at this point in the history
  • Loading branch information
jslane-h committed May 16, 2024
1 parent ea88e49 commit 9a3d0b9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion schema/library.schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://github.com/pnnl/ConStrain/tree/develop/schema/LibraryItem",
"type": "object",
"properties": {
"library_item_id": {
Expand Down
1 change: 0 additions & 1 deletion schema/new_library_verification_cases.schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://github.com/pnnl/ConStrain/tree/develop/schema/VerificationCase",
"type": "object",
"properties": {
"cases": {
Expand Down
1 change: 0 additions & 1 deletion schema/workflow.schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://github.com/pnnl/ConStrain/tree/develop/schema/Workflow",
"type": "object",
"properties": {
"workflow_name": {
Expand Down

0 comments on commit 9a3d0b9

Please sign in to comment.