{ "$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-night-vision.json", "title": "night_vision", "description": "GZW Data 'night_vision' dataset record \u2014 derived verbatim from components.schemas.night_vision 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": { "buy_price": { "type": "string" }, "field_of_view": { "type": "string" }, "figure_of_merit": { "type": "string" }, "id": { "type": "string" }, "image": { "type": "string" }, "manufacturer": { "type": "string" }, "name": { "type": "string" }, "phosphor_color": { "type": "string" }, "sell_price": { "type": "string" }, "size_change_vert/horiz": { "type": "string" }, "sold_by": { "type": "string" }, "type": { "type": "string" }, "weight": { "type": "string" } }, "required": [ "field_of_view", "figure_of_merit", "id", "image", "manufacturer", "name", "phosphor_color", "sold_by", "type", "weight" ], "additionalProperties": true }