{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://rig.works/schemas/rig.print.material.schema.json",
  "title": "rig.print.material",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "densityKgM3": {
      "$ref": "./_defs.schema.json#/$defs/float"
    },
    "feedZoneC": {
      "$ref": "./_defs.schema.json#/$defs/float"
    },
    "meltZoneC": {
      "$ref": "./_defs.schema.json#/$defs/float"
    },
    "nozzleZoneC": {
      "$ref": "./_defs.schema.json#/$defs/float"
    },
    "maxVolumetricMm3s": {
      "$ref": "./_defs.schema.json#/$defs/float"
    }
  },
  "required": [
    "densityKgM3"
  ]
}
