Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

USDA permit to import credential #971

Merged
merged 32 commits into from
Sep 19, 2024
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
7836d86
usda permit to import credential
brentzundel Sep 12, 2024
5ffe203
feat: weblei credential
Sep 5, 2024
5af7c42
fix: bugs
Sep 5, 2024
b37a60c
feat: QWI credential
Sep 9, 2024
837af6c
fix: titles
Sep 9, 2024
c029786
Update docs/openapi/components/schemas/common/LEIAuthority.yml
nissimsan Sep 12, 2024
33172ea
Update docs/openapi/components/schemas/common/LEIAuthority.yml
nissimsan Sep 12, 2024
4c2a116
Update docs/openapi/components/schemas/credentials/QualifiedWebLeiIss…
nissimsan Sep 12, 2024
a2f9f22
Update docs/openapi/components/schemas/credentials/QualifiedWebLeiIss…
nissimsan Sep 12, 2024
bc2a007
Update docs/openapi/components/schemas/credentials/QualifiedWebLeiIss…
nissimsan Sep 12, 2024
3daee21
Update docs/openapi/components/schemas/credentials/WebLeiCredential.yml
nissimsan Sep 12, 2024
488cfbf
Update docs/openapi/components/schemas/credentials/WebLeiCredential.yml
nissimsan Sep 12, 2024
006f005
Update docs/openapi/components/schemas/credentials/WebLeiCredential.yml
nissimsan Sep 12, 2024
9ee8a10
Update docs/openapi/components/schemas/credentials/WebLeiCredential.yml
nissimsan Sep 12, 2024
8e69915
Update docs/openapi/components/schemas/credentials/WebLeiCredential.yml
nissimsan Sep 12, 2024
cd8272e
actually add schema
brentzundel Sep 13, 2024
b671a07
Merge branch 'w3c-ccg:main' into usda-permit2
brentzundel Sep 13, 2024
87171ad
test ci with minimal credential
brentzundel Sep 13, 2024
db8142c
add type to issuer
brentzundel Sep 13, 2024
0db1150
add missing comma
brentzundel Sep 13, 2024
045190f
add rest of schema
brentzundel Sep 13, 2024
8f09304
go back to good state
brentzundel Sep 13, 2024
b9274ed
try to add one more bit
brentzundel Sep 13, 2024
abc8c2a
try to add one more bit
brentzundel Sep 13, 2024
0ad64d6
try to add one more bit
brentzundel Sep 13, 2024
be21047
try to add one more bit
brentzundel Sep 13, 2024
463c7b9
try to add one more bit - shipment
brentzundel Sep 13, 2024
719fe62
try to add one more bit - shipment detail
brentzundel Sep 13, 2024
1a81b1d
try to add one more bit - intended use
brentzundel Sep 13, 2024
be22810
try to add one more bit - approval date
brentzundel Sep 13, 2024
4a983d6
try to add the rest
brentzundel Sep 13, 2024
90e9a87
Update docs/openapi/components/schemas/credentials/USDAPermitToImport…
brentzundel Sep 16, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,13 @@ properties:
$linkedData:
term: approvalDate
'@id': https://vocabulary.uncefact.org/issueDateTime
ppqHeadquarterOfficial:
title: PPQ Headquarter Official
description: The approving PPQ Headquarter Official
type: string
permitConditions:
title: Permit Conditions
type: string
additionalProperties: false
required:
- applicationNumber
Expand All @@ -115,6 +122,8 @@ properties:
- permittee
- intendedUse
- approvalDate
- ppqHeadquarterOfficial
- permitConditions
additionalProperties: false
required:
- '@context'
Expand Down Expand Up @@ -348,6 +357,8 @@ example: |-
}
},
"intendedUse": "fruits and vegetables",
"approvalDate": "2021-02-16"
"approvalDate": "2021-02-16",
"ppqHeadquarterOfficial": "APHIS eFile Automatic Issued Permit Regulated by 7 CFR 319.",
"permitConditions": "This permit authorizes the importation of the listed articles, under the conditions specified below. A copy of the first page of this permit must accompany all shipments authorized under this permit. For additional questions concerning this permit . . ."
brentzundel marked this conversation as resolved.
Show resolved Hide resolved
}
}