Advertisement
Guest User

Untitled

a guest
Oct 17th, 2023
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 8.65 KB | None | 0 0
  1. {
  2.     "type": "Categorization",
  3.     "elements": [
  4.         {
  5.             "type": "Category",
  6.             "label": "Inspection Report",
  7.             "elements": [
  8.                 {
  9.                     "type": "Control",
  10.                     "scope": "#/properties/InspectionReport"
  11.                 },
  12.                 {
  13.                     "type": "Categorization",
  14.                     "elements": [
  15.                         {
  16.                             "type": "Category",
  17.                             "label": "Property",
  18.                             "elements": [
  19.                                 {
  20.                                     "type": "Control",
  21.                                     "scope": "#/properties/InspectionReport/properties/property"
  22.                                 },
  23.                                 {
  24.                                     "type": "Categorization",
  25.                                     "elements": [
  26.                                         {
  27.                                             "type": "Category",
  28.                                             "label": "Address",
  29.                                             "elements": [
  30.                                                 {
  31.                                                     "type": "Control",
  32.                                                     "scope": "#/properties/InspectionReport/properties/property/properties/address"
  33.                                                 }
  34.                                             ]
  35.                                         },
  36.                                         {
  37.                                             "type": "Category",
  38.                                             "label": "Identification",
  39.                                             "elements": [
  40.                                                 {
  41.                                                     "type": "Control",
  42.                                                     "scope": "#/properties/InspectionReport/properties/property/properties/identification"
  43.                                                 },
  44.                                                 {
  45.                                                     "type": "VerticalLayout",
  46.                                                     "elements": [
  47.                                                         {
  48.                                                             "type": "Control",
  49.                                                             "scope": "#/properties/InspectionReport/properties/property/properties/identification/properties/gps_coordinates"
  50.                                                         }
  51.                                                     ]
  52.                                                 }
  53.                                             ]
  54.                                         },
  55.                                         {
  56.                                             "type": "Category",
  57.                                             "label": "Property Analysis",
  58.                                             "elements": [
  59.                                                 {
  60.                                                     "type": "Control",
  61.                                                     "scope": "#/properties/InspectionReport/properties/property/properties/property_analysis"
  62.                                                 }
  63.                                             ]
  64.                                         },
  65.                                         {
  66.                                             "type": "Category",
  67.                                             "label": "Structure",
  68.                                             "elements": [
  69.                                                 {
  70.                                                     "type": "Control",
  71.                                                     "scope": "#/properties/InspectionReport/properties/property/properties/structures"
  72.                                                 }
  73.                                             ]
  74.                                         }
  75.                                     ]
  76.                                 }
  77.                             ]
  78.                         },
  79.                         {
  80.                             "type": "Category",
  81.                             "label": "Anxillary",
  82.                             "elements": [
  83.                                 {
  84.                                     "type": "Control",
  85.                                     "scope": "#/properties/InspectionReport/properties/ancillary"
  86.                                 },
  87.                                 {
  88.                                     "type": "Categorization",
  89.                                     "elements": [
  90.                                         {
  91.                                             "type": "Category",
  92.                                             "label": "Alley",
  93.                                             "elements": [
  94.                                                 {
  95.                                                     "type": "Control",
  96.                                                     "scope": "#/properties/InspectionReport/properties/ancillary/properties/alley"
  97.                                                 }
  98.                                             ]
  99.                                         },
  100.                                         {
  101.                                             "type": "Category",
  102.                                             "label": "Appliances",
  103.                                             "elements": [
  104.                                                 {
  105.                                                     "type": "Control",
  106.                                                     "scope": "#/properties/InspectionReport/properties/ancillary/properties/appliances"
  107.                                                 }
  108.                                             ]
  109.                                         },
  110.                                         {
  111.                                             "type": "Category",
  112.                                             "label": "Exterior",
  113.                                             "elements": [
  114.                                                 {
  115.                                                     "type": "Control",
  116.                                                     "scope": "#/properties/InspectionReport/properties/ancillary/properties/exterior"
  117.                                                 }
  118.                                             ]
  119.                                         },
  120.                                         {
  121.                                             "type": "Category",
  122.                                             "label": "Foundation",
  123.                                             "elements": [
  124.                                                 {
  125.                                                     "type": "Control",
  126.                                                     "scope": "#/properties/InspectionReport/properties/ancillary/properties/foundation"
  127.                                                 }
  128.                                             ]
  129.                                         },
  130.                                         {
  131.                                             "type": "Category",
  132.                                             "label": "Gas",
  133.                                             "elements": [
  134.                                                 {
  135.                                                     "type": "Control",
  136.                                                     "scope": "#/properties/InspectionReport/properties/ancillary/properties/gas"
  137.                                                 }
  138.                                             ]
  139.                                         },
  140.                                         {
  141.                                             "type": "Category",
  142.                                             "label": "Interior",
  143.                                             "elements": [
  144.                                                 {
  145.                                                     "type": "Control",
  146.                                                     "scope": "#/properties/InspectionReport/properties/ancillary/properties/interior"
  147.                                                 }
  148.                                             ]
  149.                                         }
  150.                                     ]
  151.                                 }
  152.                             ]
  153.                         }
  154.                     ]
  155.                 }
  156.             ]
  157.         }
  158.     ]
  159. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement