Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Incomplete output of expanded services #2

Open
ridoo opened this issue Mar 29, 2017 · 0 comments
Open

Incomplete output of expanded services #2

ridoo opened this issue Mar 29, 2017 · 0 comments
Assignees

Comments

@ridoo
Copy link
Member

ridoo commented Mar 29, 2017

To create a valid expanded output of services, we need

  • to count available parameters, i.e. add an implementation of CountingMetadataService
  • add supported datasets incl. mimetypes

For example

[
  {
    "id": "1",
    "label": "My RESTful Dataset Service",
    "extras": [
      "license"
    ],
    "version": "2.0",
    "type": "Thin DB access layer service.",
    "supportedMimeTypes": {
      "count": [
        "application/json"
      ],
      "text": [
        "application/json"
      ],
      "measurement": [
        "image/png",
        "application/pdf",
        "application/json",
        "text/csv",
        "application/zip"
      ]
    },
    "supportsFirstLatest": true,
    "quantities": {
      "categories": 1,
      "features": 2,
      "offerings": 2,
      "phenomena": 1,
      "platforms": 2,
      "datasets": 4,
      "procedures": 2
    }
  }
]
@ridoo ridoo self-assigned this Mar 29, 2017
@ridoo ridoo changed the title Missing CountingMetadataService implementation Wrong output of expanded services Mar 29, 2017
@ridoo ridoo changed the title Wrong output of expanded services Incomplete output of expanded services Mar 29, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant