Files
jira/jiradata/ProjectKeys.go
T
2017-08-27 19:41:49 -07:00

22 lines
677 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/Project.json
/////////////////////////////////////////////////////////////////////////
// DO NOT EDIT //
/////////////////////////////////////////////////////////////////////////
// ProjectKeys defined from schema:
// {
// "title": "projectKeys",
// "type": "array",
// "items": {
// "type": "string"
// }
// }
type ProjectKeys []string