From a7bb8789049d318f0267341530fb89c704ed840e Mon Sep 17 00:00:00 2001 From: G33tha <geethap240@gmail.com> Date: Wed, 16 Mar 2022 20:18:21 +0530 Subject: [PATCH] Delete context.json --- .../sunbird-RC/registry/schemas/context.json | 67 ------------------- 1 file changed, 67 deletions(-) delete mode 100644 kubernetes/helm_charts/sunbird-RC/registry/schemas/context.json diff --git a/kubernetes/helm_charts/sunbird-RC/registry/schemas/context.json b/kubernetes/helm_charts/sunbird-RC/registry/schemas/context.json deleted file mode 100644 index 87d6b0a98..000000000 --- a/kubernetes/helm_charts/sunbird-RC/registry/schemas/context.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "@context": { - "@version": 1.1, - "@protected": true, - "TrainingCertificate": { - "@id": "https://github.com/sknirmalkar89/sunbird-rc-core/blob/main/sunbird-specs/READ.md#TrainingCertificate", - "@context": { - "id": "@id", - "@version": 1.1, - "@protected": true, - "TrainingCertificate": "schema:Text" - } - }, - "trainingName":{ - "@id":"https://github.com/sknirmalkar89/sunbird-rc-core/blob/main/sunbird-specs/READ.md#trainingName", - "@context": { - "name":"schema:Text" - } - }, - "trainingId":{ - "@id":"https://github.com/sknirmalkar89/sunbird-rc-core/blob/main/sunbird-specs/READ.md#trainingId", - "@context": { - "name":"schema:Text" - } - }, - "name":{ - "@id":"https://github.com/sknirmalkar89/sunbird-rc-core/blob/main/sunbird-specs/READ.md#name", - "@context": { - "name":"schema:Text" - } - }, - "publicKey":{ - "@id":"https://github.com/sknirmalkar89/sunbird-rc-core/blob/main/sunbird-specs/READ.md#publicKey", - "@context": { - "name":"schema:Text" - } - }, - "url":{ - "@id":"https://github.com/sknirmalkar89/sunbird-rc-core/blob/main/sunbird-specs/READ.md#url", - "@context": { - "name":"schema:Text" - } - }, - "designation":{ - "@id":"https://github.com/sknirmalkar89/sunbird-rc-core/blob/main/sunbird-specs/READ.md#designation", - "@context": { - "name":"schema:Text" - } - }, - "image":{ - "@id":"https://github.com/sknirmalkar89/sunbird-rc-core/blob/main/sunbird-specs/READ.md#image", - "@context": { - "name":"schema:Text" - } - }, - "identity":{ - "@id":"https://github.com/sknirmalkar89/sunbird-rc-core/blob/main/sunbird-specs/READ.md#identity", - "@context": { - "name":"schema:Text" - } - }, - "signatory": { - "@id":"https://github.com/sknirmalkar89/sunbird-rc-core/blob/main/sunbird-specs/READ.md#signatory", - "@container": "@list" - } - } -} \ No newline at end of file -- GitLab