Home > @i2analyze/notebook-sdk > schema > ISourceReferenceSchema
schema.ISourceReferenceSchema interface
A schema for source references, which places constraints on their use.
Signature:
interface ISourceReferenceSchema
Introduced: version 1.0
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
description | readonly |
IStringLimitedValueType | Gets constraints on the description field of source references. |
imageUrl | readonly |
IStringLimitedValueType | Gets constraints on the imageUrl field of source references. |
location | readonly |
IStringLimitedValueType | Gets constraints on the location field of source references. |
maximumSourceReferences | readonly |
number | Gets the maximum number of source references that any single record can have. |
name | readonly |
ISourceReferenceValueType | Gets constraints on the name field of source references. |
type | readonly |
ISourceReferenceValueType | Gets constraints on the type field of source references. |