mirror of
https://github.com/Threnklyn/jira.git
synced 2026-05-18 20:23:28 +02:00
28 lines
845 B
Go
28 lines
845 B
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/IssueUpdate.json
|
|
/////////////////////////////////////////////////////////////////////////
|
|
// DO NOT EDIT //
|
|
/////////////////////////////////////////////////////////////////////////
|
|
|
|
// FieldOperationsMap defined from schema:
|
|
// {
|
|
// "title": "update",
|
|
// "type": "object",
|
|
// "patternProperties": {
|
|
// ".+": {
|
|
// "type": "array",
|
|
// "items": {
|
|
// "title": "Field Operation",
|
|
// "type": "object"
|
|
// }
|
|
// }
|
|
// }
|
|
// }
|
|
type FieldOperationsMap map[string]FieldOperations
|