Skip to content

Commit

Permalink
fix up creds
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 56476f6 commit 113461a
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,9 @@ example: |-
"credentialSubject": {
"agActivities": [
{
"type": ["AgricultureActivity"],
"type": [
"AgricultureActivity"
],
"farm": {
"type": [
"Person"
Expand Down Expand Up @@ -277,4 +279,4 @@ example: |-
}
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@ example: |-
"issuanceDate": "2022-01-13T09:16:46Z",
"expirationDate": "2122-01-13T09:16:46Z",
"credentialSubject": {
"type": ["Phytosanitary"],
"type": [
"Phytosanitary"
],
"facility": {
"type": [
"Place"
Expand Down Expand Up @@ -155,12 +157,16 @@ example: |-
},
"qualification": [
{
"type": ["Qualification"],
"type": [
"Qualification"
],
"qualificationCategory": "International Markets Consultant",
"qualificationValue": "Planner"
},
{
"type": ["Qualification"],
"type": [
"Qualification"
],
"qualificationCategory": "Central Operations Developer",
"qualificationValue": "Developer"
}
Expand Down Expand Up @@ -264,14 +270,18 @@ example: |-
}
],
"shipper": {
"type": ["Organization"],
"type": [
"Organization"
],
"name": "Green Fields",
"description": "Growing & packaging for high quality produce",
"email": "sales@greenfields.org",
"phoneNumber": "+1-420-555-6663"
},
"purchaser": {
"type": ["Organization"],
"type": [
"Organization"
],
"name": "Ace Foodstuffs",
"description": "Agricultural goods shipping & distribution",
"email": "Hipolito58@acefoodstuffs.org",
Expand All @@ -286,13 +296,17 @@ example: |-
"phoneNumber": "+1-885-555-8926"
},
"broker": {
"type": ["Organization"],
"type": [
"Organization"
],
"name": "Koch LLC",
"leiCode": "54321351219389121979"
}
},
"applicant": {
"type": ["Organization"],
"type": [
"Organization"
],
"name": "Example Application Organization",
"email": "Talia.Abbott@example.net",
"phoneNumber": "+1-812-555-8615"
Expand Down Expand Up @@ -343,7 +357,9 @@ example: |-
],
"certificateNumber": "330893782475",
"plantOrg": {
"type": ["Organization"],
"type": [
"Organization"
],
"name": "APHIS",
"description": "Animal and Plant Health Inspection Service",
"email": "Irwin_OConnell83@aphis.usda.gov",
Expand All @@ -352,9 +368,13 @@ example: |-
},
"distinguishingMarks": "Enim repudiandae excepturi rem.",
"portOfEntry": {
"type": ["Place"],
"type": [
"Place"
],
"address": {
"type": ["PostalAddress"],
"type": [
"PostalAddress"
],
"addressLocality": "Mariannaton",
"addressRegion": "Utah"
}
Expand All @@ -365,15 +385,19 @@ example: |-
"disinfectionChemical": "Methyl Bromide",
"disinfectionDuration": "79 minutes",
"disinfectionTemperature": {
"type": ["MeasuredValue"],
"type": [
"MeasuredValue"
],
"value": "2",
"unitCode": "Celsius"
},
"disinfectionConcentration": {
"type": ["MeasuredValue"],
"type": [
"MeasuredValue"
],
"value": "21",
"unitCode": "Percent"
},
"signatureDate": "2021-03-12"
}
}
}

0 comments on commit 113461a

Please sign in to comment.