simphony / simphony-metadata

[LEGACY] This repository contains the metadata definitions used in SimPhoNy project.
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

CUBA.DATA should be defined #21

Closed mehdisadeghi closed 7 years ago

mehdisadeghi commented 8 years ago

CUBA.DATA is missing from metadata definition. We can define it this way:

CUBA.DATA:
  definition: A generic container
  parent: CUBA.CUDS_COMPONENT

However it is still incomplete, how we should show its container nature (dict, shape)?

One can use it:

CUBA.EXAMPLE:
    definition: an example structure
    parent: CUBA.CUDS_COMPONENT
    CUBA.DATA:
      shape: (10)

everything would be much easier if we could write:

CUBA.EXAMPLE:
    definition: an example structure
    parent: CUBA.CUDS_COMPONENT
    CUBA.CUDS_COMPONENT:
      name: data
      shape: (10)

Please comment. @ahashibon @kitchoi

ahashibon commented 7 years ago

please see: https://publicwiki-01.fraunhofer.de/SimPhoNy-Project/index.php/Short_summary_of_final_specifications_of_CUDS_metadata_schema and the discussion page.