@sovereignbase/schema-crdt
    Preparing search index...

    Type Alias CRSoftwareApplicationDefaultShape<Type>

    CRSoftwareApplicationDefaultShape: {
        applicationCategory: CRSetSnapshot<CRSoftwareApplicationClassifier>;
        applicationSubCategory: CRSetSnapshot<CRSoftwareApplicationClassifier>;
        applicationSuite: SchemaOrgText;
        availableOnDevice: CRSetSnapshot<SchemaOrgText>;
        countriesNotSupported: CRSetSnapshot<SchemaOrgText>;
        countriesSupported: CRSetSnapshot<SchemaOrgText>;
        downloadUrl: SchemaOrgURL;
        featureList: CRSetSnapshot<CRSoftwareApplicationClassifier>;
        fileSize: SchemaOrgText;
        installUrl: SchemaOrgURL;
        memoryRequirements: CRSetSnapshot<CRSoftwareApplicationClassifier>;
        operatingSystem: CRSetSnapshot<CRSoftwareApplicationOperatingSystem>;
        permissions: CRSetSnapshot<SchemaOrgText>;
        processorRequirements: SchemaOrgText;
        releaseNotes: CRSetSnapshot<CRSoftwareApplicationClassifier>;
        runtimePlatform: CRSetSnapshot<CRSoftwareApplicationRuntimePlatform>;
        screenshot: CRSetSnapshot<CRSoftwareApplicationScreenshot>;
        softwareAddOn: CRSetSnapshot<CRSoftwareApplicationAddOn>;
        softwareHelp: CRSetSnapshot<CRSoftwareApplicationHelp>;
        softwareRequirements: CRSetSnapshot<CRSoftwareApplicationRequirements>;
        softwareVersion: SchemaOrgText;
        storageRequirements: CRSetSnapshot<CRSoftwareApplicationClassifier>;
        supportingData: CRSetSnapshot<CRSoftwareApplicationSupportingData>;
    } & CRCreativeWorkDefaultShape<Type>

    Serializable CRDT shape for Schema.org SoftwareApplication.

    Schema.org: A software application.

    Type Parameters

    • Type = "SoftwareApplication"

    Type Declaration