SchemaField
OCP App SDK / SchemaField
Interface: SchemaField
Defined in: src/app/types/DestinationSchema.ts:8
Properties
description
description:
string
Defined in: src/app/types/DestinationSchema.ts:11
display_name
display_name:
string
Defined in: src/app/types/DestinationSchema.ts:10
format?
optional
format:"url"
Defined in: src/app/types/DestinationSchema.ts:14
name
name:
string
Defined in: src/app/types/DestinationSchema.ts:9
primary?
optional
primary:boolean
Defined in: src/app/types/DestinationSchema.ts:13
type
type:
"string"
|"boolean"
|"int"
|"float"
|"long"
Defined in: src/app/types/DestinationSchema.ts:12
Updated 3 days ago