diff --git a/openapi/components/schemas/credentials/MultiModalBillOfLadingCredential.yml b/openapi/components/schemas/credentials/MultiModalBillOfLadingCredential.yml index b50ec18dd..772bcd23e 100644 --- a/openapi/components/schemas/credentials/MultiModalBillOfLadingCredential.yml +++ b/openapi/components/schemas/credentials/MultiModalBillOfLadingCredential.yml @@ -65,6 +65,13 @@ properties: type: string enum: - Organization + logo: + title: Logo of Issuing Organization + type: string + format: uri + maxLength: 512000 + description: URI to a remote logo file, or a `data:` scheme URI of an encoded logo + id: title: Identifier description: Carrier identifier. @@ -1022,17 +1029,17 @@ properties: description: The weight of an empty container (gross container weight). type: number tareWeightUnit: - title: Weight Unit + title: Tare Weight Unit description: The unit of measure which can be expressed in imperial or metric terms - type: number + type: string cargoGrossWeight: - title: Tare Weight + title: Gross Weight description: The weight of an empty container (gross container weight). type: number cargoGrossWeightUnit: - title: Weight Unit + title: Gross Weight Unit description: The unit of measure which can be expressed in imperial or metric terms - type: number + type: string seals: title: Seals description: >- @@ -1071,7 +1078,7 @@ properties: - VET - CUS sealType: - title: Tare Weight + title: Seal Type description: >- The type of seal. This attribute links to the Seal Type ID defined in the Seal Type reference data entity. KLP (Keyless padlock), BLT (Bolt), WIR @@ -1361,29 +1368,6 @@ example: |- } } }, - "notifyParty": [ - { - "type": [ - "Organization" - ], - "name": "Prosumer Coffee Supplies, Ltd.", - "location": { - "type": [ - "Place" - ], - "address": { - "type": [ - "PostalAddress" - ], - "streetAddress": "3934 Spinnaker Lane", - "addressLocality": "Joliet", - "addressRegion": "Illinois", - "postalCode": "60432", - "addressCountry": "US" - } - } - } - ], "mainCarriageTransportMovement": { "type": [ "Transport" diff --git a/openapi/openapi.bundled.json b/openapi/openapi.bundled.json index 7a5f2b448..4e58d2a50 100644 --- a/openapi/openapi.bundled.json +++ b/openapi/openapi.bundled.json @@ -794345,6 +794345,13 @@ ] } }, + "logo": { + "title": "Logo of Issuing Organization", + "type": "string", + "format": "uri", + "maxLength": 512000, + "description": "URI to a remote logo file, or a `data:` scheme URI of an encoded logo" + }, "id": { "title": "Identifier", "description": "Carrier identifier.", @@ -795572,19 +795579,19 @@ "type": "number" }, "tareWeightUnit": { - "title": "Weight Unit", + "title": "Tare Weight Unit", "description": "The unit of measure which can be expressed in imperial or metric terms", - "type": "number" + "type": "string" }, "cargoGrossWeight": { - "title": "Tare Weight", + "title": "Gross Weight", "description": "The weight of an empty container (gross container weight).", "type": "number" }, "cargoGrossWeightUnit": { - "title": "Weight Unit", + "title": "Gross Weight Unit", "description": "The unit of measure which can be expressed in imperial or metric terms", - "type": "number" + "type": "string" }, "seals": { "title": "Seals", @@ -795626,7 +795633,7 @@ ] }, "sealType": { - "title": "Tare Weight", + "title": "Seal Type", "description": "The type of seal. This attribute links to the Seal Type ID defined in the Seal Type reference data entity. KLP (Keyless padlock), BLT (Bolt), WIR (Wire)", "enum": [ "KLP", @@ -795883,7 +795890,7 @@ "issuer", "credentialSubject" ], - "example": "{\n \"@context\": [\n \"https://www.w3.org/2018/credentials/v1\",\n \"https://w3id.org/traceability/v1\"\n ],\n \"id\": \"did:key:z6MkmbqKc6KncFZUbVJwUppttTkiMAtnVJ5wzC5oVBWci3pc\",\n \"type\": [\n \"VerifiableCredential\",\n \"MultiModalBillOfLadingCredential\"\n ],\n \"issuanceDate\": \"2022-03-04T13:40:00Z\",\n \"issuer\": {\n \"type\": [\n \"Organization\"\n ],\n \"id\": \"did:key:z6MktHQo3fRRohk44dsbE76CuiTpBmyMWq2VVjvV6aBSeE3U\",\n \"name\": \"MULTI CONTAINER LINE\",\n \"scac\": \"MCLI\",\n \"location\": {\n \"type\": [\n \"Place\"\n ],\n \"address\": {\n \"type\": [\n \"PostalAddress\"\n ],\n \"name\": \"MCL Multi Container Line LTD.\",\n \"streetAddress\": \"Rm. 3501, 35/F Manhatten Place, 23 Wang Tai Road\",\n \"addressLocality\": \"Kowloon Bay\",\n \"addressRegion\": \"Hong Kong\",\n \"addressCountry\": \"HK\"\n }\n }\n },\n \"credentialSubject\": {\n \"type\": [\n \"MultiModalBillOfLading\"\n ],\n \"billOfLadingNumber\": \"EX600822199A\",\n \"bookingNumber\": [\n \"EX600822199\"\n ],\n \"shipper\": {\n \"type\": [\n \"Organization\"\n ],\n \"name\": \"Espresso Italiano Co.\",\n \"location\": {\n \"type\": [\n \"Place\"\n ],\n \"address\": {\n \"type\": [\n \"PostalAddress\"\n ],\n \"streetAddress\": \"Via Vico Ferrovia 5\",\n \"addressLocality\": \"Goro\",\n \"addressRegion\": \"Ferrara\",\n \"postalCode\": \"44020\",\n \"addressCountry\": \"IT\"\n }\n },\n \"email\": \"sales@espresso-italiano.example.com\",\n \"phoneNumber\": \"+39 5555 5252682\"\n },\n \"consignee\": {\n \"type\": [\n \"Organization\"\n ],\n \"name\": \"Prosumer Coffee Supplies, Ltd.\",\n \"location\": {\n \"type\": [\n \"Place\"\n ],\n \"address\": {\n \"type\": [\n \"PostalAddress\"\n ],\n \"streetAddress\": \"3934 Spinnaker Lane\",\n \"addressLocality\": \"Joliet\",\n \"addressRegion\": \"Illinois\",\n \"postalCode\": \"60432\",\n \"addressCountry\": \"US\"\n }\n }\n },\n \"notifyParty\": [\n {\n \"type\": [\n \"Organization\"\n ],\n \"name\": \"Prosumer Coffee Supplies, Ltd.\",\n \"location\": {\n \"type\": [\n \"Place\"\n ],\n \"address\": {\n \"type\": [\n \"PostalAddress\"\n ],\n \"streetAddress\": \"3934 Spinnaker Lane\",\n \"addressLocality\": \"Joliet\",\n \"addressRegion\": \"Illinois\",\n \"postalCode\": \"60432\",\n \"addressCountry\": \"US\"\n }\n }\n }\n ],\n \"mainCarriageTransportMovement\": {\n \"type\": [\n \"Transport\"\n ],\n \"vesselNumber\": \"MS Seven Seas\",\n \"voyageNumber\": \"Atl-W0425\"\n },\n \"portOfLoading\": {\n \"type\": [\n \"Place\"\n ],\n \"unLocode\": \"ITMIL\"\n },\n \"portOfDischarge\": {\n \"type\": [\n \"Place\"\n ],\n \"unLocode\": \"USLGB\"\n },\n \"totalNumberOfPackages\": 2200,\n \"transportEquipmentQuantity\": 2,\n \"utilizedTransportEquipment\": [\n {\n \"type\": [\n \"TransportEquipment\"\n ],\n \"equipmentReference\": \"APZU4812090\",\n \"ISOEquipmentCode\": \"40GP\",\n \"seals\": [\n {\n \"type\": [\n \"Seal\"\n ],\n \"sealNumber\": \"PTW-002290109692\"\n }\n ]\n },\n {\n \"type\": [\n \"TransportEquipment\"\n ],\n \"equipmentReference\": \"APZU5985096\",\n \"ISOEquipmentCode\": \"40GP\",\n \"seals\": [\n {\n \"type\": [\n \"Seal\"\n ],\n \"sealNumber\": \"PTW-002255398220\"\n }\n ]\n }\n ],\n \"particulars\": [\n {\n \"type\": [\n \"ConsignmentItem\"\n ],\n \"marksAndNumbers\": \"Espresso Italiano\",\n \"commodity\": {\n \"type\": [\n \"Commodity\"\n ],\n \"commodityCode\": \"8516.71\",\n \"commodityCodeType\": \"HS\"\n },\n \"packageQuantity\": 2200,\n \"netWeight\": {\n \"type\": [\n \"QuantitativeValue\"\n ],\n \"unitCode\": \"kg\",\n \"value\": \"14600\"\n },\n \"grossWeight\": {\n \"type\": [\n \"QuantitativeValue\"\n ],\n \"unitCode\": \"kg\",\n \"value\": \"15960\"\n },\n \"grossVolume\": {\n \"type\": [\n \"QuantitativeValue\"\n ],\n \"value\": \"856\",\n \"unitCode\": \"cmb\"\n }\n }\n ],\n \"freightAndCharges\": [\n {\n \"type\": [\n \"ServiceCharge\"\n ],\n \"chargeCode\": \"basicFreight\",\n \"paymentTerm\": \"collect\",\n \"chargeText\": \"Negotiated ocean freight\",\n \"rate\": {\n \"type\": [\n \"PriceSpecification\"\n ],\n \"price\": 2250,\n \"priceCurrency\": \"USD\"\n },\n \"calculationBasis\": \"Per container\",\n \"appliedAmount\": {\n \"type\": [\n \"PriceSpecification\"\n ],\n \"price\": 4500,\n \"priceCurrency\": \"USD\"\n }\n }\n ],\n \"declaredValue\": {\n \"type\": [\n \"PriceSpecification\"\n ],\n \"price\": 240000,\n \"priceCurrency\": \"USD\"\n },\n \"shippedOnBoardDate\": \"2022-02-02T09:30:00Z\",\n \"termsAndConditions\": \"https://terms-of-shipment.carrier.example.com\"\n }\n}" + "example": "{\n \"@context\": [\n \"https://www.w3.org/2018/credentials/v1\",\n \"https://w3id.org/traceability/v1\"\n ],\n \"id\": \"did:key:z6MkmbqKc6KncFZUbVJwUppttTkiMAtnVJ5wzC5oVBWci3pc\",\n \"type\": [\n \"VerifiableCredential\",\n \"MultiModalBillOfLadingCredential\"\n ],\n \"issuanceDate\": \"2022-03-04T13:40:00Z\",\n \"issuer\": {\n \"type\": [\n \"Organization\"\n ],\n \"id\": \"did:key:z6MktHQo3fRRohk44dsbE76CuiTpBmyMWq2VVjvV6aBSeE3U\",\n \"name\": \"MULTI CONTAINER LINE\",\n \"scac\": \"MCLI\",\n \"location\": {\n \"type\": [\n \"Place\"\n ],\n \"address\": {\n \"type\": [\n \"PostalAddress\"\n ],\n \"name\": \"MCL Multi Container Line LTD.\",\n \"streetAddress\": \"Rm. 3501, 35/F Manhatten Place, 23 Wang Tai Road\",\n \"addressLocality\": \"Kowloon Bay\",\n \"addressRegion\": \"Hong Kong\",\n \"addressCountry\": \"HK\"\n }\n }\n },\n \"credentialSubject\": {\n \"type\": [\n \"MultiModalBillOfLading\"\n ],\n \"billOfLadingNumber\": \"EX600822199A\",\n \"bookingNumber\": [\n \"EX600822199\"\n ],\n \"shipper\": {\n \"type\": [\n \"Organization\"\n ],\n \"name\": \"Espresso Italiano Co.\",\n \"location\": {\n \"type\": [\n \"Place\"\n ],\n \"address\": {\n \"type\": [\n \"PostalAddress\"\n ],\n \"streetAddress\": \"Via Vico Ferrovia 5\",\n \"addressLocality\": \"Goro\",\n \"addressRegion\": \"Ferrara\",\n \"postalCode\": \"44020\",\n \"addressCountry\": \"IT\"\n }\n },\n \"email\": \"sales@espresso-italiano.example.com\",\n \"phoneNumber\": \"+39 5555 5252682\"\n },\n \"consignee\": {\n \"type\": [\n \"Organization\"\n ],\n \"name\": \"Prosumer Coffee Supplies, Ltd.\",\n \"location\": {\n \"type\": [\n \"Place\"\n ],\n \"address\": {\n \"type\": [\n \"PostalAddress\"\n ],\n \"streetAddress\": \"3934 Spinnaker Lane\",\n \"addressLocality\": \"Joliet\",\n \"addressRegion\": \"Illinois\",\n \"postalCode\": \"60432\",\n \"addressCountry\": \"US\"\n }\n }\n },\n \"mainCarriageTransportMovement\": {\n \"type\": [\n \"Transport\"\n ],\n \"vesselNumber\": \"MS Seven Seas\",\n \"voyageNumber\": \"Atl-W0425\"\n },\n \"portOfLoading\": {\n \"type\": [\n \"Place\"\n ],\n \"unLocode\": \"ITMIL\"\n },\n \"portOfDischarge\": {\n \"type\": [\n \"Place\"\n ],\n \"unLocode\": \"USLGB\"\n },\n \"totalNumberOfPackages\": 2200,\n \"transportEquipmentQuantity\": 2,\n \"utilizedTransportEquipment\": [\n {\n \"type\": [\n \"TransportEquipment\"\n ],\n \"equipmentReference\": \"APZU4812090\",\n \"ISOEquipmentCode\": \"40GP\",\n \"seals\": [\n {\n \"type\": [\n \"Seal\"\n ],\n \"sealNumber\": \"PTW-002290109692\"\n }\n ]\n },\n {\n \"type\": [\n \"TransportEquipment\"\n ],\n \"equipmentReference\": \"APZU5985096\",\n \"ISOEquipmentCode\": \"40GP\",\n \"seals\": [\n {\n \"type\": [\n \"Seal\"\n ],\n \"sealNumber\": \"PTW-002255398220\"\n }\n ]\n }\n ],\n \"particulars\": [\n {\n \"type\": [\n \"ConsignmentItem\"\n ],\n \"marksAndNumbers\": \"Espresso Italiano\",\n \"commodity\": {\n \"type\": [\n \"Commodity\"\n ],\n \"commodityCode\": \"8516.71\",\n \"commodityCodeType\": \"HS\"\n },\n \"packageQuantity\": 2200,\n \"netWeight\": {\n \"type\": [\n \"QuantitativeValue\"\n ],\n \"unitCode\": \"kg\",\n \"value\": \"14600\"\n },\n \"grossWeight\": {\n \"type\": [\n \"QuantitativeValue\"\n ],\n \"unitCode\": \"kg\",\n \"value\": \"15960\"\n },\n \"grossVolume\": {\n \"type\": [\n \"QuantitativeValue\"\n ],\n \"value\": \"856\",\n \"unitCode\": \"cmb\"\n }\n }\n ],\n \"freightAndCharges\": [\n {\n \"type\": [\n \"ServiceCharge\"\n ],\n \"chargeCode\": \"basicFreight\",\n \"paymentTerm\": \"collect\",\n \"chargeText\": \"Negotiated ocean freight\",\n \"rate\": {\n \"type\": [\n \"PriceSpecification\"\n ],\n \"price\": 2250,\n \"priceCurrency\": \"USD\"\n },\n \"calculationBasis\": \"Per container\",\n \"appliedAmount\": {\n \"type\": [\n \"PriceSpecification\"\n ],\n \"price\": 4500,\n \"priceCurrency\": \"USD\"\n }\n }\n ],\n \"declaredValue\": {\n \"type\": [\n \"PriceSpecification\"\n ],\n \"price\": 240000,\n \"priceCurrency\": \"USD\"\n },\n \"shippedOnBoardDate\": \"2022-02-02T09:30:00Z\",\n \"termsAndConditions\": \"https://terms-of-shipment.carrier.example.com\"\n }\n}" } } } diff --git a/sections/credentials.html b/sections/credentials.html index 3b8a94606..caa23c5af 100644 --- a/sections/credentials.html +++ b/sections/credentials.html @@ -7970,29 +7970,6 @@