{ "$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-weapons.json", "title": "weapons", "description": "GZW Data 'weapons' dataset record \u2014 derived verbatim from components.schemas.weapons 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": { "accepted_ammunition": { "type": "string" }, "accuracy": { "type": "string" }, "caliber": { "type": "string" }, "default_ammo": { "type": "string" }, "default_mag": { "type": "string" }, "ergonomics": { "type": "string" }, "fire_mode": { "type": "string" }, "fire_rate": { "type": "string" }, "grid_size": { "type": "string" }, "id": { "type": "string" }, "image": { "type": "string" }, "manufacturer": { "type": "string" }, "muzzle_device_efficiency": { "type": "string" }, "muzzle_velocity": { "type": "string" }, "name": { "type": "string" }, "recoil_control": { "type": "string" }, "reload_speed": { "type": "string" }, "slot": { "type": "string" }, "sold_by": { "type": "string" }, "type": { "type": "string" }, "weapon_handling": { "type": "string" }, "weight": { "type": "string" } }, "required": [ "id", "name" ], "additionalProperties": true }