Unverified Commit 03d2d98c authored by G33tha's avatar G33tha Committed by GitHub
Browse files

Merge pull request #3274 from amit-tarento/SB-29124-v6

Issue #SB-29124 feat: updated the schema
Showing with 1 addition and 16 deletions
+1 -16
......@@ -23,21 +23,6 @@
"name":"{{issuer.name}}",
"url":"{{issuer.url}}",
"publicKey":["{{issuer.kid}}"]
},
"signatory":[
{{#each signatory}}
{
"id":"https://raw.githubusercontent.com/project-sunbird/sunbird-devops/release-4.8.0/kubernetes/helm_charts/sunbird-RC/registry/templates/READ.md#signatory",
"identity":"{{identity}}",
"type":[
"Extension",
"extensions:SignatoryExtension"
],
"designation":"{{designation}}",
"name":"{{name}}"
}
{{#unless @last}}, {{/unless}}
{{/each}}
]
}
}
{% endraw %}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment