diff --git a/schemas/capabilities.json b/schemas/capabilities.json index 161643d..fd75fc8 100644 --- a/schemas/capabilities.json +++ b/schemas/capabilities.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://git.mirv.top/verstak/verstak-sdk/schemas/capabilities.json", + "$id": "https://raw.githubusercontent.com/mirivlad/verstak-sdk/main/schemas/capabilities.json", "title": "Verstak Capability Registry", "description": "Known capability names and their descriptions for the Verstak platform", "type": "object", diff --git a/schemas/contributions.json b/schemas/contributions.json index 9f2f1dc..c10adb7 100644 --- a/schemas/contributions.json +++ b/schemas/contributions.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://git.mirv.top/verstak/verstak-sdk/schemas/contributions.json", + "$id": "https://raw.githubusercontent.com/mirivlad/verstak-sdk/main/schemas/contributions.json", "title": "Verstak Contribution Points Registry", "description": "Known contribution points that plugins can register", "type": "object", diff --git a/schemas/events/browser.json b/schemas/events/browser.json index 17c9392..ba7aaa7 100644 --- a/schemas/events/browser.json +++ b/schemas/events/browser.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://git.mirv.top/verstak/verstak-sdk/schemas/events/browser.json", + "$id": "https://raw.githubusercontent.com/mirivlad/verstak-sdk/main/schemas/events/browser.json", "title": "Verstak Browser Events", "description": "Event schemas for browser extension and browser-inbox plugin communication", "type": "object", diff --git a/schemas/events/lifecycle.json b/schemas/events/lifecycle.json index 22856a8..8d46934 100644 --- a/schemas/events/lifecycle.json +++ b/schemas/events/lifecycle.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://git.mirv.top/verstak/verstak-sdk/schemas/events/lifecycle.json", + "$id": "https://raw.githubusercontent.com/mirivlad/verstak-sdk/main/schemas/events/lifecycle.json", "title": "Verstak Lifecycle Events", "description": "Event schemas for plugin and application lifecycle events", "type": "object", diff --git a/schemas/events/vault.json b/schemas/events/vault.json index 2f0e0ba..21d4675 100644 --- a/schemas/events/vault.json +++ b/schemas/events/vault.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://git.mirv.top/verstak/verstak-sdk/schemas/events/vault.json", + "$id": "https://raw.githubusercontent.com/mirivlad/verstak-sdk/main/schemas/events/vault.json", "title": "Verstak Vault Events", "description": "Event schemas for vault and case lifecycle events", "type": "object", diff --git a/schemas/hostname-normalization-v1.json b/schemas/hostname-normalization-v1.json index 92724c8..602df9b 100644 --- a/schemas/hostname-normalization-v1.json +++ b/schemas/hostname-normalization-v1.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://git.mirv.top/verstak/verstak-sdk/schemas/hostname-normalization-v1.json", + "$id": "https://raw.githubusercontent.com/mirivlad/verstak-sdk/main/schemas/hostname-normalization-v1.json", "title": "Verstak canonical hostname normalization v1 test vectors", "description": "Canonical hostnames are lowercase ASCII A-labels without a port or trailing DNS dot. Bare hostnames accept DNS names, IPv4, bracketed IPv6, localhost, and internal single-label names. URL inputs accept only HTTP(S). Invalid or excessively long input normalizes to an empty string.", "version": 1, diff --git a/schemas/manifest.json b/schemas/manifest.json index 87f263e..cf77ab9 100644 --- a/schemas/manifest.json +++ b/schemas/manifest.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://git.mirv.top/verstak/verstak-sdk/schemas/manifest.json", + "$id": "https://raw.githubusercontent.com/mirivlad/verstak-sdk/main/schemas/manifest.json", "title": "Verstak Plugin Manifest", "description": "Schema for Verstak plugin.json manifest files", "type": "object", diff --git a/schemas/permissions.json b/schemas/permissions.json index 77c46c1..31eacfb 100644 --- a/schemas/permissions.json +++ b/schemas/permissions.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://git.mirv.top/verstak/verstak-sdk/schemas/permissions.json", + "$id": "https://raw.githubusercontent.com/mirivlad/verstak-sdk/main/schemas/permissions.json", "title": "Verstak Permissions Registry", "description": "Known runtime permissions and their safety levels", "type": "object", diff --git a/schemas/sync.json b/schemas/sync.json index b792e55..1e63ec6 100644 --- a/schemas/sync.json +++ b/schemas/sync.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://git.mirv.top/verstak/verstak-sdk/schemas/sync.json", + "$id": "https://raw.githubusercontent.com/mirivlad/verstak-sdk/main/schemas/sync.json", "title": "Verstak Sync Operations", "description": "Sync operation schemas for vault synchronization between devices", "type": "object",