{ "namespace": "date_time", "type_name": "next_day", "description": "The next day.", "outbound": { "entity_type": { "namespace": "date_time", "type_name": "day" } }, "inbound": { "entity_type": { "namespace": "date_time", "type_name": "day" } }, "components": [ ], "properties": [ ], "extensions": [ { "namespace": "dynamic_graph", "type_name": "field_name", "extension": { "from_outbound_entity_to_relation": "", "from_relation_to_outbound_entity": "previous_day", "from_inbound_entity_to_relation": "", "from_relation_to_inbound_entity": "next_day", "from_outbound_entity_to_inbound_entity": "next_day", "from_inbound_entity_to_outbound_entity": "previous_day" } }, { "namespace": "dynamic_graph", "type_name": "field_description", "extension": { "from_outbound_entity_to_relation": "Relates the previous day with the next day.", "from_relation_to_outbound_entity": "The previous day.", "from_inbound_entity_to_relation": "Relates the next day with the previous day.", "from_relation_to_inbound_entity": "The next day.", "from_outbound_entity_to_inbound_entity": "The next day.", "from_inbound_entity_to_outbound_entity": "The previous day." } } ] }