social.flockfeeds.lexical.type.Brand

flockfeeds.social

Documentation

main record

No description available.

Record Key tid Timestamp-based ID

Properties

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "properties": {
      "url": {
        "refs": [
          "social.flockfeeds.lexical.prop.brand#urlScalar",
          "social.flockfeeds.lexical.prop.brand#urlList"
        ],
        "type": "union"
      },
      "logo": {
        "refs": [
          "social.flockfeeds.lexical.type.ImageObject#embedded",
          "social.flockfeeds.lexical.prop.brand#logoScalar",
          "social.flockfeeds.lexical.prop.brand#logoList"
        ],
        "type": "union"
      },
      "name": {
        "refs": [
          "social.flockfeeds.lexical.prop.brand#nameScalar",
          "social.flockfeeds.lexical.prop.brand#nameList"
        ],
        "type": "union"
      },
      "image": {
        "refs": [
          "social.flockfeeds.lexical.type.ImageObject#embedded",
          "social.flockfeeds.lexical.prop.brand#imageScalar",
          "social.flockfeeds.lexical.prop.brand#imageList"
        ],
        "type": "union"
      },
      "review": {
        "refs": [
          "social.flockfeeds.lexical.type.Review#embedded",
          "social.flockfeeds.lexical.prop.brand#reviewList"
        ],
        "type": "union"
      },
      "sameAs": {
        "refs": [
          "social.flockfeeds.lexical.prop.brand#sameAsScalar",
          "social.flockfeeds.lexical.prop.brand#sameAsList"
        ],
        "type": "union"
      },
      "slogan": {
        "refs": [
          "social.flockfeeds.lexical.prop.brand#sloganScalar",
          "social.flockfeeds.lexical.prop.brand#sloganList"
        ],
        "type": "union"
      },
      "subjectOf": {
        "refs": [
          "social.flockfeeds.lexical.type.CreativeWork#embedded",
          "social.flockfeeds.lexical.type.Event#embedded",
          "social.flockfeeds.lexical.prop.brand#subjectOfList"
        ],
        "type": "union"
      },
      "identifier": {
        "refs": [
          "social.flockfeeds.lexical.type.PropertyValue#embedded",
          "social.flockfeeds.lexical.prop.brand#identifierScalar",
          "social.flockfeeds.lexical.prop.brand#identifierList"
        ],
        "type": "union"
      },
      "description": {
        "refs": [
          "social.flockfeeds.lexical.type.TextObject#embedded",
          "social.flockfeeds.lexical.prop.brand#descriptionScalar",
          "social.flockfeeds.lexical.prop.brand#descriptionList"
        ],
        "type": "union"
      },
      "alternateName": {
        "refs": [
          "social.flockfeeds.lexical.prop.brand#alternateNameScalar",
          "social.flockfeeds.lexical.prop.brand#alternateNameList"
        ],
        "type": "union"
      },
      "additionalType": {
        "refs": [
          "social.flockfeeds.lexical.prop.brand#additionalTypeScalar",
          "social.flockfeeds.lexical.prop.brand#additionalTypeList"
        ],
        "type": "union"
      },
      "aggregateRating": {
        "refs": [
          "social.flockfeeds.lexical.type.AggregateRating#embedded",
          "social.flockfeeds.lexical.prop.brand#aggregateRatingList"
        ],
        "type": "union"
      },
      "potentialAction": {
        "refs": [
          "social.flockfeeds.lexical.type.Action#embedded",
          "social.flockfeeds.lexical.prop.brand#potentialActionList"
        ],
        "type": "union"
      },
      "mainEntityOfPage": {
        "refs": [
          "social.flockfeeds.lexical.type.CreativeWork#embedded",
          "social.flockfeeds.lexical.prop.brand#mainEntityOfPageScalar",
          "social.flockfeeds.lexical.prop.brand#mainEntityOfPageList"
        ],
        "type": "union"
      },
      "disambiguatingDescription": {
        "refs": [
          "social.flockfeeds.lexical.prop.brand#disambiguatingDescriptionScalar",
          "social.flockfeeds.lexical.prop.brand#disambiguatingDescriptionList"
        ],
        "type": "union"
      }
    },
    "description": "A brand is a name used by an organization or business person for labeling a product, product group, or similar."
  }
}
embedded object

