mdJson-schemas icon indicating copy to clipboard operation
mdJson-schemas copied to clipboard

New Class - Algorithm

Open stansmith907 opened this issue 5 years ago • 0 comments

Class Definition: algorithm "details of the methodology by which geographic information was derived from the instrument readings"

Rules:

  • [ ] optional

Element Definitions:

  • citation: { citation } "information identifying the algorithm and version or date"
  • description: ( string ) "information describing the algorithm used to generate the data"

Rules:

  • [ ] citation: required
  • [ ] description: required

mdJson:

{
   "algorithm": {
      "citation": { },
      "description": "algorithm description"
   }
}

stansmith907 avatar Sep 20 '19 23:09 stansmith907