Skip to content

Commit

Permalink
fix: test suite v0.3.10 (#135)
Browse files Browse the repository at this point in the history
* refactor: delete unused code

* refactor: change data instance for schema in untp test suite

* refactor: update credential v0.3.10 example in untp test suite

* fix: change data path in credentials v0.3.10 in test untp

* docs: update readme in test untp structure

* refactor: delete credential config v 0.3.10 in untp test suite

* docs: update document in untp test suite

* docs: update document in untp test suite

* refactor: copy data schema to folder data schema in untp test suite
  • Loading branch information
ldhyen99 authored Nov 1, 2024
1 parent 962e099 commit d7f5230
Show file tree
Hide file tree
Showing 29 changed files with 1,412 additions and 6,595 deletions.
2 changes: 2 additions & 0 deletions packages/untp-test-suite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ The UNTP Test Suite is a tool that allows you to test your credentials against t
- `objectEvent`: Contains the schema files for the object event (An object event describes an action on specific product(s) such as an inspection).
- `transactionEvent`: Contains the schema files for the transaction event (A transaction event describes the exchange of product(s) between two actors such as sale of goods between seller and buyer).
- `transformationEvent`: Contains the schema files for the transformation event (A transformation event describes a manufacturing process that consumes input product(s) to create new output product(s)).
- `traceabilityEvents`: Contains the schema files for the traceability events. This schema defines a Digital Traceability Event as a Verifiable Credential (VC), enabling the tracking and documentation of events such as object, transactions, transformations, aggregations, and associations within a supply chain. It ensures standardized data exchange by encapsulating event details (e.g., time, location, and product identifiers) with context-driven semantics to support traceability and accountability.
- `digitalFacilityRecord`: Contains the schema files for the digital facility record. It holds performance and compliance information about a facility, such as sustainability metrics, standards, and regulatory conformity. It ensures structured data interoperability by referencing identifiers, classifications, and location details while supporting JSON-LD contexts for semantic meaning.

`templates`: Contains the templates for the log messages include timestamps, log levels, and descriptive messages regarding the test execution and outcomes.

Expand Down
40 changes: 0 additions & 40 deletions packages/untp-test-suite/credentials-v0.3.10.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": ["AggregationEvent", "Event"],
"id": "https://events.sample.com/b681df10-c682-454a-b11b-d0b9374c01bd",
"eventTime": "2024-09-01T12:00:00",
"action": "Add",
"action": "add",
"disposition": "https://ref.gs1.org/cbv/Disp-active",
"bizStep": "https://ref.gs1.org/cbv/BizStep-commissioning",
"bizLocation": "https://id.gs1.org/414/9520123456788",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": ["AssociationEvent", "Event"],
"id": "https://events.sample.com/b681df10-c682-454a-b11b-d0b9374c01bd",
"eventTime": "2024-09-01T12:00:00",
"action": "Add",
"action": "add",
"disposition": "https://ref.gs1.org/cbv/Disp-active",
"bizStep": "https://ref.gs1.org/cbv/BizStep-commissioning",
"bizLocation": "https://id.gs1.org/414/9520123456788",
Expand Down
Loading

0 comments on commit d7f5230

Please sign in to comment.