Options
All
  • Public
  • Public/Protected
  • All
Menu

@balena/jellyfish-types

Index

Type aliases

JSONSchema7Type: string | number | boolean | JSONSchema7Object | JSONSchema7Array | null
JSONSchema7TypeName: "string" | "number" | "integer" | "boolean" | "object" | "array" | "null"
JsonSchema: boolean | { $$formula?: string; $$links?: {}; additionalProperties?: JsonSchema; allOf?: JsonSchema[]; anyOf?: JsonSchema[]; const?: JSONSchema7Type; contains?: JsonSchema; description?: string; enum?: JSONSchema7Type[]; examples?: JSONSchema7Type; exclusiveMaximum?: number; exclusiveMinimum?: number; format?: string; formatMaximum?: string; formatMinimum?: string; fullTextSearch?: boolean; items?: JsonSchema | JsonSchema[]; maxItems?: number; maxLength?: number; maxProperties?: number; maximum?: number; minItems?: number; minLength?: number; minProperties?: number; minimum?: number; multipleOf?: number; not?: JsonSchema; oneOf?: JsonSchema[]; pattern?: string; properties?: {}; required?: string[]; title?: string; type?: JSONSchema7TypeName | JSONSchema7TypeName[] }

Variables

JellyfishError: JellyfishErrorConstructor

Generated using TypeDoc