mirror of
https://github.com/Threnklyn/jira.git
synced 2026-05-24 06:48:26 +02:00
rewrite checkpoint
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
package jiradata
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
// This Code is Generated by SlipScheme Project:
|
||||
// https://github.com/coryb/slipscheme
|
||||
//
|
||||
// Generated with command:
|
||||
// slipscheme -dir data -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
|
||||
Reference in New Issue
Block a user