Skip to content

Metadata Model

Noah Huppert edited this page Jun 16, 2018 · 1 revision

Metadata

Every single model contains the following fields which describe some metadata:

Model

Metadata

  • @type: schema:DataFeedItem
  • id, @id: int
    • A unique id so the object can be referenced
  • created_at, schema:dateCreated: Time,
    • Time the model was created.
  • updated_at, schema:dateModified: Time
    • Time the model was last updated.
  • deleted_at, schema:dateDeleted: Time
    • Time the model was delete, if not delete than null.

Clone this wiki locally