{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/gzw-data/refs/heads/main/json-schema/gzw-data-tasks.json", "title": "tasks", "description": "GZW Data 'tasks' dataset record \u2014 derived verbatim from components.schemas.tasks of the provider's published OpenAPI 3.0.3 (4.2.0) at https://gzw-data.dev/api/v1/spec. Field set is generated by the provider from observed data, so it tracks the weekly wiki scrape.", "type": "object", "properties": { "alternate": { "type": "string" }, "faction": { "type": "string" }, "hidden_task": { "type": "string" }, "id": { "type": "string" }, "image": { "type": "string" }, "location": { "type": "string" }, "name": { "type": "string" }, "task_type": { "type": "string" }, "vendor": { "type": "string" } }, "required": [ "id", "image", "name", "vendor" ], "additionalProperties": true }