Skip to content

Commit

Permalink
deploy: 372664a
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhraisha committed Aug 15, 2024
1 parent 3b9cc08 commit b101dc2
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 154 deletions.
34 changes: 0 additions & 34 deletions openapi/components/schemas/workflows/common-import-credentials.yml

This file was deleted.

49 changes: 0 additions & 49 deletions openapi/openapi.bundled.json
Original file line number Diff line number Diff line change
Expand Up @@ -937681,55 +937681,6 @@
}
}
},
"/schemas/workflows/common-import-credentials.yml": {
"get": {
"tags": [
"workflows"
],
"responses": {
"200": {
"description": "successfully issued common-import-credentials schema.",
"content": {
"application/yml": {
"schema": {
"id": "https://w3id.org/traceability/#common-import-credentials",
"title": "Common Import Credentials",
"description": "Common credentials for an importation workflow.",
"tags": [
"Steel",
"Agriculture",
"Ecommerce"
],
"credentials": [
{
"id": "https://w3id.org/traceability/#CommercialInvoiceCredential",
"name": "Commercial Invoice Credential"
},
{
"id": "https://w3id.org/traceability/#CTPATCertificate",
"name": "CTPAT Certificate"
},
{
"id": "https://w3id.org/traceability/#IntentToImportCredential",
"name": "Intent To Import Credential"
},
{
"id": "https://w3id.org/traceability/#MultiModalBillOfLadingCredential",
"name": "Multimodal Bill Of Lading Credential"
},
{
"id": "https://w3id.org/traceability/#PurchaseOrderCredential",
"name": "Purchase Order Credential"
}
],
"mermaid": "sequenceDiagram\n title: Common Import Credentials\n participant A as Importer\n participant B as Customs Broker\n participant C as TraceAPI\n participant D as CBP\n A->>C: IntentToImport\n C->>C: Verification\n C->>D: Authorized Data\n A->>C: CommercialInvoice\n A->>C: PurchaseOrder\n B->>C: MultiModalBillOfLading\n A->>C: CTPAT (Verify)\n C->>D: Authorized Data"
}
}
}
}
}
}
},
"/schemas/workflows/intent-to-import.yml": {
"get": {
"tags": [
Expand Down
13 changes: 0 additions & 13 deletions openapi/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3492,19 +3492,6 @@ paths:
$ref: './components/schemas/workflows/cbp-steel-tech-demo-2023.yml'


/schemas/workflows/common-import-credentials.yml:
get:
tags:
- workflows
responses:
'200':
description: 'successfully issued common-import-credentials schema.'
content:
application/yml:
schema:
$ref: './components/schemas/workflows/common-import-credentials.yml'


/schemas/workflows/intent-to-import.yml:
get:
tags:
Expand Down
57 changes: 0 additions & 57 deletions sections/workflows.html
Original file line number Diff line number Diff line change
Expand Up @@ -372,63 +372,6 @@ <h3>CBP Steel Tech Demo 2023</h3>
C->>F: present Multimodal Bill Of Lading Credential</pre>


<h3>Common Import Credentials</h3>
<pre class='mermaid'>sequenceDiagram
title: Common Import Credentials
participant A as Importer
participant B as Customs Broker
participant C as TraceAPI
participant D as CBP
A->>C: IntentToImport
C->>C: Verification
C->>D: Authorized Data
A->>C: CommercialInvoice
A->>C: PurchaseOrder
B->>C: MultiModalBillOfLading
A->>C: CTPAT (Verify)
C->>D: Authorized Data</pre>
<p>Common credentials for an importation workflow.</p>
<b>Credentials Used:</b>
<ol>
<li><a href="https://w3id.org/traceability/#CommercialInvoiceCredential">Commercial Invoice Credential</a></li><li><a href="https://w3id.org/traceability/#CTPATCertificate">CTPAT Certificate</a></li><li><a href="https://w3id.org/traceability/#IntentToImportCredential">Intent To Import Credential</a></li><li><a href="https://w3id.org/traceability/#MultiModalBillOfLadingCredential">Multimodal Bill Of Lading Credential</a></li><li><a href="https://w3id.org/traceability/#PurchaseOrderCredential">Purchase Order Credential</a></li>
</ol>
<pre class='example yml'>id: https://w3id.org/traceability/#common-import-credentials
title: Common Import Credentials
description: >-
Common credentials for an importation workflow.
tags:
- Steel
- Agriculture
- Ecommerce
credentials:
- id: https://w3id.org/traceability/#CommercialInvoiceCredential
name: Commercial Invoice Credential
- id: https://w3id.org/traceability/#CTPATCertificate
name: CTPAT Certificate
- id: https://w3id.org/traceability/#IntentToImportCredential
name: Intent To Import Credential
- id: https://w3id.org/traceability/#MultiModalBillOfLadingCredential
name: Multimodal Bill Of Lading Credential
- id: https://w3id.org/traceability/#PurchaseOrderCredential
name: Purchase Order Credential
mermaid: >-
sequenceDiagram
title: Common Import Credentials
participant A as Importer
participant B as Customs Broker
participant C as TraceAPI
participant D as CBP
A->>C: IntentToImport
C->>C: Verification
C->>D: Authorized Data
A->>C: CommercialInvoice
A->>C: PurchaseOrder
B->>C: MultiModalBillOfLading
A->>C: CTPAT (Verify)
C->>D: Authorized Data
</pre>


<h3>Intention to Import Workflow</h3>
<pre class='mermaid'>sequenceDiagram
participant A as Importer of Record
Expand Down
2 changes: 1 addition & 1 deletion testsuite/jest-html-reporters-attach/result.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b101dc2

Please sign in to comment.