{ "$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-plate-carrier.json", "title": "plate_carrier", "description": "GZW Data 'plate_carrier' dataset record \u2014 derived verbatim from components.schemas.plate_carrier 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": { "armor_locations": { "type": "string" }, "id": { "type": "string" }, "image": { "type": "string" }, "material": { "type": "string" }, "name": { "type": "string" }, "nij_class": { "type": "string" }, "sold_by": { "type": "string" }, "weight": { "type": "string" } }, "required": [ "armor_locations", "id", "image", "material", "name", "nij_class", "sold_by", "weight" ], "additionalProperties": true }