mirror of
https://github.com/Threnklyn/jira.git
synced 2026-05-18 20:23:28 +02:00
64 lines
1.8 KiB
Go
64 lines
1.8 KiB
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/SearchResults.json
|
|
/////////////////////////////////////////////////////////////////////////
|
|
// DO NOT EDIT //
|
|
/////////////////////////////////////////////////////////////////////////
|
|
|
|
// EditMeta defined from schema:
|
|
// {
|
|
// "title": "Edit Meta",
|
|
// "type": "object",
|
|
// "properties": {
|
|
// "fields": {
|
|
// "title": "fields",
|
|
// "type": "object",
|
|
// "patternProperties": {
|
|
// ".+": {
|
|
// "title": "Field Meta",
|
|
// "type": "object",
|
|
// "properties": {
|
|
// "allowedValues": {
|
|
// "type": "array",
|
|
// "items": {}
|
|
// },
|
|
// "autoCompleteUrl": {
|
|
// "type": "string"
|
|
// },
|
|
// "defaultValue": {},
|
|
// "hasDefaultValue": {
|
|
// "type": "boolean"
|
|
// },
|
|
// "key": {
|
|
// "type": "string"
|
|
// },
|
|
// "name": {
|
|
// "type": "string"
|
|
// },
|
|
// "operations": {
|
|
// "type": "array",
|
|
// "items": {
|
|
// "type": "string"
|
|
// }
|
|
// },
|
|
// "required": {
|
|
// "type": "boolean"
|
|
// },
|
|
// "schema": {
|
|
// "$ref": "#/definitions/json-type"
|
|
// }
|
|
// }
|
|
// }
|
|
// }
|
|
// }
|
|
// }
|
|
// }
|
|
type EditMeta struct {
|
|
Fields FieldMetaMap `json:"fields,omitempty" yaml:"fields,omitempty"`
|
|
}
|