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

Deprecate or clarify use of accessURL/format outside of the distribution array #217

Closed
@JoshData

Description

@JoshData

If you have two accessURLs, should you do this:

{
   "accessURL": "url1",
   "distributions": [
     { "accessURL": "url2" }
   ]
}

or

{
   "accessURL": "url1",
   "distributions": [
     { "accessURL": "url1" },
     { "accessURL": "url2" }
   ]
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions