Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.
This repository has been 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

If you have two accessURLs, should you do this:

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

or

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions