Item:OSW156bec0f8f674b69aaf17a4e2a97cfe8
No edit summary Tag: Metadata slot edit |
No edit summary Tag: 2017 source edit |
||
Line 1: | Line 1: | ||
== Data Annotator== | |||
{| class="layout-table layout-table-fixed" | |||
| Input <code>jsonschema</code> | |||
<div id="test-input-element" style="height:500px"><div> | |||
| Json-Editor | |||
<div class="JsonEditor" style="font-size:medium;height:500px" data-config='{ | |||
"schema": { | |||
"type": "object", | |||
"title": "My Form", | |||
"title*": {"de": "Mein Formular"} , | |||
"properties": { | |||
"color": { | |||
"type": "string", | |||
"format": "color" | |||
}, | |||
"number": { | |||
"type": "number", | |||
"description": "not a string!" | |||
} | |||
} | |||
}, "data": { | |||
"color": "#ff0000", | |||
"number": "one" | |||
}, | |||
"mode":"default", | |||
"submit_enabled": false, | |||
"schema_editor": {"container_id":"test-input-element"}, | |||
"data_editor": {"container_id":"test-output-element", "download": true}, | |||
"JSONEditorConfig": { | |||
"disable_properties": false, | |||
"show_opt_in": false, | |||
"display_required_only": false, | |||
"disable_array_reorder": true, | |||
"disable_array_delete_all_rows": true, | |||
"disable_array_delete_last_row": true | |||
} | |||
}'></div> | |||
| Output <code>jsondata</code> | |||
<div id="test-output-element" style="height:500px"><div> | |||
|} |
Revision as of 07:53, 26 April 2023
BattINFO Metadata Creator [OSW156bec0f8f674b69aaf17a4e2a97cfe8] | |
---|---|
ID | OSW156bec0f8f674b69aaf17a4e2a97cfe8 |
UUID | 156bec0f-8f67-4b69-aaf1-7a4e2a97cfe8 |
Label | BattINFO Metadata Creator |
Machine compatible name | BattinfoMetadataCreator |
Statements (outgoing) | |
Statements (incoming) | |
|
Description
Provides a service to annotate data with BattINFO terms
Item | |
---|---|
Type(s)/Category(s) | Tutorial |
Article |
Tutorial | |
---|---|
Prerequisites (required) | |
Prerequisites (optional) | |
Follow-up (recommended) |
Data Annotator
Input jsonschema
|
Json-Editor | Output jsondata
|
jsondata
type |
| |||||
---|---|---|---|---|---|---|
uuid | "156bec0f-8f67-4b69-aaf1-7a4e2a97cfe8" | |||||
label |
| |||||
description |
| |||||
name | "BattinfoMetadataCreator" |