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

New Class - ProcessStepReport #238

Open
2 tasks
stansmith907 opened this issue Sep 20, 2019 · 0 comments · May be fixed by #324
Open
2 tasks

New Class - ProcessStepReport #238

stansmith907 opened this issue Sep 20, 2019 · 0 comments · May be fixed by #324
Labels
new feature Add new functionality not currently available

Comments

@stansmith907
Copy link
Contributor

Class Definition: processStepReport
"report of what occurred during the process step"

Rules:

  • optional

Element Definitions:

  • name: ( string ) "name of the processing report"
  • description: ( string ) "textual description of what occurred during the process step"
  • fileType: ( string ) "type of file that contains the processing report"

Rules:

  • name: required

mdJson:

{
   "processStepReport": {
      "name": "process step report name",
      "description": "process step report description",
      "fileType": "process step report file type"
   }
}
@hmaier-fws hmaier-fws added the new feature Add new functionality not currently available label Apr 22, 2024
@jwaspin jwaspin linked a pull request Apr 30, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature Add new functionality not currently available
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants