diff --git a/docs/openapi/components/schemas/credentials/TSCACertificationCredential.yml b/docs/openapi/components/schemas/credentials/TSCACertificationCredential.yml index cbc767091..9468e7001 100644 --- a/docs/openapi/components/schemas/credentials/TSCACertificationCredential.yml +++ b/docs/openapi/components/schemas/credentials/TSCACertificationCredential.yml @@ -96,15 +96,22 @@ example: |- "type": [ "TSCACertification" ], + "certificationType": "Positive", "certifierDetails": { - "type": ["Organization"], + "type": [ + "Organization" + ], "id": "did:key:z6MkjR12D3456sn2yBAyqj5gqckDjvyAbNSusehsxtkvknfa", "name": "Chemical Import Co", "description": "Specialist in importing and distributing chemical products", "location": { - "type": ["Place"], + "type": [ + "Place" + ], "address": { - "type": ["PostalAddress"], + "type": [ + "PostalAddress" + ], "streetAddress": "123 Industry Blvd", "addressLocality": "Chemtown", "addressRegion": "CA", @@ -115,5 +122,5 @@ example: |- "email": "contact@chemicalimportco.com", "phoneNumber": "+1-555-123-4567" } - } - } + } + } \ No newline at end of file