{
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "$id": "https://blockprotocol.org/@jerlendds/types/entity-type/test-input-field/v/9",
  "kind": "entityType",
  "title": "Test Input Field",
  "type": "object",
  "allOf": [],
  "description": "",
  "examples": [],
  "links": {},
  "properties": {
    "https://blockprotocol.org/@jerlendds/types/property-type/test-input-field-value/": {
      "$ref": "https://blockprotocol.org/@jerlendds/types/property-type/test-input-field-value/v/1"
    },
    "https://blockprotocol.org/@jerlendds/types/property-type/test-input-field-type/": {
      "$ref": "https://blockprotocol.org/@jerlendds/types/property-type/test-input-field-type/v/3"
    },
    "https://blockprotocol.org/@jerlendds/types/property-type/test-input-field-attributes/": {
      "$ref": "https://blockprotocol.org/@jerlendds/types/property-type/test-input-field-attributes/v/4"
    },
    "https://blockprotocol.org/@jerlendds/types/property-type/test-input-field-validations/": {
      "$ref": "https://blockprotocol.org/@jerlendds/types/property-type/test-input-field-validations/v/3"
    },
    "https://blockprotocol.org/@blockprotocol/types/property-type/name/": {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/name/v/1"
    }
  },
  "required": [
    "https://blockprotocol.org/@jerlendds/types/property-type/test-input-field-value/",
    "https://blockprotocol.org/@jerlendds/types/property-type/test-input-field-type/",
    "https://blockprotocol.org/@blockprotocol/types/property-type/name/"
  ]
}