Skip to content

Commit 07ca7ea

Browse files
committed
Section 10.4 - Test Deployed API
1 parent 87215a1 commit 07ca7ea

File tree

1 file changed

+82
-0
lines changed

1 file changed

+82
-0
lines changed

scripts/input_test.json

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
[{
2+
"Id": 1461,
3+
"MSSubClass": 20,
4+
"MSZoning": "RH",
5+
"LotFrontage": 80.0,
6+
"LotArea": 11622,
7+
"Street": "Pave",
8+
"Alley": null,
9+
"LotShape": "Reg",
10+
"LandContour": "Lvl",
11+
"Utilities": "AllPub",
12+
"LotConfig": "Inside",
13+
"LandSlope": "Gtl",
14+
"Neighborhood": "NAmes",
15+
"Condition1": "Feedr",
16+
"Condition2": "Norm",
17+
"BldgType": "1Fam",
18+
"HouseStyle": "1Story",
19+
"OverallQual": 5,
20+
"OverallCond": 6,
21+
"YearBuilt": 1961,
22+
"YearRemodAdd": 1961,
23+
"RoofStyle": "Gable",
24+
"RoofMatl": "CompShg",
25+
"Exterior1st": "VinylSd",
26+
"Exterior2nd": "VinylSd",
27+
"MasVnrType": "None",
28+
"MasVnrArea": 0.0,
29+
"ExterQual": "TA",
30+
"ExterCond": "TA",
31+
"Foundation": "CBlock",
32+
"BsmtQual": "TA",
33+
"BsmtCond": "TA",
34+
"BsmtExposure": "No",
35+
"BsmtFinType1": "Rec",
36+
"BsmtFinSF1": 468.0,
37+
"BsmtFinType2": "LwQ",
38+
"BsmtFinSF2": 144.0,
39+
"BsmtUnfSF": 270.0,
40+
"TotalBsmtSF": 882.0,
41+
"Heating": "GasA",
42+
"HeatingQC": "TA",
43+
"CentralAir": "Y",
44+
"Electrical": "SBrkr",
45+
"1stFlrSF": 896,
46+
"2ndFlrSF": 0,
47+
"LowQualFinSF": 0,
48+
"GrLivArea": 896,
49+
"BsmtFullBath": 0.0,
50+
"BsmtHalfBath": 0.0,
51+
"FullBath": 1,
52+
"HalfBath": 0,
53+
"BedroomAbvGr": 2,
54+
"KitchenAbvGr": 1,
55+
"KitchenQual": "TA",
56+
"TotRmsAbvGrd": 5,
57+
"Functional": "Typ",
58+
"Fireplaces": 0,
59+
"FireplaceQu": null,
60+
"GarageType": "Attchd",
61+
"GarageYrBlt": 1961.0,
62+
"GarageFinish": "Unf",
63+
"GarageCars": 1.0,
64+
"GarageArea": 730.0,
65+
"GarageQual": "TA",
66+
"GarageCond": "TA",
67+
"PavedDrive": "Y",
68+
"WoodDeckSF": 140,
69+
"OpenPorchSF": 0,
70+
"EnclosedPorch": 0,
71+
"3SsnPorch": 0,
72+
"ScreenPorch": 120,
73+
"PoolArea": 0,
74+
"PoolQC": null,
75+
"Fence": "MnPrv",
76+
"MiscFeature": null,
77+
"MiscVal": 0,
78+
"MoSold": 6,
79+
"YrSold": 2010,
80+
"SaleType": "WD",
81+
"SaleCondition": "Normal"
82+
}]

0 commit comments

Comments
 (0)