Skip to content

fields and schema objects are missing in the json TFCat output #38

@CorentinLouis

Description

@CorentinLouis

Are missing in the TFCat file the following:

   {
     "fields": {
        "quality": {
           "info": "Quality parameter: -1 (not set), 1 (good), 2 (medium) and 3 (bad quality).",
           "datatype": "str",
           "ucd": "meta.code.qual"
        }

      "$schema": "https://voparis-ns.obspm.fr/maser/tfcat/v1.0/schema#"
   }

Each "property" name MUST be defined in the Fields Object.
3.3.1. Field Object
The Field Object contains the metadata defining one of the "property"
included in the Properties Object members of each Feature Object (see
Section 3.2.1.). The Field Object is a
JSON object.

The Field Object has a member with name "info". The value of this member contain a description of the "field". The Field Object has a member with name "datatype". The value of this member is one of 'int', 'float' 'bool', or 'str' (TBC) The Field Object has a member with name "ucd". The value of this member is a valid UCD (IVOA Unified Content Description). The Field Object may have a member with name "unit". The value of this member is a valid unit, as defined in the VOUnit specification. If "unit" is not applicable, the member should not be present.

Metadata

Metadata

Labels

invalidThis doesn't seem right

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions