Maximo API Client - v0.9.01
    Preparing search index...

    Interface ActionRequestSchema

    Represents the request schema for an action

    interface ActionRequestSchema {
        description?: string;
        title?: string;
        type: string;
        properties?: Record<string, ActionParameter>;
    }
    Index

    Properties

    description?: string
    title?: string
    type: string
    properties?: Record<string, ActionParameter>