Created
December 9, 2025 20:36
-
-
Save 9Dave9/10ef98d0561c4aad9e3a7c3528ef2018 to your computer and use it in GitHub Desktop.
Edition response
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "items": [ | |
| { | |
| "edition": "dummy_edition_1", | |
| "id": "dummy_id_1", | |
| "links": { | |
| "dataset": { | |
| "href": "https://example.com/dummy/dataset", | |
| "id": "dummy_dataset" | |
| }, | |
| "latest_version": { | |
| "href": "https://example.com/dummy/dataset/edition1/version1", | |
| "id": "dummy_version_1" | |
| }, | |
| "self": { | |
| "href": "https://example.com/dummy/dataset/edition1" | |
| }, | |
| "versions": { | |
| "href": "https://example.com/dummy/dataset/edition1/versions" | |
| } | |
| }, | |
| "state": "dummy_state" | |
| }, | |
| { | |
| "edition": "dummy_edition_2", | |
| "id": "dummy_id_2", | |
| "links": { | |
| "dataset": { | |
| "href": "https://example.com/dummy/dataset", | |
| "id": "dummy_dataset" | |
| }, | |
| "latest_version": { | |
| "href": "https://example.com/dummy/dataset/edition2/version1", | |
| "id": "dummy_version_2" | |
| }, | |
| "self": { | |
| "href": "https://example.com/dummy/dataset/edition2" | |
| }, | |
| "versions": { | |
| "href": "https://example.com/dummy/dataset/edition2/versions" | |
| } | |
| }, | |
| "state": "dummy_state" | |
| }, | |
| { | |
| "edition": "dummy_edition_3", | |
| "id": "dummy_id_3", | |
| "links": { | |
| "dataset": { | |
| "href": "https://example.com/dummy/dataset", | |
| "id": "dummy_dataset" | |
| }, | |
| "latest_version": { | |
| "href": "https://example.com/dummy/dataset/edition3/version1", | |
| "id": "dummy_version_3" | |
| }, | |
| "self": { | |
| "href": "https://example.com/dummy/dataset/edition3" | |
| }, | |
| "versions": { | |
| "href": "https://example.com/dummy/dataset/edition3/versions" | |
| } | |
| }, | |
| "state": "dummy_state" | |
| } | |
| ], | |
| "count": 3, | |
| "offset": 0, | |
| "limit": 50, | |
| "total_count": 3 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment