"""Names and endpoints for external microservices.""" OWS_VIDEO = { 'name': 'ows-video', 'paths': { 'get_max_dashboard_item_id': '/max_dashboard_item_id', 'get_new_assets': '/new_assets/{video_dashboard_item_id}', 'post_setup_workflow': '/workflow/workflow_ingest_from_windows' } }