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