package jiradata ///////////////////////////////////////////////////////////////////////// // This Code is Generated by SlipScheme Project: // https://github.com/coryb/slipscheme // // Generated with command: // slipscheme -dir jiradata -pkg jiradata -overwrite schemas/ErrorCollection.json ///////////////////////////////////////////////////////////////////////// // DO NOT EDIT // ///////////////////////////////////////////////////////////////////////// // ErrorMessages defined from schema: // { // "title": "errorMessages", // "type": "array", // "items": { // "type": "string" // } // } type ErrorMessages []string