As part of the schema definition in the docs, we have not defined `logicalType` as an option for objects. [Link can be seen here](https://bitol-io.github.io/open-data-contract-standard/v3.1.0/schema/#applicable-to-elements-either-objects-or-properties). [As per the JSON schema, `logicalType` is a valid option](https://github.com/bitol-io/open-data-contract-standard/blob/main/schema/odcs-json-schema-v3.1.0.json#L1638). [`logicalType` is also used in all the examples at the object level](https://bitol-io.github.io/open-data-contract-standard/v3.1.0/schema/#examples).
As part of the schema definition in the docs, we have not defined
logicalTypeas an option for objects.Link can be seen here.
As per the JSON schema,
logicalTypeis a valid option.logicalTypeis also used in all the examples at the object level.