{
  "@context": "https://unvtd.unece.org/certificate-of-origin-context.json",
  "type": [
    "VerifiableCredential",
    "CertificateOfOrigin"
  ],
  "credentialSchema": {
    "id": "https://unvtd.unece.org/certificate-of-origin-schema.yaml",
    "type": "JsonSchema"
  },
  "id": "urn:uuid:coo-2025-au-001234",
  "validFrom": "2025-03-08T10:00:00Z",
  "validTo": "2026-03-08T10:00:00Z",
  "issuer": "did:web:chamberofcommerce.example.com",
  "credentialSubject": {
    "certificateNumber": "COO-2025-AU-001234",
    "issueDate": "2025-03-08T00:00:00Z",
    "exporter": {
      "type": "Exporter",
      "id": "did:web:surfpro.example.com",
      "name": "SurfPro Manufacturing Inc.",
      "street": "150 Industrial Drive",
      "city": "Gold Coast",
      "state": "QLD",
      "zip": 4217,
      "country": "AU"
    },
    "importer": {
      "type": "Importer",
      "id": "did:web:waveridersupplies.example.com",
      "name": "Wave Rider Supplies, Inc",
      "street": "210 Ocean Road",
      "city": "Williamsburg",
      "state": "NSW",
      "zip": 75002,
      "country": "AU"
    },
    "consignee": {
      "type": "Consignee",
      "id": "did:web:waveridersupplies.example.com",
      "name": "Wave Rider Supplies, Inc",
      "street": "210 Ocean Road",
      "city": "Williamsburg",
      "state": "NSW",
      "zip": 75002,
      "country": "AU"
    },
    "seller": {
      "type": "Seller",
      "id": "did:web:surfpro.example.com",
      "name": "SurfPro Manufacturing Inc.",
      "street": "150 Industrial Drive",
      "city": "Gold Coast",
      "state": "QLD",
      "zip": 4217,
      "country": "AU"
    },
    "placeOfIssue": {
      "city": "Barton",
      "state": "ACT",
      "country": "AU"
    },
    "originCountry": {
      "country": "AU",
      "name": "Australia"
    },
    "exportationCountry": {
      "country": "AU",
      "name": "Australia"
    },
    "destinationCountry": {
      "country": "AU",
      "name": "Australia"
    },
    "originalLoadingLocation": {
      "name": "Port of Gold Coast",
      "city": "Gold Coast",
      "state": "QLD",
      "country": "AU",
      "unlocode": "https://service.unece.org/trade/locode/au.htm#AUGOL"
    },
    "baseportUnloadingLocation": {
      "name": "Port of Sydney",
      "city": "Sydney",
      "state": "NSW",
      "country": "AU",
      "unlocode": "https://service.unece.org/trade/locode/au.htm#AUSYD"
    },
    "transportContractNumber": "BKG123456789",
    "invoiceNumber": "INV-2025-031-001",
    "contractNumber": "CTR-2025-SURF-001",
    "issuingAuthority": {
      "name": "Australian Chamber of Commerce and Industry",
      "street": "24 Brisbane Avenue",
      "city": "Barton",
      "state": "ACT",
      "country": "AU"
    },
    "competentAuthority": {
      "name": "Department of Foreign Affairs and Trade",
      "country": "AU"
    },
    "numberOfPackages": 18,
    "certification": "The undersigned hereby certifies, to the best of our knowledge and belief, that the goods listed in this certificate originate in Australia",
    "authentication": "Certified and stamped by the Australian Chamber of Commerce and Industry",
    "goods": [
      {
        "description": "Professional Longboard - Ocean Series, 9'6\" length",
        "hsCode": "950630",
        "quantity": {
          "type": "Quantity",
          "amount": 25,
          "unit": "Units"
        },
        "netWeight": {
          "type": "Quantity",
          "amount": 187.5,
          "unit": "KGS"
        },
        "grossWeight": {
          "type": "Quantity",
          "amount": 200.0,
          "unit": "KGS"
        },
        "value": {
          "type": "MonetaryAmount",
          "amount": 18750.0,
          "currency": "USD"
        },
        "countryOfOrigin": "AU"
      },
      {
        "description": "Performance Shortboard - Pro Series, 6'2\" length",
        "hsCode": "950630",
        "quantity": {
          "type": "Quantity",
          "amount": 50,
          "unit": "Units"
        },
        "netWeight": {
          "type": "Quantity",
          "amount": 150.0,
          "unit": "KGS"
        },
        "grossWeight": {
          "type": "Quantity",
          "amount": 165.0,
          "unit": "KGS"
        },
        "value": {
          "type": "MonetaryAmount",
          "amount": 32500.0,
          "currency": "USD"
        },
        "countryOfOrigin": "AU"
      },
      {
        "description": "Surfboard Fin Set - Thruster",
        "hsCode": "950630",
        "quantity": {
          "type": "Quantity",
          "amount": 100,
          "unit": "Units"
        },
        "netWeight": {
          "type": "Quantity",
          "amount": 25.0,
          "unit": "KGS"
        },
        "grossWeight": {
          "type": "Quantity",
          "amount": 30.0,
          "unit": "KGS"
        },
        "value": {
          "type": "MonetaryAmount",
          "amount": 8500.0,
          "currency": "USD"
        },
        "countryOfOrigin": "AU"
      },
      {
        "description": "Premium Wetsuit - 3/2mm",
        "hsCode": "621220",
        "quantity": {
          "type": "Quantity",
          "amount": 75,
          "unit": "Units"
        },
        "netWeight": {
          "type": "Quantity",
          "amount": 112.5,
          "unit": "KGS"
        },
        "grossWeight": {
          "type": "Quantity",
          "amount": 125.0,
          "unit": "KGS"
        },
        "value": {
          "type": "MonetaryAmount",
          "amount": 13500.0,
          "currency": "USD"
        },
        "countryOfOrigin": "AU"
      }
    ]
  }
}
