Type alias InputDescriptor

InputDescriptor: {
    constraints?: InputDescriptorConstraints;
    group?: string[];
    id: string;
    name?: string;
    purpose?: string;
    schema: Schema[];
}

Type declaration