{
  "description": "DTO (Data Transfer Object) for Helper class Direction representing the 'Direction' entity",
  "friendlyName": "Direction",
  "kind": "SchemaRootObject",
  "name": "DirectionDTO",
  "properties": [
    {
      "description": "Distance",
      "friendlyName": "Distance",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "distance",
      "underlyingName": "Distance",
      "underlyingType": "double",
      "underlyingTypeRef": "Double"
    },
    {
      "description": "Duration",
      "friendlyName": "Duration",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "duration",
      "underlyingName": "Duration",
      "underlyingType": "double",
      "underlyingTypeRef": "Double"
    },
    {
      "description": "Save Direction",
      "friendlyName": "Save Direction",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "saveDirection",
      "underlyingName": "SaveDirection",
      "underlyingType": "bool",
      "underlyingTypeRef": "Boolean"
    }
  ],
  "underlyingType": "DirectionDTO",
  "underlyingTypeRef": "DirectionDTO"
}