mirror of
https://github.com/Threnklyn/jira.git
synced 2026-05-18 20:23:28 +02:00
49 lines
1.3 KiB
Go
49 lines
1.3 KiB
Go
package jiradata
|
|
|
|
/////////////////////////////////////////////////////////////////////////
|
|
// This Code is Generated by SlipScheme Project:
|
|
// https://github.com/coryb/slipscheme
|
|
//
|
|
// Generated with command:
|
|
// slipscheme -pkg jiradata -overwrite ../schemas/SearchResults.json
|
|
/////////////////////////////////////////////////////////////////////////
|
|
// DO NOT EDIT //
|
|
/////////////////////////////////////////////////////////////////////////
|
|
|
|
// LinkGroups defined from schema:
|
|
// {
|
|
// "title": "linkGroups",
|
|
// "type": "array",
|
|
// "items": {
|
|
// "title": "Link Group",
|
|
// "type": "object",
|
|
// "properties": {
|
|
// "groups": {
|
|
// "type": "array",
|
|
// "items": {
|
|
// "$ref": "#/definitions/link-group"
|
|
// }
|
|
// },
|
|
// "header": {
|
|
// "$ref": "#/definitions/simple-link"
|
|
// },
|
|
// "id": {
|
|
// "type": "string"
|
|
// },
|
|
// "links": {
|
|
// "type": "array",
|
|
// "items": {
|
|
// "$ref": "#/definitions/simple-link"
|
|
// }
|
|
// },
|
|
// "styleClass": {
|
|
// "type": "string"
|
|
// },
|
|
// "weight": {
|
|
// "type": "integer"
|
|
// }
|
|
// }
|
|
// }
|
|
// }
|
|
type LinkGroups []*LinkGroup
|