Disclaimer: This website requires Please enable JavaScript in your browser settings for the best experience.

Dev Guide
Dev GuideUser GuidesGitHubDev CommunityOptimizely AcademySubmit a ticketLog In
Dev Guide

SchemaField

OCP App SDK


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