{
  "title": "PointCloud FixedSize Algorithm",
  "type": "object",
  "$schema": "http://json-schema.org/draft-04/schema",
  "description": "Render points with fixed real world or screen space size.",
  "properties": {
    "size": {
      "type": "number",
      "description": "Symbol size in real world units or display unit"
    },
    "type": {
      "type": "string",
      "enum": [
        "pointCloudFixedSizeAlgorithm"
      ]
    },
    "useRealWorldSymbolSizes": {
      "type": "boolean",
      "description": " If true symbol size is in meters, display unit (pt) otherwise"
    }
  },
  "required": [
    "size",
    "type"
  ],
  "additionalProperties": false
}
