mirror of
https://github.com/Threnklyn/jira.git
synced 2026-05-18 20:23:28 +02:00
20 lines
662 B
Go
20 lines
662 B
Go
package jiradata
|
|
|
|
/////////////////////////////////////////////////////////////////////////
|
|
// This Code is Generated by SlipScheme Project:
|
|
// https://github.com/coryb/slipscheme
|
|
//
|
|
// Generated with command:
|
|
// slipscheme -pkg jiradata -dir jiradata -overwrite schemas/IssueUpdate.json
|
|
/////////////////////////////////////////////////////////////////////////
|
|
// DO NOT EDIT //
|
|
/////////////////////////////////////////////////////////////////////////
|
|
|
|
// AllowedValues defined from schema:
|
|
// {
|
|
// "title": "allowedValues",
|
|
// "type": "array",
|
|
// "items": {}
|
|
// }
|
|
type AllowedValues []interface{}
|