mirror of
https://github.com/Threnklyn/jira.git
synced 2026-05-18 20:23:28 +02:00
53 lines
1.3 KiB
Go
53 lines
1.3 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 //
|
|
/////////////////////////////////////////////////////////////////////////
|
|
|
|
// Items defined from schema:
|
|
// {
|
|
// "title": "items",
|
|
// "type": "array",
|
|
// "items": {
|
|
// "title": "Change Item",
|
|
// "type": "object",
|
|
// "properties": {
|
|
// "field": {
|
|
// "title": "field",
|
|
// "type": "string"
|
|
// },
|
|
// "fieldId": {
|
|
// "title": "fieldId",
|
|
// "type": "string"
|
|
// },
|
|
// "fieldtype": {
|
|
// "title": "fieldtype",
|
|
// "type": "string"
|
|
// },
|
|
// "from": {
|
|
// "title": "from",
|
|
// "type": "string"
|
|
// },
|
|
// "fromString": {
|
|
// "title": "fromString",
|
|
// "type": "string"
|
|
// },
|
|
// "to": {
|
|
// "title": "to",
|
|
// "type": "string"
|
|
// },
|
|
// "toString": {
|
|
// "title": "toString",
|
|
// "type": "string"
|
|
// }
|
|
// }
|
|
// }
|
|
// }
|
|
type Items []*ChangeItem
|