Function getActionInstanceVariableSchema

  • Returns {
        type: string;
        properties: {
            id: {
                type: string;
            };
            instanceKey: {
                type: string;
            };
        };
    }

    • type: string
    • properties: {
          id: {
              type: string;
          };
          instanceKey: {
              type: string;
          };
      }
      • id: {
            type: string;
        }
        • type: string
      • instanceKey: {
            type: string;
        }
        • type: string