adobe-firefly-sdk
    Preparing search index...

    Type Alias Restv1BetaSceneDescRequest

    type Restv1BetaSceneDescRequest = {
        $schema?: string;
        sceneFile?: string;
        sources: RestBaseMountedSource[] | null;
    }
    Index

    Properties

    $schema?: string

    A URL to the JSON schema for this object.

    sceneFile?: string

    Path to the scene file in sources. If the value is null, the first found scene file will be used.

    sources: RestBaseMountedSource[] | null

    List of sources to aggregate and run the job against.