From 9a3d0b97aa8c066d723c34793045186c855a54a0 Mon Sep 17 00:00:00 2001 From: Julian Slane Date: Thu, 16 May 2024 13:47:46 -0700 Subject: [PATCH] Removed $id's --- schema/library.schema.json | 1 - schema/new_library_verification_cases.schema.json | 1 - schema/workflow.schema.json | 1 - 3 files changed, 3 deletions(-) diff --git a/schema/library.schema.json b/schema/library.schema.json index 6ab319b4..49e9cd66 100644 --- a/schema/library.schema.json +++ b/schema/library.schema.json @@ -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": { diff --git a/schema/new_library_verification_cases.schema.json b/schema/new_library_verification_cases.schema.json index e00f7301..0941f809 100644 --- a/schema/new_library_verification_cases.schema.json +++ b/schema/new_library_verification_cases.schema.json @@ -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": { diff --git a/schema/workflow.schema.json b/schema/workflow.schema.json index 10f264ae..1f661dcd 100644 --- a/schema/workflow.schema.json +++ b/schema/workflow.schema.json @@ -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": {