Skip to content

Commit

Permalink
Add flexible metadata table and schema.
Browse files Browse the repository at this point in the history
  • Loading branch information
ktlim committed May 2, 2024
1 parent a7a36ff commit d80d171
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions yml/summit-latiss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -985,3 +985,38 @@ tables:
datatype: double
nullable: true
description: Voltage
- name: Exposure_flexdata
"@id": "#Exposure_flexdata"
primaryKey:
- "#Exposure_flexdata.obs_id"
- "#Exposure_flexdata.key"
columns:
- name: obs_id
"@id": "#Exposure_flexdata.obs_id"
datatype: long
description: Unique identifier.
- name: key
"@id": "#Exposure_flexdata.key"
datatype: string
description: Name of key.
- name: value
"@id": "#Exposure_flexdata.value"
datatype: string
description: Content of value as a string.
- name: Exposure_flexdata_schema
"@id": "#Exposure_flexdata_schema"
primaryKey:
- "#Exposure_flexdata_schema.key"
columns:
- name: key
"@id": "#Exposure_flexdata_schema.key"
datatype: string
description: Name of key.
- name: dtype
"@id": "#Exposure_flexdata_schema.dtype"
datatype: string
description: Name of the data type of the value.
- name: doc
"@id": "#Exposure_flexdata_schema.doc"
datatype: string
description: Documentation string. Can include units and IVOA UCD.

0 comments on commit d80d171

Please sign in to comment.