Skip to content

Commit

Permalink
Add key topics to general #169
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludee committed Oct 18, 2024
1 parent 0ea4f79 commit 057592f
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions metadata/v20/build_source/schemas/general.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,34 @@
"properties": {
"name": {
"description": "A filename or database conform table name.",
"example": "model_draft.oemetadata_table_example_v20",
"example": "oemetadata_table_example",
"type": [
"string",
"null"
],
"badge": "Iron",
"title": "Name"
},
"topic": {
"description": "A list predefined topics that correspond to the database schemas.",
"example": "[model_draft, reference]",
"type": "array",
"items": {
"description": "The topics are used to group the data in the database.",
"example": "model_draft",
"type": [
"string",
"null"
],
"badge": "Bronze",
"title": "Keyword"
},
"badge": "Bronze",
"title": "Keywords"
},
"title": {
"description": "A human readable table name.",
"example": "OEMetadata example table - Version 2.0",
"example": "OEMetadata example table",
"type": [
"string",
"null"
Expand All @@ -25,15 +42,15 @@
},
"path": {
"description": "A unique identifier (URI/UUID/DOI) for the table or file.",
"example": "http://openenergyplatform.org/dataedit/view/model_draft/oemetadata_table_example_v20",
"example": "http://openenergyplatform.org/dataedit/view/model_draft/oemetadata_table_example",
"type": [
"string",
"null"
],
"badge": "Bronze",
"title": "Path",
"readonly": true
},
},
"description": {
"description": "A description of the table. It should be usable as summary information for the table that is described by the metadata.",
"example": "Example table used to illustrate the oemetadata structure and meaning.",
Expand Down

0 comments on commit 057592f

Please sign in to comment.