Skip to content

Commit

Permalink
try to add one more bit
Browse files Browse the repository at this point in the history
Signed-off-by: Brent Zundel <brent.zundel@gmail.com>
  • Loading branch information
brentzundel committed Sep 13, 2024
1 parent b9274ed commit abc8c2a
Showing 1 changed file with 19 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,18 @@ properties:
permitNumber:
title: Permit Number
type: string
applicant:
title: Applicant
description: Organization that applied for import.
$ref: ../common/Organization.yml
$linkedData:
term: applicant
'@id': https://vocabulary.uncefact.org/associatedParty
additionalProperties: false
required:
- applicationNumber
- permitNumber
- applicant
additionalProperties: false
required:
- '@context'
Expand Down Expand Up @@ -107,6 +115,16 @@ example: |-
"issuanceDate": "2022-11-01T10:58:45-04:00",
"credentialSubject": {
"applicationNumber": "A-0000XXXX",
"permitNumber": "5A-91-287-XXXXX"
"permitNumber": "5A-91-287-XXXXX",
"applicant": {
"type": [
"Organization"
],
"name": "Ace Foodstuffs",
"description": "Agricultural goods shipping & distribution",
"email": "Hipolito58@acefoodstuffs.org",
"phoneNumber": "+1-133-555-3764",
"faxNumber": "+1-592-555-3697"
}
}
}

0 comments on commit abc8c2a

Please sign in to comment.