mirror of
https://github.com/Threnklyn/jira.git
synced 2026-05-18 20:23:28 +02:00
42 lines
1.1 KiB
Go
42 lines
1.1 KiB
Go
package jiradata
|
|
|
|
/////////////////////////////////////////////////////////////////////////
|
|
// This Code is Generated by SlipScheme Project:
|
|
// https://github.com/coryb/slipscheme
|
|
//
|
|
// Generated with command:
|
|
// slipscheme -dir jiradata -pkg jiradata -overwrite schemas/SearchResults.json
|
|
/////////////////////////////////////////////////////////////////////////
|
|
// DO NOT EDIT //
|
|
/////////////////////////////////////////////////////////////////////////
|
|
|
|
// JSONTypeMap defined from schema:
|
|
// {
|
|
// "title": "schema",
|
|
// "type": "object",
|
|
// "patternProperties": {
|
|
// ".+": {
|
|
// "title": "Json Type",
|
|
// "type": "object",
|
|
// "properties": {
|
|
// "custom": {
|
|
// "type": "string"
|
|
// },
|
|
// "customId": {
|
|
// "type": "integer"
|
|
// },
|
|
// "items": {
|
|
// "type": "string"
|
|
// },
|
|
// "system": {
|
|
// "type": "string"
|
|
// },
|
|
// "type": {
|
|
// "type": "string"
|
|
// }
|
|
// }
|
|
// }
|
|
// }
|
|
// }
|
|
type JSONTypeMap map[string]*JSONType
|