pyvckit #1
|
@ -1,71 +1,71 @@
|
||||||
{
|
{
|
||||||
"@context": [
|
"@context": [
|
||||||
"https://www.w3.org/2018/credentials/v1",
|
"https://www.w3.org/2018/credentials/v1",
|
||||||
"https://idhub.pangea.org/credentials/base/v1",
|
"https://idhub.pangea.org/context/base.jsonld",
|
||||||
"https://idhub.pangea.org/credentials/course-credential/v1"
|
"https://idhub.pangea.org/context/course-credential.jsonld"
|
||||||
],
|
],
|
||||||
"id": "{{ vc_id }}",
|
"id": "{{ vc_id }}",
|
||||||
"type": [
|
"type": [
|
||||||
"VerifiableCredential",
|
"VerifiableCredential",
|
||||||
"VerifiableAttestation",
|
"VerifiableAttestation",
|
||||||
"CourseCredential"
|
"CourseCredential"
|
||||||
],
|
],
|
||||||
"issuer": {
|
"issuer": {
|
||||||
"id": "{{ issuer_did }}",
|
"id": "{{ issuer_did }}",
|
||||||
"name": "{{ organisation }}"
|
"name": "{{ organisation }}"
|
||||||
|
},
|
||||||
|
"issuanceDate": "{{ issuance_date }}",
|
||||||
|
"validFrom": "{{ issuance_date }}",
|
||||||
|
"validUntil": "{{ validUntil }}",
|
||||||
|
"name": [
|
||||||
|
{
|
||||||
|
"value": "NGO Course Credential for participants",
|
||||||
|
"lang": "en"
|
||||||
},
|
},
|
||||||
"issuanceDate": "{{ issuance_date }}",
|
{
|
||||||
"validFrom": "{{ issuance_date }}",
|
"value": "Credencial per participants d'un curs impartit per una ONG",
|
||||||
"validUntil": "{{ validUntil }}",
|
"lang": "ca_ES"
|
||||||
"name": [
|
|
||||||
{
|
|
||||||
"value": "NGO Course Credential for participants",
|
|
||||||
"lang": "en"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"value": "Credencial per participants d'un curs impartit per una ONG",
|
|
||||||
"lang": "ca_ES"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"value": "Credencial para participantes de un curso impartido por una ONG",
|
|
||||||
"lang": "es"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"description": [
|
|
||||||
{
|
|
||||||
"value": "A NGO Course Credential Schema awarded by a NGO federation and their NGO members, as proposed by Lafede.cat",
|
|
||||||
"lang": "en"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"credentialSubject": {
|
|
||||||
"id": "{{ subject_did }}",
|
|
||||||
"firstName": "{{ firstName }}",
|
|
||||||
"lastName": "{{ lastName }}",
|
|
||||||
"email": "{{ email }}",
|
|
||||||
"personalIdentifier": "{{ personalIdentifier }}",
|
|
||||||
"issuedDate": "{{ issuedDate }}",
|
|
||||||
"modeOfInstruction": "{{ modeOfInstruction }}",
|
|
||||||
"courseDuration": "{{ courseDuration }}",
|
|
||||||
"courseDays": "{{ courseDays }}",
|
|
||||||
"courseName": "{{ courseName }}",
|
|
||||||
"courseDescription": "{{ courseDescription }}",
|
|
||||||
"gradingScheme": "{{ gradingScheme }}",
|
|
||||||
"scoreAwarded": "{{ scoreAwarded }}",
|
|
||||||
"qualificationAwarded": "{{ qualificationAwarded }}",
|
|
||||||
"courseLevel": "{{ courseLevel }}",
|
|
||||||
"courseFramework": "{{ courseFramework }}",
|
|
||||||
"courseCredits": "{{ courseCredits }}",
|
|
||||||
"dateOfAssessment": "{{ dateOfAssessment }}",
|
|
||||||
"evidenceAssessment": "{{ evidenceAssessment }}"
|
|
||||||
},
|
},
|
||||||
"credentialStatus": {
|
{
|
||||||
"id": "{{ credential_status_id}}",
|
"value": "Credencial para participantes de un curso impartido por una ONG",
|
||||||
"type": "RevocationBitmap2022",
|
"lang": "es"
|
||||||
"revocationBitmapIndex": "{{ id_credential }}"
|
|
||||||
},
|
|
||||||
"credentialSchema": {
|
|
||||||
"id": "https://idhub.pangea.org/vc_schemas/course-credential.json",
|
|
||||||
"type": "FullJsonSchemaValidator2021"
|
|
||||||
}
|
}
|
||||||
}
|
],
|
||||||
|
"description": [
|
||||||
|
{
|
||||||
|
"value": "A NGO Course Credential Schema awarded by a NGO federation and their NGO members, as proposed by Lafede.cat",
|
||||||
|
"lang": "en"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"credentialSubject": {
|
||||||
|
"id": "{{ subject_did }}",
|
||||||
|
"firstName": "{{ firstName }}",
|
||||||
|
"lastName": "{{ lastName }}",
|
||||||
|
"email": "{{ email }}",
|
||||||
|
"personalIdentifier": "{{ personalIdentifier }}",
|
||||||
|
"issuedDate": "{{ issuedDate }}",
|
||||||
|
"modeOfInstruction": "{{ modeOfInstruction }}",
|
||||||
|
"courseDuration": "{{ courseDuration }}",
|
||||||
|
"courseDays": "{{ courseDays }}",
|
||||||
|
"courseName": "{{ courseName }}",
|
||||||
|
"courseDescription": "{{ courseDescription }}",
|
||||||
|
"gradingScheme": "{{ gradingScheme }}",
|
||||||
|
"scoreAwarded": "{{ scoreAwarded }}",
|
||||||
|
"qualificationAwarded": "{{ qualificationAwarded }}",
|
||||||
|
"courseLevel": "{{ courseLevel }}",
|
||||||
|
"courseFramework": "{{ courseFramework }}",
|
||||||
|
"courseCredits": "{{ courseCredits }}",
|
||||||
|
"dateOfAssessment": "{{ dateOfAssessment }}",
|
||||||
|
"evidenceAssessment": "{{ evidenceAssessment }}"
|
||||||
|
},
|
||||||
|
"credentialStatus": {
|
||||||
|
"id": "{{ credential_status_id}}",
|
||||||
|
"type": "RevocationBitmap2022",
|
||||||
|
"revocationBitmapIndex": "{{ id_credential }}"
|
||||||
|
},
|
||||||
|
"credentialSchema": {
|
||||||
|
"id": "https://idhub.pangea.org/vc_schemas/course-credential.json",
|
||||||
|
"type": "FullJsonSchemaValidator2021"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,67 +1,67 @@
|
||||||
{
|
{
|
||||||
"@context": [
|
"@context": [
|
||||||
"https://www.w3.org/2018/credentials/v1",
|
"https://www.w3.org/2018/credentials/v1",
|
||||||
"https://idhub.pangea.org/credentials/base/v1",
|
"https://idhub.pangea.org/context/base.jsonld",
|
||||||
"https://idhub.pangea.org/credentials/e-operator-claim/v1"
|
"https://idhub.pangea.org/context/e-operator-claim.jsonld"
|
||||||
],
|
],
|
||||||
"id": "{{ vc_id }}",
|
"id": "{{ vc_id }}",
|
||||||
"type": [
|
"type": [
|
||||||
"VerifiableCredential",
|
"VerifiableCredential",
|
||||||
"VerifiableAttestation",
|
"VerifiableAttestation",
|
||||||
"EOperatorClaim"
|
"EOperatorClaim"
|
||||||
],
|
],
|
||||||
"issuer": {
|
"issuer": {
|
||||||
"id": "{{ issuer_did }}",
|
"id": "{{ issuer_did }}",
|
||||||
"name": "{{ organisation }}"
|
"name": "{{ organisation }}"
|
||||||
|
},
|
||||||
|
"issuanceDate": "{{ issuance_date }}",
|
||||||
|
"validFrom": "{{ issuance_date }}",
|
||||||
|
"validUntil": "{{ validUntil }}",
|
||||||
|
"name": [
|
||||||
|
{
|
||||||
|
"value": "Product and waste electronics operator claim",
|
||||||
|
"lang": "en"
|
||||||
},
|
},
|
||||||
"issuanceDate": "{{ issuance_date }}",
|
{
|
||||||
"validFrom": "{{ issuance_date }}",
|
"value": "Declaració d'operador de productes i residus electrònics",
|
||||||
"validUntil": "{{ validUntil }}",
|
"lang": "ca_ES"
|
||||||
"name": [
|
|
||||||
{
|
|
||||||
"value": "Product and waste electronics operator claim",
|
|
||||||
"lang": "en"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"value": "Declaració d'operador de productes i residus electrònics",
|
|
||||||
"lang": "ca_ES"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"value": "Declaración de operador de productos y residuos electrónicos",
|
|
||||||
"lang": "es"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"description": [
|
|
||||||
{
|
|
||||||
"value": "Credential for e-product and e-waste operator claim",
|
|
||||||
"lang": "en"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"value": "Credencial per operador de productes i residus electrònics",
|
|
||||||
"lang": "ca_ES"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"value": "Credencial para operador de productos y residuos electrónicos",
|
|
||||||
"lang": "es"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"credentialSubject": {
|
|
||||||
"id": "{{ subject_did }}",
|
|
||||||
"legalName": "{{ legalName }}",
|
|
||||||
"accreditedBy": "{{ accreditedBy }}",
|
|
||||||
"operatorNumber": "{{ operatorNumber }}",
|
|
||||||
"limitJurisdiction": "{{ limitJurisdiction }}",
|
|
||||||
"accreditedFor": "{{ accreditedFor }}",
|
|
||||||
"role": "{{ role }}",
|
|
||||||
"email": "{{ email }}"
|
|
||||||
},
|
},
|
||||||
"credentialStatus": {
|
{
|
||||||
"id": "{{ credential_status_id}}",
|
"value": "Declaración de operador de productos y residuos electrónicos",
|
||||||
"type": "RevocationBitmap2022",
|
"lang": "es"
|
||||||
"revocationBitmapIndex": "{{ id_credential }}"
|
|
||||||
},
|
|
||||||
"credentialSchema": {
|
|
||||||
"id": "https://idhub.pangea.org/vc_schemas/federation-membership.json",
|
|
||||||
"type": "FullJsonSchemaValidator2021"
|
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"description": [
|
||||||
|
{
|
||||||
|
"value": "Credential for e-product and e-waste operator claim",
|
||||||
|
"lang": "en"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "Credencial per operador de productes i residus electrònics",
|
||||||
|
"lang": "ca_ES"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "Credencial para operador de productos y residuos electrónicos",
|
||||||
|
"lang": "es"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"credentialSubject": {
|
||||||
|
"id": "{{ subject_did }}",
|
||||||
|
"legalName": "{{ legalName }}",
|
||||||
|
"accreditedBy": "{{ accreditedBy }}",
|
||||||
|
"operatorNumber": "{{ operatorNumber }}",
|
||||||
|
"limitJurisdiction": "{{ limitJurisdiction }}",
|
||||||
|
"accreditedFor": "{{ accreditedFor }}",
|
||||||
|
"role": "{{ role }}",
|
||||||
|
"email": "{{ email }}"
|
||||||
|
},
|
||||||
|
"credentialStatus": {
|
||||||
|
"id": "{{ credential_status_id}}",
|
||||||
|
"type": "RevocationBitmap2022",
|
||||||
|
"revocationBitmapIndex": "{{ id_credential }}"
|
||||||
|
},
|
||||||
|
"credentialSchema": {
|
||||||
|
"id": "https://idhub.pangea.org/vc_schemas/federation-membership.json",
|
||||||
|
"type": "FullJsonSchemaValidator2021"
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -1,78 +1,78 @@
|
||||||
{
|
{
|
||||||
"@context": [
|
"@context": [
|
||||||
"https://www.w3.org/2018/credentials/v1",
|
"https://www.w3.org/2018/credentials/v1",
|
||||||
"https://idhub.pangea.org/credentials/base/v1",
|
"https://idhub.pangea.org/context/base.jsonld",
|
||||||
"https://idhub.pangea.org/credentials/federation-membership/v1"
|
"https://idhub.pangea.org/context/federation-membership.jsonld"
|
||||||
],
|
],
|
||||||
"id": "{{ vc_id }}",
|
"id": "{{ vc_id }}",
|
||||||
"type": [
|
"type": [
|
||||||
"VerifiableCredential",
|
"VerifiableCredential",
|
||||||
"VerifiableAttestation",
|
"VerifiableAttestation",
|
||||||
"FederationMembership"
|
"FederationMembership"
|
||||||
],
|
],
|
||||||
"issuer": {
|
"issuer": {
|
||||||
"id": "{{ issuer_did }}",
|
"id": "{{ issuer_did }}",
|
||||||
"name": "{{ organisation }}"
|
"name": "{{ organisation }}"
|
||||||
|
},
|
||||||
|
"issuanceDate": "{{ issuance_date }}",
|
||||||
|
"validFrom": "{{ issuance_date }}",
|
||||||
|
"validUntil": "{{ validUntil }}",
|
||||||
|
"name": [
|
||||||
|
{
|
||||||
|
"value": "NGO federation membership attestation credential",
|
||||||
|
"lang": "en"
|
||||||
},
|
},
|
||||||
"issuanceDate": "{{ issuance_date }}",
|
{
|
||||||
"validFrom": "{{ issuance_date }}",
|
"value": "Credencial d'atestat de pertinença a federació d'ONG",
|
||||||
"validUntil": "{{ validUntil }}",
|
"lang": "ca_ES"
|
||||||
"name": [
|
|
||||||
{
|
|
||||||
"value": "NGO federation membership attestation credential",
|
|
||||||
"lang": "en"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"value": "Credencial d'atestat de pertinença a federació d'ONG",
|
|
||||||
"lang": "ca_ES"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"value": "Credencial de atestado de membresía de Federación de ONG",
|
|
||||||
"lang": "es"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"description": [
|
|
||||||
{
|
|
||||||
"value": "Credential for NGOs that are members of a NGO federation",
|
|
||||||
"lang": "en"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"value": "Credencial para ONG que son miembros de una federación de ONG",
|
|
||||||
"lang": "es"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"value": "Credencial per a les ONG que són membres d'una federació d'ONG",
|
|
||||||
"lang": "ca_ES"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"credentialSubject": {
|
|
||||||
"id": "{{ subject_did }}",
|
|
||||||
"federation": "{{ federation }}",
|
|
||||||
"legalName": "{{ legalName }}",
|
|
||||||
"shortName": "{{ shortName }}",
|
|
||||||
"registrationIdentifier": "{{ registrationIdentifier }}",
|
|
||||||
"publicRegistry": "{{ publicRegistry }}",
|
|
||||||
"streetAddress": "{{ streetAddress }}",
|
|
||||||
"postCode": "{{ postCode }}",
|
|
||||||
"city": "{{ city }}",
|
|
||||||
"taxReference": "{{ taxReference }}",
|
|
||||||
"membershipType": "{{ membershipType }}",
|
|
||||||
"membershipStatus": "{{ membershipStatus }}",
|
|
||||||
"membershipId": "{{ membershipId }}",
|
|
||||||
"membershipSince": "{{ membershipSince }}",
|
|
||||||
"email": "{{ email }}",
|
|
||||||
"phone": "{{ phone }}",
|
|
||||||
"website": "{{ website }}",
|
|
||||||
"evidence": "{{ evidence }}",
|
|
||||||
"certificationDate": "{{ certificationDate }}"
|
|
||||||
},
|
},
|
||||||
"credentialStatus": {
|
{
|
||||||
"id": "{{ credential_status_id}}",
|
"value": "Credencial de atestado de membresía de Federación de ONG",
|
||||||
"type": "RevocationBitmap2022",
|
"lang": "es"
|
||||||
"revocationBitmapIndex": "{{ id_credential }}"
|
|
||||||
},
|
|
||||||
"credentialSchema": {
|
|
||||||
"id": "https://idhub.pangea.org/vc_schemas/federation-membership.json",
|
|
||||||
"type": "FullJsonSchemaValidator2021"
|
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"description": [
|
||||||
|
{
|
||||||
|
"value": "Credential for NGOs that are members of a NGO federation",
|
||||||
|
"lang": "en"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "Credencial para ONG que son miembros de una federación de ONG",
|
||||||
|
"lang": "es"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "Credencial per a les ONG que són membres d'una federació d'ONG",
|
||||||
|
"lang": "ca_ES"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"credentialSubject": {
|
||||||
|
"id": "{{ subject_did }}",
|
||||||
|
"federation": "{{ federation }}",
|
||||||
|
"legalName": "{{ legalName }}",
|
||||||
|
"shortName": "{{ shortName }}",
|
||||||
|
"registrationIdentifier": "{{ registrationIdentifier }}",
|
||||||
|
"publicRegistry": "{{ publicRegistry }}",
|
||||||
|
"streetAddress": "{{ streetAddress }}",
|
||||||
|
"postCode": "{{ postCode }}",
|
||||||
|
"city": "{{ city }}",
|
||||||
|
"taxReference": "{{ taxReference }}",
|
||||||
|
"membershipType": "{{ membershipType }}",
|
||||||
|
"membershipStatus": "{{ membershipStatus }}",
|
||||||
|
"membershipId": "{{ membershipId }}",
|
||||||
|
"membershipSince": "{{ membershipSince }}",
|
||||||
|
"email": "{{ email }}",
|
||||||
|
"phone": "{{ phone }}",
|
||||||
|
"website": "{{ website }}",
|
||||||
|
"evidence": "{{ evidence }}",
|
||||||
|
"certificationDate": "{{ certificationDate }}"
|
||||||
|
},
|
||||||
|
"credentialStatus": {
|
||||||
|
"id": "{{ credential_status_id}}",
|
||||||
|
"type": "RevocationBitmap2022",
|
||||||
|
"revocationBitmapIndex": "{{ id_credential }}"
|
||||||
|
},
|
||||||
|
"credentialSchema": {
|
||||||
|
"id": "https://idhub.pangea.org/vc_schemas/federation-membership.json",
|
||||||
|
"type": "FullJsonSchemaValidator2021"
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"@context": [
|
"@context": [
|
||||||
"https://www.w3.org/2018/credentials/v1",
|
"https://www.w3.org/2018/credentials/v1",
|
||||||
"https://idhub.pangea.org/credentials/base/v1",
|
"https://idhub.pangea.org/context/base.jsonld",
|
||||||
"https://idhub.pangea.org/credentials/financial-vulnerability/v1"
|
"https://idhub.pangea.org/context/financial-vulnerability.jsonld"
|
||||||
],
|
],
|
||||||
"id": "{{ vc_id }}",
|
"id": "{{ vc_id }}",
|
||||||
"type": [
|
"type": [
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"@context": [
|
"@context": [
|
||||||
"https://www.w3.org/2018/credentials/v1",
|
"https://www.w3.org/2018/credentials/v1",
|
||||||
"https://idhub.pangea.org/credentials/base/v1",
|
"https://idhub.pangea.org/context/base.jsonld",
|
||||||
"https://idhub.pangea.org/credentials/membership-card/v1"
|
"https://idhub.pangea.org/context/membership-card.jsonld"
|
||||||
],
|
],
|
||||||
"type": [
|
"type": [
|
||||||
"VerifiableCredential",
|
"VerifiableCredential",
|
||||||
|
|
Loading…
Reference in New Issue