{
  "$id": "https://hash.ai/@h/types/entity-type/has-spatially-positioned-content/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "allOf": [
    {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/entity-type/link/v/1"
    }
  ],
  "description": "Something contained at a spatial position by something",
  "kind": "entityType",
  "properties": {
    "https://hash.ai/@h/types/property-type/height-in-pixels/": {
      "$ref": "https://hash.ai/@h/types/property-type/height-in-pixels/v/1"
    },
    "https://hash.ai/@h/types/property-type/rotation-in-rads/": {
      "$ref": "https://hash.ai/@h/types/property-type/rotation-in-rads/v/1"
    },
    "https://hash.ai/@h/types/property-type/width-in-pixels/": {
      "$ref": "https://hash.ai/@h/types/property-type/width-in-pixels/v/1"
    },
    "https://hash.ai/@h/types/property-type/x-position/": {
      "$ref": "https://hash.ai/@h/types/property-type/x-position/v/1"
    },
    "https://hash.ai/@h/types/property-type/y-position/": {
      "$ref": "https://hash.ai/@h/types/property-type/y-position/v/1"
    }
  },
  "required": [
    "https://hash.ai/@h/types/property-type/rotation-in-rads/",
    "https://hash.ai/@h/types/property-type/height-in-pixels/",
    "https://hash.ai/@h/types/property-type/y-position/",
    "https://hash.ai/@h/types/property-type/x-position/",
    "https://hash.ai/@h/types/property-type/width-in-pixels/"
  ],
  "title": "Has Spatially Positioned Content",
  "type": "object"
}