ContributionsMost RecentMost LikesSolutionsRe: XSD of a SOAPUI project file Hi Josef, I didn't find an xsd in the installation. Only the one online Do you have a relative path in the installation? Re: XSD of a SOAPUI project file Take care: The .xsd contains some bugs compared to real SOAP-UI files. Exported files from SOAP-UI (5.4.0) do not fully comply, because several fields are not marked optional. JSON-Schema supported (E.g.: in WADL-Files) We specify our JSON-Format-Definition with the JSON-Schema. It would be nice to validate the data directly within SOAP-UI. Schema specification (IETF RFC Draft) http://tools.ietf.org/html/draft-fge-json-schema-validation-00 Understanding JSON-Schema: http://spacetelescope.github.io/understanding-json-schema/ Generating JSON-Schemas: http://jsonschema.net/#/ Validating JSON-Schemas: http://json-schema-validator.herokuapp.com/ Using JUnit Tests rest-assured: http://www.jayway.com/2013/12/10/json-schema-validation-with-rest-assured/