{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://rig.works/schemas/rig.mod.binding.schema.json",
  "title": "rig.mod.binding",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "source": {
      "$ref": "./_defs.schema.json#/$defs/entity"
    },
    "target": {
      "$ref": "./_defs.schema.json#/$defs/entity"
    },
    "propertyKey": {
      "$ref": "./_defs.schema.json#/$defs/string"
    },
    "depth": {
      "$ref": "./_defs.schema.json#/$defs/float"
    },
    "min": {
      "$ref": "./_defs.schema.json#/$defs/float"
    },
    "max": {
      "$ref": "./_defs.schema.json#/$defs/float"
    },
    "additive": {
      "$ref": "./_defs.schema.json#/$defs/bool"
    }
  },
  "required": [
    "source",
    "target",
    "propertyKey"
  ]
}
