This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
en:infra-convert:dev:export:jsonv2 [2021/07/15 11:08] me |
en:infra-convert:dev:export:jsonv2 [2022/06/22 17:18] (current) me |
||
|---|---|---|---|
| Line 9: | Line 9: | ||
| <WRAP group> | <WRAP group> | ||
| <WRAP column 75%> | <WRAP column 75%> | ||
| - | ====== Quality test plan format JSONV2 ====== | + | ====== Test plan format JSONV2 ====== |
| ---- | ---- | ||
| Line 126: | Line 126: | ||
| "Version": "A", | "Version": "A", | ||
| "Description": "", | "Description": "", | ||
| + | "Attributes": [ | ||
| + | { | ||
| + | "Key": "Owner", | ||
| + | "Value": "" | ||
| + | } | ||
| + | ], | ||
| "Documents": [ | "Documents": [ | ||
| { | { | ||
| Line 153: | Line 159: | ||
| ^ Version | String | Version number of the test plan version | | ^ Version | String | Version number of the test plan version | | ||
| ^ Description | String | Description of the test plan version | | ^ Description | String | Description of the test plan version | | ||
| + | ^ Version | String | Version number of the test plan version | | ||
| + | ^ Description | String | Description of the test plan version | | ||
| + | ^ Attributes | Feld | Additional test plan attributes\\ \\ (Available from program version 2.10.0) | | ||
| ^ Documents | Field | Contains all drawing sheets of the test plan version | | ^ Documents | Field | Contains all drawing sheets of the test plan version | | ||
| ^ └ Id | String | GUID of the drawing sheet | | ^ └ Id | String | GUID of the drawing sheet | | ||
| Line 285: | Line 294: | ||
| ^ └ Y | String | Y-Coordinate of the stamp reference point in drawing units | | ^ └ Y | String | Y-Coordinate of the stamp reference point in drawing units | | ||
| ^ └ Z | String | Z-Coordinate of the stamp reference point in drawing units | | ^ └ Z | String | Z-Coordinate of the stamp reference point in drawing units | | ||
| - | ^ └ StampGraphicFiles | Field | Stamp graphics exported for this stamp, specified as a file path. All exports that have been run during a session are listed. For stamp graphics exported via start parameter call: The JSONV2 target definition must follow **after** the stamp graphic target definitions\\ \\ **Note** Available as from programme version 2.7.5 | | + | ^ └ StampGraphicFiles | Field | Stamp graphics exported for this stamp, specified as a file path. All exports that have been run during a session are chronologically listed (first export, second export, …). For stamp graphics exported via start parameter call: The JSONV2 target definition must follow **after** the stamp graphic target definitions\\ \\ **Note** Available as from programme version 2.7.5 | |
| </WRAP> | </WRAP> | ||
| Line 470: | Line 479: | ||
| <WRAP rightalign> | <WRAP rightalign> | ||
| **Go to previous page**\\ | **Go to previous page**\\ | ||
| - | Configuration and Import > [[en:infra-convert:dev:export:jsonv1|Quality test plan format JSONV1]] | + | Configuration and Import > [[en:infra-convert:dev:export:jsonv1|Test plan format JSONV1]] |
| </WRAP> | </WRAP> | ||
| **Go to next page**\\ | **Go to next page**\\ | ||
| - | Export > [[en:infra-convert:dev:export:dfd|Quality test plan format DFD (ASCII)]] | + | Export > [[en:infra-convert:dev:export:dfd|Test plan format DFD (ASCII)]] |
| </WRAP> | </WRAP> | ||