From afc86652f14a6538fa637acb34aaacec3f5dec99 Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Mon, 12 Jun 2023 06:53:47 -0500 Subject: [PATCH] Update vc-schema-oas-2022 extension. --- specifications/vc-json-schema.json | 9 +++++++++ specifications/vc-schema-oas-2022.json | 9 --------- 2 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 specifications/vc-json-schema.json delete mode 100644 specifications/vc-schema-oas-2022.json diff --git a/specifications/vc-json-schema.json b/specifications/vc-json-schema.json new file mode 100644 index 0000000..a2688ff --- /dev/null +++ b/specifications/vc-json-schema.json @@ -0,0 +1,9 @@ +{ + "name": "Validating Verifiable Credentials with JSON Schema", + "summary": "This specification defines a JSON Schema based credential schema validation scheme for use with the credential schema property of Verifiable Credentials", + "specification": "https://transmute-industries.github.io/vc-json-schema/", + "category": "credentialSchema", + "maintainerEmail": "orie@transmute.industries", + "maintainerName": "Transmute", + "maintainerWebsite": "https://transmute.industries" +} diff --git a/specifications/vc-schema-oas-2022.json b/specifications/vc-schema-oas-2022.json deleted file mode 100644 index c941bd0..0000000 --- a/specifications/vc-schema-oas-2022.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "name": "Open Api Specification Validator (v2022)", - "summary": "This specification defines a credential schema validation scheme for use with the credential schema property of Verifiable Credentials.", - "specification": "https://transmute-industries.github.io/vc-credential-schema-open-api-specification/", - "category": "credentialSchema", - "maintainerEmail": "orie@transmute.industries", - "maintainerName": "Transmute", - "maintainerWebsite": "https://transmute.industries" -}