Skip to content

findologic/xml-response-schema

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/<version>/schema.xsd

PHP

For convenient use in PHP projects, the schema can be installed via composer:

composer require findologic/xml-response-schema:<version>