Skip to content

Commit

Permalink
Update entity.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mars-lan authored Jan 16, 2020
1 parent cb5bd6f commit c3420b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/what/entity.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ There’s no need to explicitly create or destroy entity instances. An entity in
Each entity has a special boolean attribute `removed`, which is used to mark the entity as "soft deleted",
without destroying existing relationships and attached metadata. This is useful for quickly reviving an incorrectly deleted entity instance without losing valuable metadata, e.g. human authored content.

An example schema for the `Dataset` entity is shown below. Note that:
An example [PDSC](https://linkedin.github.io/rest.li/pdsc_syntax) schema for the `Dataset` entity is shown below. Note that:
1. Each entity is expected to have a `urn` field with an entity-specific URN type.
2. The optional `removed` field is captured in BaseEntity, which is expected to be included by all entities.
3. All other fields are expected to be of primitive types or enum only.
Expand Down

0 comments on commit c3420b0

Please sign in to comment.