Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin authored Mar 20, 2024
1 parent 13d1167 commit e172911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/croissant-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -1526,7 +1526,7 @@ More generally, when a `RecordSet `is assigned a `dataType`, some or all of its
* Either the `@id` of the field has the name of the property as a suffix, e.g., a field with `@id `"cities/latitude" corresponds to the property "[sc:latitude](http://schema.org/latitude)" associated with the data type [sc:GeoCoordinates](http://schema.org/GeoCoordinates).
* Or there is an explicit mapping specified on the Field, via the property `equivalentProperty`.

When a field is mapped to a property, it can inherit the range type of that property (e.g., latitude and longitude can be or of type Text or Number). It may also specify a more restrictive type, as long as it doesn't contradict the rang of the property (e.g., require the values of latitude and longitude to be of type Float).
When a field is mapped to a property, it can inherit the range type of that property (e.g., latitude and longitude can be or of type Text or Number). It may also specify a more restrictive type, as long as it doesn't contradict the range of the property (e.g., require the values of latitude and longitude to be of type Float).

A cities `RecordSet` with fields implicitly mapped to latitude and longitude:

Expand Down

0 comments on commit e172911

Please sign in to comment.