Thanks to visit codestin.com
Credit goes to github.com

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

Description

@JoshData

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

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions