mmcif-entity.json 400 B

1234567891011121314
  1. {
  2. "entity": {
  3. "id": "str",
  4. "type": { "enum": [ "polymer", "non-polymer", "water", "macrolide" ] },
  5. "src_method": "str",
  6. "pdbx_description": "str",
  7. "formula_weight": { "float": [ 6, 3, 1 ] },
  8. "pdbx_number_of_molecules": "int",
  9. "details": "str",
  10. "pdbx_mutation": "str",
  11. "pdbx_fragment": "str",
  12. "pdbx_ec": "str"
  13. }
  14. }