{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Inventory", "type": "object", "properties": { "id": { "type": "integer" }, "name": { "type": "string" }, "description": { "type": "string" }, "organization": { "type": "integer" }, "kind": { "type": "string" }, "host_count": { "type": "integer" }, "total_groups": { "type": "integer" }, "has_inventory_sources": { "type": "boolean" }, "created": { "type": "string" }, "modified": { "type": "string" } } }