lapps / vocabulary-pages

DSL files and templates used to generate the LAPPS WS-EV pages.
Apache License 2.0
0 stars 0 forks source link

Update specifications at http://wiki.lappsgrid.org/ #76

Open marcverhagen opened 5 years ago

marcverhagen commented 5 years ago

Listed here because it is related to changes made for 1.2.0 even though technically it is not a vocabulary issue.

With all the changes to the metadata of the view the specifications should be updated as well. This is the main thing that needs to be added:

"views" : [
   { "id": "v1,
      "metadata": { 
         "contains" : [...] }
    },
   { "id": "v2,
      "metadata": {
          "contains" : [
               "T1": {
                   "producer": ...,
                   "type": ...,
                   "dependsOn": [
                       { "view": "v1", "type": "http://vocab.lappsgrid.org/T2" }
                       { "view": "v1", "type": "http://vocab.lappsgrid.org/T3" } ]
               }
          }
      }
   }
]

Note that specifications are not versioned yet, you get a last updated that may actually be updated if you are lucky but nothing beyond that.