diff --git a/infra/src/nomad_plugin_gui/schema_packages/values_test_schema.py b/infra/src/nomad_plugin_gui/schema_packages/values_test_schema.py index 9d9a61ee91f3f8700d163a1640ebc56715d34fca..8897d6379b41abf5f9653416faec2c68a1d42668 100644 --- a/infra/src/nomad_plugin_gui/schema_packages/values_test_schema.py +++ b/infra/src/nomad_plugin_gui/schema_packages/values_test_schema.py @@ -17,7 +17,6 @@ from nomad.metainfo import ( Bytes, Dimension, Unit, - HDF5Reference, ) @@ -51,7 +50,6 @@ class QuantityTypes(MSection): json_quantity = Quantity(type=JSON) dimension_quantity = Quantity(type=Dimension) unit_quantity = Quantity(type=Unit) - hdf5_reference_quantity = Quantity(type=HDF5Reference) section_reference = Quantity(type=Reference(Referenced)) diff --git a/src/mocks/syntheticApi.nomad.data.json b/src/mocks/syntheticApi.nomad.data.json index 6e6d83ee26d2b0361cdcbcbbd4b404418f4f8bd0..96a4cc6e6fd376175d6d82b44ab5a1ac6b07d71e 100644 --- a/src/mocks/syntheticApi.nomad.data.json +++ b/src/mocks/syntheticApi.nomad.data.json @@ -10410,13 +10410,6 @@ "type_data": "nomad.metainfo.data_type.Unit" } }, - { - "name": "hdf5_reference_quantity", - "type": { - "type_kind": "custom", - "type_data": "nomad.metainfo.data_type.HDF5Reference" - } - }, { "name": "section_reference", "type": {