|
4 | 4 | "$id": "https://raw.githubusercontent.com/OpenEnergyPlatform/oemetadata/master/oemetadata/latest/schema.json",
|
5 | 5 | "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",
|
6 | 6 | "type": "object",
|
| 7 | + "format": "categories", |
| 8 | + "basicCategoryTitle": "General", |
7 | 9 | "properties": {
|
8 | 10 | "name": {
|
9 | 11 | "description": "File name or database table name",
|
|
873 | 875 | "options": {
|
874 | 876 | "hidden": true
|
875 | 877 | }
|
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 |
| - } |
926 | 878 | }
|
927 | 879 | },
|
928 | 880 | "additionalProperties": false
|
|
0 commit comments