Skip to content

Commit b41df0f

Browse files
authoredOct 18, 2024··
Merge pull request #1747 from OpenEnergyPlatform/feature/metabuilder_subsections
Divide metadata builder into sections
2 parents 4e26840 + d97578b commit b41df0f

File tree

2 files changed

+4
-50
lines changed

2 files changed

+4
-50
lines changed
 

‎dataedit/static/metaedit/schema.json

+2-50
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"$id": "https://raw.githubusercontent.com/OpenEnergyPlatform/oemetadata/master/oemetadata/latest/schema.json",
55
"description": "Application to create oemetadata in JSON format and download the JSON file to use it later or edit metadata on existing data tables. The builder currently uses the OEMetadata v1.6 schema. See the Open Energy Platform metadata standard: https://github.com/OpenEnergyPlatform/oemetadata",
66
"type": "object",
7+
"format": "categories",
8+
"basicCategoryTitle": "General",
79
"properties": {
810
"name": {
911
"description": "File name or database table name",
@@ -873,56 +875,6 @@
873875
"options": {
874876
"hidden": true
875877
}
876-
},
877-
"_comment": {
878-
"description": "Object. The “_comment”-section is used as a self-description of the final metadata-file. It is text, intended for humans and can include a link to the metadata documentation(s), required value formats and similar remarks. The comment section has no fix structure or mandatory values, but a useful self-description, similar to the one depicted here, is encouraged.",
879-
"type": "object",
880-
"properties": {
881-
"metadata": {
882-
"description": "Reference to the metadata documentation in use. Example: Metadata documentation and explanation (https://github.com/OpenEnergyPlatform/organisation/wiki/metadata)",
883-
"type": ["string", "null"],
884-
"title": "Metadata"
885-
},
886-
"dates": {
887-
"description": "Comment on data/time format. Example: Dates and time must follow the ISO8601 including time zone (YYYY-MM-DD or YYYY-MM-DDThh:mm:ss±hh)",
888-
"type": ["string", "null"],
889-
"title": "Dates"
890-
},
891-
"units": {
892-
"description": "Comment on units. Example: If you must use units in cells (which is discouraged), leave a space between numbers and units (100 m)",
893-
"type": ["string", "null"],
894-
"title": "Units"
895-
},
896-
"languages": {
897-
"description": "Comment on language format. Example: Languages must follow the IETF (BCP47) format (en-GB, en-US, de-DE)",
898-
"type": ["string", "null"],
899-
"title": "Languages"
900-
},
901-
"licenses": {
902-
"description": "Reference to license format. Example: License name must follow the SPDX License List (https://spdx.org/licenses/)",
903-
"type": ["string", "null"],
904-
"title": "Licenses"
905-
},
906-
"review": {
907-
"description": "Reference to review documentation. Example: Following the OEP Data Review (https://github.com/OpenEnergyPlatform/data-preprocessing/wiki)",
908-
"type": ["string", "null"],
909-
"title": "Review"
910-
},
911-
"null": {
912-
"description": "Feel free to add more descriptive comments. Like \"null\". Example: If a field is not applicable just enter \"null\"",
913-
"type": ["string", "null"],
914-
"title": "Null"
915-
},
916-
"todo": {
917-
"description": "If an applicable value is not yet available and will be inserted later on use: 'todo' ",
918-
"type": ["string", "null"],
919-
"title": "Todo"
920-
}
921-
},
922-
"title": "_comment",
923-
"options": {
924-
"hidden": true
925-
}
926878
}
927879
},
928880
"additionalProperties": false

‎versions/changelogs/current.md

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
## Features
1212

13+
- divide metadata builder flow into subsections [(#1747)](https://github.com/OpenEnergyPlatform/oeplatform/pull/1747)
14+
1315
## Bugs
1416

1517
- Updated Dockerfile for sass at theming dir [(#1855)](https://github.com/OpenEnergyPlatform/oeplatform/pull/1855)

0 commit comments

Comments
 (0)
Please sign in to comment.