mirror of
https://github.com/Threnklyn/jira.git
synced 2026-05-18 20:23:28 +02:00
32 lines
909 B
Go
32 lines
909 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/WorklogWithPagination.json
|
|
/////////////////////////////////////////////////////////////////////////
|
|
// DO NOT EDIT //
|
|
/////////////////////////////////////////////////////////////////////////
|
|
|
|
// Properties defined from schema:
|
|
// {
|
|
// "title": "properties",
|
|
// "type": "array",
|
|
// "items": {
|
|
// "title": "Entity Property",
|
|
// "type": "object",
|
|
// "properties": {
|
|
// "key": {
|
|
// "title": "key",
|
|
// "type": "string"
|
|
// },
|
|
// "value": {
|
|
// "title": "value"
|
|
// }
|
|
// }
|
|
// }
|
|
// }
|
|
type Properties []*EntityProperty
|