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

    Type Alias CROrganizationDefaultShape<Type>

    CROrganizationDefaultShape: {
        acceptedPaymentMethod: CRSetSnapshot<
            | CREnumerationSnapshot<"PaymentMethod">
            | CRTypedIdReferenceValue<"LoanOrCredit">
            | CRTypedIdReferenceValue<"PaymentMethod">
            | CRIdReferenceValue,
        >;
        actionableFeedbackPolicy: CRSetSnapshot<CROrganizationPolicy>;
        address: CRSetSnapshot<CROrganizationAddress>;
        agentInteractionStatistic: CRSetSnapshot<
            CRTypedIdReferenceValue<"InteractionCounter">
            | CRIdReferenceValue,
        >;
        aggregateRating: CRSetSnapshot<
            CRAggregateRatingSnapshot
            | CRIdReferenceValue,
        >;
        alumni: CRSetSnapshot<CROrganizationPerson>;
        areaServed: CRSetSnapshot<CROrganizationPlace>;
        award: CRSetSnapshot<SchemaOrgText>;
        brand: CRSetSnapshot<CROrganizationBrand>;
        companyRegistration: CRSetSnapshot<
            CRTypedIdReferenceValue<"Certification">
            | CRIdReferenceValue,
        >;
        contactPoint: CRSetSnapshot<CRContactPointSnapshot | CRIdReferenceValue>;
        correctionsPolicy: CRSetSnapshot<CROrganizationPolicy>;
        department: CRSetSnapshot<CROrganizationOrganization>;
        dissolutionDate: SchemaOrgDate;
        diversityPolicy: CRSetSnapshot<CROrganizationPolicy>;
        diversityStaffingReport: CRSetSnapshot<CROrganizationPolicy>;
        duns: SchemaOrgText;
        email: SchemaOrgText;
        employee: CRSetSnapshot<CROrganizationPerson>;
        ethicsPolicy: CRSetSnapshot<CROrganizationPolicy>;
        event: CRSetSnapshot<CROrganizationEvent>;
        faxNumber: SchemaOrgText;
        founder: CRSetSnapshot<CROrganizationPersonOrOrganization>;
        foundingDate: SchemaOrgDate;
        foundingLocation: CRSetSnapshot<CROrganizationPlace>;
        funder: CRSetSnapshot<CROrganizationPersonOrOrganization>;
        funding: CRSetSnapshot<
            CRTypedIdReferenceValue<"Grant">
            | CRIdReferenceValue,
        >;
        globalLocationNumber: SchemaOrgText;
        hasCertification: CRSetSnapshot<
            CRTypedIdReferenceValue<"Certification">
            | CRIdReferenceValue,
        >;
        hasCredential: CRSetSnapshot<
            CRTypedIdReferenceValue<"Credential">
            | CRIdReferenceValue,
        >;
        hasGS1DigitalLink: SchemaOrgURL;
        hasMemberProgram: CRSetSnapshot<
            CRTypedIdReferenceValue<"MemberProgram">
            | CRIdReferenceValue,
        >;
        hasMerchantReturnPolicy: CRSetSnapshot<
            CRTypedIdReferenceValue<"MerchantReturnPolicy">
            | CRIdReferenceValue,
        >;
        hasOfferCatalog: CRSetSnapshot<
            CRTypedIdReferenceValue<"OfferCatalog">
            | CRIdReferenceValue,
        >;
        hasPOS: CRSetSnapshot<CROrganizationPlace>;
        hasShippingService: CRSetSnapshot<
            CRTypedIdReferenceValue<"ShippingService">
            | CRIdReferenceValue,
        >;
        interactionStatistic: CRSetSnapshot<
            CRTypedIdReferenceValue<"InteractionCounter">
            | CRIdReferenceValue,
        >;
        isicV4: SchemaOrgText;
        iso6523Code: SchemaOrgText;
        keywords: CRSetSnapshot<CROrganizationTopic>;
        knowsAbout: CRSetSnapshot<CROrganizationTopic>;
        knowsLanguage: CRSetSnapshot<
            | CRTypedIdReferenceValue<"Language">
            | SchemaOrgText
            | CRIdReferenceValue,
        >;
        legalAddress: CRSetSnapshot<CRPostalAddressSnapshot | CRIdReferenceValue>;
        legalName: SchemaOrgText;
        legalRepresentative: CRSetSnapshot<CROrganizationPerson>;
        leiCode: SchemaOrgText;
        location: CRSetSnapshot<
            | CROrganizationPlace
            | CRPostalAddressSnapshot
            | CRTypedIdReferenceValue<"VirtualLocation">
            | CRIdReferenceValue,
        >;
        logo: CRSetSnapshot<CROrganizationLogo>;
        makesOffer: CRSetSnapshot<
            CRTypedIdReferenceValue<"Offer">
            | CRIdReferenceValue,
        >;
        member: CRSetSnapshot<CROrganizationPersonOrOrganization>;
        memberOf: CRSetSnapshot<
            | CROrganizationOrganization
            | CRTypedIdReferenceValue<"MemberProgramTier">
            | CRTypedIdReferenceValue<"ProgramMembership">
            | CRIdReferenceValue,
        >;
        naics: SchemaOrgText;
        nonprofitStatus:
            | CREnumerationSnapshot<"NonprofitType">
            | CRTypedIdReferenceValue<"NonprofitType">
            | CRIdReferenceValue;
        numberOfEmployees:
            | CRQuantitativeValueSnapshot
            | CRTypedIdReferenceValue<"QuantitativeValue">
            | CRIdReferenceValue;
        ownershipFundingInfo: CRSetSnapshot<CROrganizationPolicy | SchemaOrgText>;
        owns: CRSetSnapshot<CRThingSnapshot | CRIdReferenceValue>;
        parentOrganization: CRSetSnapshot<CROrganizationOrganization>;
        publishingPrinciples: CRSetSnapshot<CROrganizationPolicy>;
        review: CRSetSnapshot<CROrganizationReview>;
        seeks: CRSetSnapshot<
            CRTypedIdReferenceValue<"Demand">
            | CRIdReferenceValue,
        >;
        skills: CRSetSnapshot<
            CRDefinedTermSnapshot
            | SchemaOrgText
            | CRIdReferenceValue,
        >;
        slogan: CRTextSnapshot;
        sponsor: CRSetSnapshot<CROrganizationPersonOrOrganization>;
        subOrganization: CRSetSnapshot<CROrganizationOrganization>;
        taxID: SchemaOrgText;
        telephone: SchemaOrgText;
        unnamedSourcesPolicy: CRSetSnapshot<CROrganizationPolicy>;
        vatID: SchemaOrgText;
    } & CRThingDefaultShape<Type>

    Serializable CRDT shape for Schema.org Organization.

    Schema.org: An organization such as a school, NGO, corporation, club, etc.

    Type Parameters

    • Type = "Organization"

    Type Declaration