predis-h2020 / metadata

0 stars 0 forks source link

Picture fileserver #14

Open leonewashoe opened 1 year ago

leonewashoe commented 1 year ago

In the schemas, it's required to specify a link to picture(s) which show the reference frame of a body (or other info). Where does this link point to? Is there a fileserver in wich to upload pictures? Is Azure suitable for this function?

gdmiron commented 1 year ago

We can leave a placeholder for such a possibility inside "properties" like:

                "images": {
                    "description": "URLs to images that show the reference frame of the sensor.",
                    "type": "array",
                    "items": {
                        "type": "string",
                        "format": "uri"
                    }
leonewashoe commented 1 year ago

Yes, it could work. BTW, the issue was intended to be an open question we could rise in the next 7.5 meeting.