Interface: SchemaOptions
Properties
apiBaseUrl?
optional apiBaseUrl: string;
apiEndpoints?
optional apiEndpoints: ApiEndpoints;
authorization?
optional authorization: AuthorizationCredentials;
fields?
optional fields: SchemaFieldProps[];
id?
optional id: number;
name?
optional name: string;
objectNamePlural
objectNamePlural: string;
objectNameSingular
objectNameSingular: string;
remote?
optional remote: boolean;
strict?
optional strict: boolean;
title?
optional title: string;
type?
optional type: SchemaType;