package_show
Retrieve detailed metadata for a specific dataset using the provided ID, facilitating targeted data access and analysis on the Data.gov.il platform.
Instructions
Get metadata about one specific package (dataset).
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"title": "Id",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}