{
    "@context": [
		"https://www.w3.org/2018/credentials/v1",
      {
        "name": "https://schema.org/name",
        "email": "https://schema.org/email",
        "membershipType": "https://schema.org/memberOf",
        "individual": "https://schema.org/Person",
        "organization": "https://schema.org/Organization",
        "Member": "https://schema.org/Member",
        "startDate": "https://schema.org/startDate",
        "jsonSchema": "https://schema.org/jsonSchema",
        "street_address": "https://schema.org/streetAddress",
        "financial_vulnerability_score": "https://schema.org/financialVulnerabilityScore",
        "$ref": "https://schema.org/jsonSchemaRef"
      }
	],
    "id": "{{ vc_id }}",
    "type": ["VerifiableCredential", "FinancialSituationCredential"],
    "issuer": "{{ issuer_did }}",
    "issuanceDate": "{{ issuance_date }}",
    "credentialSubject": {
        "id": "{{ subject_did }}",
        "street_address": "{{ street_address }}",
        "financial_vulnerability_score": "{{ financial_vulnerability_score }}",
        "jsonSchema": {
          "$ref": "https://gitea.pangea.org/trustchain-oc1-orchestral/schemas/UNDEF.json"
        }
	}
}