UNPKG

@reactodia/workspace

Version:

Reactodia Workspace -- library for visual interaction with graphs in a form of a diagram.

436 lines (435 loc) 19.6 kB
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$defs": { "Group": { "type": "object" }, "Value": { "type": "string" } }, "type": "object", "additionalProperties": false, "properties": { "$schema": { "type": "string" }, "authoring_state": { "$ref": "#/$defs/Group", "additionalProperties": false, "properties": { "entity_action_delete.label": { "$ref": "#/$defs/Value" }, "entity_action_delete.title": { "$ref": "#/$defs/Value" }, "entity_action_delete.title_disabled": { "$ref": "#/$defs/Value" }, "entity_action_discard.label": { "$ref": "#/$defs/Value" }, "entity_action_discard.title": { "$ref": "#/$defs/Value" }, "entity_action_edit.label": { "$ref": "#/$defs/Value" }, "entity_action_edit.title": { "$ref": "#/$defs/Value" }, "entity_action_edit.title_disabled": { "$ref": "#/$defs/Value" }, "entity_add.label": { "$ref": "#/$defs/Value" }, "entity_change.label": { "$ref": "#/$defs/Value" }, "entity_delete.label": { "$ref": "#/$defs/Value" }, "relation_action_discard.label": { "$ref": "#/$defs/Value" }, "relation_action_discard.title": { "$ref": "#/$defs/Value" }, "relation_add.label": { "$ref": "#/$defs/Value" }, "relation_change.label": { "$ref": "#/$defs/Value" }, "relation_delete.label": { "$ref": "#/$defs/Value" } } }, "classic_workspace": { "$ref": "#/$defs/Group", "additionalProperties": false, "properties": { "class_tree.heading": { "$ref": "#/$defs/Value" }, "instances.heading": { "$ref": "#/$defs/Value" }, "connections.heading": { "$ref": "#/$defs/Value" } } }, "commands": { "$ref": "#/$defs/Group", "additionalProperties": false, "properties": { "change_entity.title": { "$ref": "#/$defs/Value" }, "change_link_type_visibility.title": { "$ref": "#/$defs/Value" }, "change_relation.title": { "$ref": "#/$defs/Value" }, "collapse_element.title": { "$ref": "#/$defs/Value" }, "expand_element.title": { "$ref": "#/$defs/Value" }, "place_elements_around.title": { "$ref": "#/$defs/Value" }, "restore_geometry.title": { "$ref": "#/$defs/Value" }, "restore_link_vertices.title": { "$ref": "#/$defs/Value" }, "restore_viewport.title": { "$ref": "#/$defs/Value" }, "set_element_state.title": { "$ref": "#/$defs/Value" }, "set_entity_data.title": { "$ref": "#/$defs/Value" }, "set_entity_group_items.title": { "$ref": "#/$defs/Value" }, "set_link_state.title": { "$ref": "#/$defs/Value" }, "set_relation_data.title": { "$ref": "#/$defs/Value" }, "set_relation_group_items.title": { "$ref": "#/$defs/Value" }, "transform_elements.title": { "$ref": "#/$defs/Value" } } }, "connections_menu": { "$ref": "#/$defs/Group", "additionalProperties": false, "properties": { "all_link.label": { "$ref": "#/$defs/Value" }, "breadcrumbs_root.label": { "$ref": "#/$defs/Value" }, "dialog.caption": { "$ref": "#/$defs/Value" }, "entities.add_all": { "$ref": "#/$defs/Value" }, "entities.add_group": { "$ref": "#/$defs/Value" }, "entities.add_selected": { "$ref": "#/$defs/Value" }, "entities.counter_label": { "$ref": "#/$defs/Value" }, "entities.extra_label": { "$ref": "#/$defs/Value" }, "entities.extra_title": { "$ref": "#/$defs/Value" }, "entities.missing_label": { "$ref": "#/$defs/Value" }, "entities.missing_title": { "$ref": "#/$defs/Value" }, "entities.no_results": { "$ref": "#/$defs/Value" }, "entities.truncated_results": { "$ref": "#/$defs/Value" }, "entities.truncated_results_expand": { "$ref": "#/$defs/Value" }, "link.both_navigate_title": { "$ref": "#/$defs/Value" }, "link.both_title": { "$ref": "#/$defs/Value" }, "link.source_navigate_title": { "$ref": "#/$defs/Value" }, "link.source_title": { "$ref": "#/$defs/Value" }, "link.target_navigate_title": { "$ref": "#/$defs/Value" }, "link.target_title": { "$ref": "#/$defs/Value" }, "link.move_to_filter.title": { "$ref": "#/$defs/Value" }, "links.no_results": { "$ref": "#/$defs/Value" }, "links.suggest_similar": { "$ref": "#/$defs/Value" }, "place_elements.command": { "$ref": "#/$defs/Value" }, "select_all.label": { "$ref": "#/$defs/Value" }, "select_all.title": { "$ref": "#/$defs/Value" }, "sort_alphabetically.title": { "$ref": "#/$defs/Value" }, "sort_smart.title": { "$ref": "#/$defs/Value" } } }, "data_diagram_model": { "$ref": "#/$defs/Group", "additionalProperties": false, "properties": { "create_links.command": { "$ref": "#/$defs/Value" }, "group_entities.command": { "$ref": "#/$defs/Value" }, "import_layout.command": { "$ref": "#/$defs/Value" }, "regroup_relations.command": { "$ref": "#/$defs/Value" }, "request_entities.command": { "$ref": "#/$defs/Value" }, "request_relations.command": { "$ref": "#/$defs/Value" }, "ungroup_entities.command": { "$ref": "#/$defs/Value" } } }, "default_data_locale": { "$ref": "#/$defs/Group", "additionalProperties": false, "properties": { "iri": { "$ref": "#/$defs/Value" }, "iri_blank": { "$ref": "#/$defs/Value" } } }, "default_workspace": { "$ref": "#/$defs/Group", "additionalProperties": false, "properties": { "search_section_entities.label": { "$ref": "#/$defs/Value" }, "search_section_entities.title": { "$ref": "#/$defs/Value" }, "search_section_entity_types.label": { "$ref": "#/$defs/Value" }, "search_section_entity_types.title": { "$ref": "#/$defs/Value" }, "search_section_link_types.label": { "$ref": "#/$defs/Value" }, "search_section_link_types.title": { "$ref": "#/$defs/Value" } } }, "drop_on_canvas": { "$ref": "#/$defs/Group", "additionalProperties": false, "properties": { "drop.command": { "$ref": "#/$defs/Value" } } }, "editor_controller": { "$ref": "#/$defs/Group", "additionalProperties": false, "properties": { "apply_authored_changes.command": { "$ref": "#/$defs/Value" }, "discard_change.command": { "$ref": "#/$defs/Value" }, "entity_add.command": { "$ref": "#/$defs/Value" }, "entity_change.command": { "$ref": "#/$defs/Value" }, "entity_delete.command": { "$ref": "#/$defs/Value" }, "relation_add.command": { "$ref": "#/$defs/Value" }, "relation_change.command": { "$ref": "#/$defs/Value" }, "relation_delete.command": { "$ref": "#/$defs/Value" }, "relation_move_source.command": { "$ref": "#/$defs/Value" }, "relation_move_target.command": { "$ref": "#/$defs/Value" }, "remove_items.command": { "$ref": "#/$defs/Value" }, "set_authoring_state.command": { "$ref": "#/$defs/Value" } } }, "group_paginator": { "$ref": "#/$defs/Group", "additionalProperties": false, "properties": { "current_page.label": { "$ref": "#/$defs/Value" }, "go_next.title": { "$ref": "#/$defs/Value" }, "go_previous.title": { "$ref": "#/$defs/Value" }, "page_size.title": { "$ref": "#/$defs/Value" } } }, "inline_entity": { "$ref": "#/$defs/Group", "additionalProperties": false, "properties": { "title": { "$ref": "#/$defs/Value" }, "title_extra": { "$ref": "#/$defs/Value" } } }, "link_action": { "$ref": "#/$defs/Group", "additionalProperties": false, "properties": { "delete_annotation.title": { "$ref": "#/$defs/Value" }, "delete_relation.title": { "$ref": "#/$defs/Value" }, "delete_relation.title_disabled": { "$ref": "#/$defs/Value" }, "edit_relation.title": { "$ref": "#/$defs/Value" }, "edit_relation.title_disabled": { "$ref": "#/$defs/Value" }, "rename_link.title": { "$ref": "#/$defs/Value" }, "move_relation.move_source_title": { "$ref": "#/$defs/Value" }, "move_relation.move_target_title": { "$ref": "#/$defs/Value" } } }, "navigator": { "$ref": "#/$defs/Group", "additionalProperties": false, "properties": { "toggle_collapse.title": { "$ref": "#/$defs/Value" }, "toggle_expand.title": { "$ref": "#/$defs/Value" } } }, "note_annotation": { "$ref": "#/$defs/Group", "additionalProperties": false, "properties": { "change_text.command": { "$ref": "#/$defs/Value" }, "style_align_center.title": { "$ref": "#/$defs/Value" }, "style_align_left.title": { "$ref": "#/$defs/Value" }, "style_align_right.title": { "$ref": "#/$defs/Value" }, "style_bold.title": { "$ref": "#/$defs/Value" }, "style_color_variant.title": { "$ref": "#/$defs/Value" }, "style_italic.title": { "$ref": "#/$defs/Value" }, "style_strikethrough.title": { "$ref": "#/$defs/Value" }, "style_underline.title": { "$ref": "#/$defs/Value" } } }, "overlay_controller": { "$ref": "#/$defs/Group", "additionalProperties": false, "properties": { "multiple_tasks_in_progress": { "$ref": "#/$defs/Value" }, "unknown_error": { "$ref": "#/$defs/Value" } } }, "search_defaults": { "$ref": "#/$defs/Group", "additionalProperties": false, "properties": { "empty_input_term": { "$ref": "#/$defs/Value" }, "input.placeholder": { "$ref": "#/$defs/Value" }, "input_clear.title": { "$ref": "#/$defs/Value" }, "input_submit.title": { "$ref": "#/$defs/Value" }, "input_term_too_short": { "$ref": "#/$defs/Value" }, "no_results": { "$ref": "#/$defs/Value" } } }, "search_element_types": { "$ref": "#/$defs/Group", "additionalProperties": false, "properties": { "drag_create.title": { "$ref": "#/$defs/Value" }, "no_results": { "$ref": "#/$defs/Value" }, "refresh_progress.title": { "$ref": "#/$defs/Value" }, "show_only_creatable": { "$ref": "#/$defs/Value" } } }, "search_entities": { "$ref": "#/$defs/Group", "additionalProperties": false, "properties": { "add_group.label": { "$ref": "#/$defs/Value" }, "add_group.title": { "$ref": "#/$defs/Value" }, "add_selected.label": { "$ref": "#/$defs/Value" }, "add_selected.title": { "$ref": "#/$defs/Value" }, "criteria_has_type": { "$ref": "#/$defs/Value" }, "criteria_connected": { "$ref": "#/$defs/Value" }, "criteria_connected_via": { "$ref": "#/$defs/Value" }, "criteria_connected_to_source": { "$ref": "#/$defs/Value" }, "criteria_connected_to_target": { "$ref": "#/$defs/Value" }, "place_elements.command": { "$ref": "#/$defs/Value" }, "query_progress.title": { "$ref": "#/$defs/Value" }, "show_more_results.label": { "$ref": "#/$defs/Value" }, "show_more_results.title": { "$ref": "#/$defs/Value" } } }, "search_link_types": { "$ref": "#/$defs/Group", "additionalProperties": false, "properties": { "add_to_filter.title": { "$ref": "#/$defs/Value" }, "heading_connected": { "$ref": "#/$defs/Value" }, "heading_connected_single": { "$ref": "#/$defs/Value" }, "heading_other": { "$ref": "#/$defs/Value" }, "no_results": { "$ref": "#/$defs/Value" }, "switch.command": { "$ref": "#/$defs/Value" }, "switch_all.label": { "$ref": "#/$defs/Value" }, "switch_hidden.title": { "$ref": "#/$defs/Value" }, "switch_visible.title": { "$ref": "#/$defs/Value" }, "switch_without_label.title": { "$ref": "#/$defs/Value" } } }, "selection_action": { "$ref": "#/$defs/Group", "additionalProperties": false, "properties": { "add_to_filter.title": { "$ref": "#/$defs/Value" }, "anchor.title": { "$ref": "#/$defs/Value" }, "annotate.defaultContent": { "$ref": "#/$defs/Value" }, "annotate.title": { "$ref": "#/$defs/Value" }, "connections.title": { "$ref": "#/$defs/Value" }, "establish_relation.title": { "$ref": "#/$defs/Value" }, "establish_relation.title_disabled": { "$ref": "#/$defs/Value" }, "expand.collapse_command": { "$ref": "#/$defs/Value" }, "expand.expand_command": { "$ref": "#/$defs/Value" }, "expand.title": { "$ref": "#/$defs/Value" }, "expand.title_single": { "$ref": "#/$defs/Value" }, "group.title": { "$ref": "#/$defs/Value" }, "group.title_ungroup": { "$ref": "#/$defs/Value" }, "layout.title": { "$ref": "#/$defs/Value" }, "remove.title": { "$ref": "#/$defs/Value" }, "remove.title_new": { "$ref": "#/$defs/Value" }, "remove.title_single": { "$ref": "#/$defs/Value" }, "zoom_to_fit.title": { "$ref": "#/$defs/Value" } } }, "standard_element": { "$ref": "#/$defs/Group", "additionalProperties": false, "properties": { "blank_node": { "$ref": "#/$defs/Value" }, "default_type": { "$ref": "#/$defs/Value" }, "delete.label": { "$ref": "#/$defs/Value" }, "delete.title": { "$ref": "#/$defs/Value" }, "delete.title_disabled": { "$ref": "#/$defs/Value" }, "edit.label": { "$ref": "#/$defs/Value" }, "edit.title": { "$ref": "#/$defs/Value" }, "edit.title_disabled": { "$ref": "#/$defs/Value" }, "group_item.title": { "$ref": "#/$defs/Value" }, "iri.label": { "$ref": "#/$defs/Value" }, "iri.label_modified": { "$ref": "#/$defs/Value" }, "no_properties": { "$ref": "#/$defs/Value" }, "property.title": { "$ref": "#/$defs/Value" }, "ungroup.title": { "$ref": "#/$defs/Value" } } }, "standard_link": { "$ref": "#/$defs/Group", "additionalProperties": false, "properties": { "group_source.title": { "$ref": "#/$defs/Value" }, "group_source.value": { "$ref": "#/$defs/Value" }, "group_target.title": { "$ref": "#/$defs/Value" }, "group_target.value": { "$ref": "#/$defs/Value" }, "label.title": { "$ref": "#/$defs/Value" }, "property.title": { "$ref": "#/$defs/Value" } } }, "toolbar": { "$ref": "#/$defs/Group", "additionalProperties": false, "properties": { "menu_toggle.title": { "$ref": "#/$defs/Value" } } }, "toolbar_action": { "$ref": "#/$defs/Group", "additionalProperties": false, "properties": { "clear_all.command": { "$ref": "#/$defs/Value" }, "clear_all.title": { "$ref": "#/$defs/Value" }, "clear_all.label": { "$ref": "#/$defs/Value" }, "export_print.label": { "$ref": "#/$defs/Value" }, "export_print.title": { "$ref": "#/$defs/Value" }, "export_raster.label": { "$ref": "#/$defs/Value" }, "export_raster.title": { "$ref": "#/$defs/Value" }, "export_svg.label": { "$ref": "#/$defs/Value" }, "export_svg.title": { "$ref": "#/$defs/Value" }, "redo.label": { "$ref": "#/$defs/Value" }, "redo.title": { "$ref": "#/$defs/Value" }, "redo.title_named": { "$ref": "#/$defs/Value" }, "save_authoring.title": { "$ref": "#/$defs/Value" }, "save_layout.title": { "$ref": "#/$defs/Value" }, "language_selector.title": { "$ref": "#/$defs/Value" }, "layout.label": { "$ref": "#/$defs/Value" }, "layout.title": { "$ref": "#/$defs/Value" }, "undo.label": { "$ref": "#/$defs/Value" }, "undo.title": { "$ref": "#/$defs/Value" }, "undo.title_named": { "$ref": "#/$defs/Value" } } }, "unified_search": { "$ref": "#/$defs/Group", "additionalProperties": false, "properties": { "input.placeholder": { "$ref": "#/$defs/Value" }, "input_clear.title": { "$ref": "#/$defs/Value" }, "input_collapse.title": { "$ref": "#/$defs/Value" } } }, "visual_authoring": { "$ref": "#/$defs/Group", "additionalProperties": false, "properties": { "dialog.apply.label": { "$ref": "#/$defs/Value" }, "dialog.apply.title": { "$ref": "#/$defs/Value" }, "dialog.cancel.label": { "$ref": "#/$defs/Value" }, "dialog.cancel.title": { "$ref": "#/$defs/Value" }, "edit_entity.dialog.caption": { "$ref": "#/$defs/Value" }, "edit_entity.iri.label": { "$ref": "#/$defs/Value" }, "edit_entity.label.label": { "$ref": "#/$defs/Value" }, "edit_entity.type.label": { "$ref": "#/$defs/Value" }, "edit_relation.dialog.caption": { "$ref": "#/$defs/Value" }, "edit_relation.dialog.caption_new": { "$ref": "#/$defs/Value" }, "edit_relation.validation_progress.title": { "$ref": "#/$defs/Value" }, "find_or_create.connect_command": { "$ref": "#/$defs/Value" }, "find_or_create.create_command": { "$ref": "#/$defs/Value" }, "find_or_create.dialog.caption": { "$ref": "#/$defs/Value" }, "find_or_create.loading.label": { "$ref": "#/$defs/Value" }, "find_or_create.validation_progress.title": { "$ref": "#/$defs/Value" }, "property.add_value.title": { "$ref": "#/$defs/Value" }, "property.label": { "$ref": "#/$defs/Value" }, "property.remove_value.title": { "$ref": "#/$defs/Value" }, "property.text_value.placeholder": { "$ref": "#/$defs/Value" }, "property.title": { "$ref": "#/$defs/Value" }, "rename_link.dialog.caption": { "$ref": "#/$defs/Value" }, "rename_link.label.label": { "$ref": "#/$defs/Value" }, "select_entity.entity_type.label": { "$ref": "#/$defs/Value" }, "select_entity.type.label": { "$ref": "#/$defs/Value" }, "select_entity.type.placeholder": { "$ref": "#/$defs/Value" }, "select_entity.results.aria_label": { "$ref": "#/$defs/Value" }, "select_entity.separator.label": { "$ref": "#/$defs/Value" }, "select_entity.validation.error_required": { "$ref": "#/$defs/Value" }, "select_relation.relation_type.label": { "$ref": "#/$defs/Value" }, "select_relation.type.label": { "$ref": "#/$defs/Value" }, "select_relation.type.placeholder": { "$ref": "#/$defs/Value" }, "select_relation.validation.error_duplicate": { "$ref": "#/$defs/Value" }, "select_relation.validation.error_required": { "$ref": "#/$defs/Value" } } }, "workspace": { "$ref": "#/$defs/Group", "additionalProperties": false, "properties": { "group_entities.command": { "$ref": "#/$defs/Value" }, "perform_layout.command": { "$ref": "#/$defs/Value" }, "perform_layout.task": { "$ref": "#/$defs/Value" }, "ungroup_entities.command": { "$ref": "#/$defs/Value" } } }, "zoom_control": { "$ref": "#/$defs/Group", "additionalProperties": false, "properties": { "pointer_mode.title": { "$ref": "#/$defs/Value" }, "zoom_in.title": { "$ref": "#/$defs/Value" }, "zoom_out.title": { "$ref": "#/$defs/Value" }, "zoom_to_fit.title": { "$ref": "#/$defs/Value" } } } } }