Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

As a developer, I want to know the dLDD version from the output JSON data #338

Closed
jordanpadams opened this issue Apr 21, 2021 · 0 comments · Fixed by #340
Closed

As a developer, I want to know the dLDD version from the output JSON data #338

jordanpadams opened this issue Apr 21, 2021 · 0 comments · Fixed by #340

Comments

@jordanpadams
Copy link
Member

Right now the current JSON only includes the PDS4 IM version, but it would be great if there could be an LDD Version included here as well:

Now:

  {
    "dataDictionary": {
      "Title": "PDS4 Data Dictionary" ,
      "Version": "1.15.0.0" ,
      "Date": "Tue Jan 12 00:56:39 UTC 2021" ,
      "Description": "This document is a dump of the contents of the PDS4 Data Dictionary" ,
      "classDictionary": [

Proposed:

  {
    "dataDictionary": {
      "Title": "PDS4 Data Dictionary" ,
      "IM Version": "1.15.0.0" ,
      "LDD Version": "1.1.0.0" ,
      "Date": "Tue Jan 12 00:56:39 UTC 2021" ,
      "Description": "This document is a dump of the contents of the PDS4 Data Dictionary" ,
      "classDictionary": [
jshughes added a commit that referenced this issue Apr 23, 2021
Add the LDD Version Identifier to the generated JSON file header.

Resolves #338
jshughes added a commit that referenced this issue Apr 23, 2021
…e. (#340)

Add the LDD Version Identifier to the generated JSON file header.

Resolves #338
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants