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

    Type Alias CRPlaceDefaultShape<Type>

    CRPlaceDefaultShape: {
        additionalProperty: CRSetSnapshot<CRPlaceAdditionalProperty>;
        address: CRSetSnapshot<CRPlaceAddress>;
        aggregateRating: CRSetSnapshot<CRPlaceAggregateRating>;
        amenityFeature: CRSetSnapshot<CRPlaceAmenityFeature>;
        branchCode: SchemaOrgText;
        containedInPlace: CRSetSnapshot<CRPlaceRelation>;
        containsPlace: CRSetSnapshot<CRPlaceRelation>;
        event: CRSetSnapshot<CRPlaceEvent>;
        faxNumber: SchemaOrgText;
        geo: CRSetSnapshot<CRPlaceGeo>;
        geoContains: CRSetSnapshot<CRGeospatialGeometryRelation>;
        geoCoveredBy: CRSetSnapshot<CRGeospatialGeometryRelation>;
        geoCovers: CRSetSnapshot<CRGeospatialGeometryRelation>;
        geoCrosses: CRSetSnapshot<CRGeospatialGeometryRelation>;
        geoDisjoint: CRSetSnapshot<CRGeospatialGeometryRelation>;
        geoEquals: CRSetSnapshot<CRGeospatialGeometryRelation>;
        geoIntersects: CRSetSnapshot<CRGeospatialGeometryRelation>;
        geoOverlaps: CRSetSnapshot<CRGeospatialGeometryRelation>;
        geoTouches: CRSetSnapshot<CRGeospatialGeometryRelation>;
        geoWithin: CRSetSnapshot<CRGeospatialGeometryRelation>;
        globalLocationNumber: SchemaOrgText;
        hasCertification: CRSetSnapshot<
            | CRTypedIdReferenceValue<"Certification">
            | SchemaOrgText
            | SchemaOrgURL
            | CRIdReferenceValue,
        >;
        hasDriveThroughService: SchemaOrgBoolean;
        hasGS1DigitalLink: SchemaOrgURL;
        hasMap: CRSetSnapshot<CRPlaceMap>;
        isAccessibleForFree: SchemaOrgBoolean;
        isicV4: SchemaOrgText;
        keywords: CRSetSnapshot<
            | CRDefinedTermSnapshot
            | SchemaOrgText
            | SchemaOrgURL
            | CRIdReferenceValue,
        >;
        latitude: SchemaOrgText;
        logo: CRSetSnapshot<CRPlaceImage>;
        longitude: SchemaOrgText;
        maximumAttendeeCapacity: SchemaOrgInteger;
        openingHoursSpecification: CRSetSnapshot<CRPlaceOpeningHoursSpecification>;
        photo: CRSetSnapshot<CRPlaceImage>;
        publicAccess: SchemaOrgBoolean;
        review: CRSetSnapshot<CRPlaceReview>;
        slogan: CRTextSnapshot;
        smokingAllowed: SchemaOrgBoolean;
        specialOpeningHoursSpecification: CRSetSnapshot<
            CRPlaceOpeningHoursSpecification,
        >;
        telephone: SchemaOrgText;
        tourBookingPage: SchemaOrgURL;
    } & CRThingDefaultShape<Type>

    Type Parameters

    • Type = "Place"