https://github.com/glpi-project/inventory_format
https://github.com/glpi-project/inventory_format
glpi hacktoberfest inventory json-schema
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/glpi-project/inventory_format
- Owner: glpi-project
- License: mit
- Created: 2018-09-25T06:55:02.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2025-06-02T05:38:44.000Z (7 months ago)
- Last Synced: 2025-07-21T07:33:27.393Z (5 months ago)
- Topics: glpi, hacktoberfest, inventory, json-schema
- Language: PHP
- Homepage:
- Size: 6.09 MB
- Stars: 9
- Watchers: 6
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
GLPI Inventory format
---------------------
This is the specification for inventory format integrated in GLPI core.
It relies on [JSON Schema](https://json-schema.org).
The [inventory.schema.json](inventory.schema.json) file is the JSON schema itself.
The [lib/php](lib/php) directory contains a PHP class that cans handle conversion from XML files to new format; with some adjustments. You can either use directly ``Convert`` from your project, or rely on the [executable script](bin/convert) provided.