Data Sample

All personal/company information mentioned within this context is entirely fictional and is solely intended for illustrative purposes.

Sample
	{
		"_meta": {
			"created_at_date": [
				2023,
				5,
				26
			],
			"created_at_timestamp": 1685105731.719386,
			"updated_at_date": [
				2024,
				5,
				1
			],
			"updated_at_timestamp": 1714555746.655248,
			"version_id": "a1efb819",
			"source": "dockerhub",
			"object": "repository",
			"is_deleted": false
		},
		"doc": {
			"id": "dockerhub_repository_example_repository_dev",
			"source_id": "example_repository_dev",
			"publisher": "dev",
			"name": "example-repository",
			"hub_user": "dev",
			"namespace": "dev",
			"repository_type": "image",
			"status": 1,
			"description": "Example repository description",
			"is_automated": false,
			"star_count": 0,
			"pull_count": 2,
			"collaborator_count": 0,
			"last_updated": "2022-06-09T08:32:05.75699Z",
			"full_description": "Full example repository description",
			"permissions": {
				"read": true,
				"write": false,
				"admin": false
			},
			"url": "https://hub.docker.com/r/example_repository/dev"
		}
	}

Was this helpful?