{
  "scopeName": "test",
  "name": "PatchFragment",
  "symbol": "PFRAG",
  "schemaURI": "https://mything/my-metadata.json",
  "imageURI": "https://mything/my/{tokenID}.png",
  "features": ["patch"],
  "fields": [
      {
          "id": 1,
          "key": "name",
          "type": "char32",
          "description": "Name"
      },
      {
          "id": 1,
          "key": "frags",
          "type": "literef",
          "description": "My 6 Fragments",
          "arrayLength": 6
      },
  ]
}