https://github.com/findologic/xml-response-schema
XML schema for the FINDOLOGIC XML API response.
https://github.com/findologic/xml-response-schema
Last synced: 2 months ago
JSON representation
XML schema for the FINDOLOGIC XML API response.
- Host: GitHub
- URL: https://github.com/findologic/xml-response-schema
- Owner: findologic
- Created: 2019-05-27T16:57:27.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2022-06-28T14:25:50.000Z (almost 4 years ago)
- Last Synced: 2025-10-24T00:52:44.082Z (6 months ago)
- Size: 11.7 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# FINDOLOGIC Search API XML Response Schema
XML schema for validating the FINDOLOGIC search API's XML response format
or generating code from it.
## Available Versions
* 2.1
## Usage
The appropriate version of the schema is available at a GitHub URL for the
available versions like such:
```
https://raw.githubusercontent.com/findologic/xml-response-schema//schema.xsd
```
### PHP
For convenient use in PHP projects, the schema can be installed via composer:
```
composer require findologic/xml-response-schema:
```