mirror of
https://github.com/Threnklyn/jira.git
synced 2026-05-19 04:33:28 +02:00
rewrite checkpoint
This commit is contained in:
@@ -0,0 +1,56 @@
|
||||
package jiradata
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
// This Code is Generated by SlipScheme Project:
|
||||
// https://github.com/coryb/slipscheme
|
||||
//
|
||||
// Generated with command:
|
||||
// slipscheme -dir data -pkg jiradata -overwrite schemas/SearchResults.json
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
// DO NOT EDIT //
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// Opsbar defined from schema:
|
||||
// {
|
||||
// "title": "Opsbar",
|
||||
// "type": "object",
|
||||
// "properties": {
|
||||
// "linkGroups": {
|
||||
// "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 Opsbar struct {
|
||||
LinkGroups LinkGroups `json:"linkGroups,omitempty" yaml:"linkGroups,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user