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

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

Open
marcverhagen opened this issue Nov 12, 2018 · 0 comments
Open

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

marcverhagen opened this issue Nov 12, 2018 · 0 comments
Assignees
Milestone

Comments

@marcverhagen
Copy link
Contributor

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.

@marcverhagen marcverhagen added this to the 1.2.0 milestone Nov 12, 2018
@marcverhagen marcverhagen changed the title Update specifications at http://wiki.lappsgrid.org/interchange/overview.html Update specifications at http://wiki.lappsgrid.org/ Nov 12, 2018
@marcverhagen marcverhagen self-assigned this Apr 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant