Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/jira/src/serviceDesk/models/jsonType.ts>JsonType

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Go to Latest
interface JsonType
import { type JsonType } from "https://deno.land/x/jira@v2.15.12/src/serviceDesk/models/jsonType.ts";

The schema of a field.

Properties

type: string

The data type of the field.

optional
items: string

When the data type is an array, the name of the field items within the array.

optional
system: string

If the field is a system field, the name of the field.

optional
custom: string

If the field is a custom field, the URI of the field.

optional
customId: number

If the field is a custom field, the custom ID of the field.

optional
configuration: { }

If the field is a custom field, the configuration of the field.