A brand is a name used by an organization or business person for labeling a product, product group, or similar.

Properties

View raw schema
{
  "type": "object",
  "properties": {
    "url": {
      "refs": [
        "social.flockfeeds.lexical.prop.brand#urlScalar",
        "social.flockfeeds.lexical.prop.brand#urlList"
      ],
      "type": "union"
    },
    "logo": {
      "refs": [
        "social.flockfeeds.lexical.type.ImageObject#embedded",
        "social.flockfeeds.lexical.prop.brand#logoScalar",
        "social.flockfeeds.lexical.prop.brand#logoList"
      ],
      "type": "union"
    },
    "name": {
      "refs": [
        "social.flockfeeds.lexical.prop.brand#nameScalar",
        "social.flockfeeds.lexical.prop.brand#nameList"
      ],
      "type": "union"
    },
    "image": {
      "refs": [
        "social.flockfeeds.lexical.type.ImageObject#embedded",
        "social.flockfeeds.lexical.prop.brand#imageScalar",
        "social.flockfeeds.lexical.prop.brand#imageList"
      ],
      "type": "union"
    },
    "review": {
      "refs": [
        "social.flockfeeds.lexical.type.Review#embedded",
        "social.flockfeeds.lexical.prop.brand#reviewList"
      ],
      "type": "union"
    },
    "sameAs": {
      "refs": [
        "social.flockfeeds.lexical.prop.brand#sameAsScalar",
        "social.flockfeeds.lexical.prop.brand#sameAsList"
      ],
      "type": "union"
    },
    "slogan": {
      "refs": [
        "social.flockfeeds.lexical.prop.brand#sloganScalar",
        "social.flockfeeds.lexical.prop.brand#sloganList"
      ],
      "type": "union"
    },
    "subjectOf": {
      "refs": [
        "social.flockfeeds.lexical.type.CreativeWork#embedded",
        "social.flockfeeds.lexical.type.Event#embedded",
        "social.flockfeeds.lexical.prop.brand#subjectOfList"
      ],
      "type": "union"
    },
    "identifier": {
      "refs": [
        "social.flockfeeds.lexical.type.PropertyValue#embedded",
        "social.flockfeeds.lexical.prop.brand#identifierScalar",
        "social.flockfeeds.lexical.prop.brand#identifierList"
      ],
      "type": "union"
    },
    "description": {
      "refs": [
        "social.flockfeeds.lexical.type.TextObject#embedded",
        "social.flockfeeds.lexical.prop.brand#descriptionScalar",
        "social.flockfeeds.lexical.prop.brand#descriptionList"
      ],
      "type": "union"
    },
    "alternateName": {
      "refs": [
        "social.flockfeeds.lexical.prop.brand#alternateNameScalar",
        "social.flockfeeds.lexical.prop.brand#alternateNameList"
      ],
      "type": "union"
    },
    "additionalType": {
      "refs": [
        "social.flockfeeds.lexical.prop.brand#additionalTypeScalar",
        "social.flockfeeds.lexical.prop.brand#additionalTypeList"
      ],
      "type": "union"
    },
    "aggregateRating": {
      "refs": [
        "social.flockfeeds.lexical.type.AggregateRating#embedded",
        "social.flockfeeds.lexical.prop.brand#aggregateRatingList"
      ],
      "type": "union"
    },
    "potentialAction": {
      "refs": [
        "social.flockfeeds.lexical.type.Action#embedded",
        "social.flockfeeds.lexical.prop.brand#potentialActionList"
      ],
      "type": "union"
    },
    "mainEntityOfPage": {
      "refs": [
        "social.flockfeeds.lexical.type.CreativeWork#embedded",
        "social.flockfeeds.lexical.prop.brand#mainEntityOfPageScalar",
        "social.flockfeeds.lexical.prop.brand#mainEntityOfPageList"
      ],
      "type": "union"
    },
    "disambiguatingDescription": {
      "refs": [
        "social.flockfeeds.lexical.prop.brand#disambiguatingDescriptionScalar",
        "social.flockfeeds.lexical.prop.brand#disambiguatingDescriptionList"
      ],
      "type": "union"
    }
  },
  "description": "A brand is a name used by an organization or business person for labeling a product, product group, or similar."
}

Lexicon Garden

@