{
  "description": "DTO (Data Transfer Object) for Helper class SchemaData representing the 'Schema Data' entity",
  "friendlyName": "SchemaData",
  "kind": "SchemaRootObject",
  "name": "SchemaDataDTO",
  "properties": [
    {
      "description": "Defaults",
      "friendlyName": "Defaults",
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "defaults",
      "underlyingName": "Defaults",
      "underlyingType": "object",
      "underlyingTypeRef": "Object"
    },
    {
      "description": "Endpoint Labels",
      "elementSchema": {
        "isLogicalPrimitive": true,
        "kind": "SchemaRootObject",
        "name": "String",
        "underlyingType": "string",
        "underlyingTypeRef": "String"
      },
      "friendlyName": "Endpoint Labels",
      "isEnumerable": true,
      "kind": "SchemaArrayProperty",
      "name": "endpointLabels",
      "underlyingName": "EndPointLabels",
      "underlyingType": "string[]",
      "underlyingTypeRef": "String"
    },
    {
      "description": "Endpoints",
      "elementSchema": {
        "isLogicalPrimitive": true,
        "kind": "SchemaRootObject",
        "name": "Int32",
        "underlyingType": "int",
        "underlyingTypeRef": "Int32"
      },
      "friendlyName": "Endpoints",
      "isEnumerable": true,
      "kind": "SchemaArrayProperty",
      "name": "endpoints",
      "underlyingName": "EndPoints",
      "underlyingType": "int[]",
      "underlyingTypeRef": "Int32"
    },
    {
      "description": "Icon",
      "friendlyName": "Icon",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "icon",
      "underlyingName": "Icon",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    },
    {
      "description": "Multiple Times Capability",
      "friendlyName": "Multiple Times Capability",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "multipleTimesCapability",
      "underlyingName": "MultipleTimesCapability",
      "underlyingType": "bool",
      "underlyingTypeRef": "Boolean"
    },
    {
      "description": "Name",
      "friendlyName": "Name",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "name",
      "underlyingName": "Name",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    },
    {
      "description": "Title",
      "friendlyName": "Title",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "title",
      "underlyingName": "Title",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    }
  ],
  "underlyingType": "SchemaDataDTO",
  "underlyingTypeRef": "SchemaDataDTO"
}