|
4190 | 4190 | "minItems": 0,
|
4191 | 4191 | "items": {
|
4192 | 4192 | "required": [
|
4193 |
| - "name", |
| 4193 | + "title", |
4194 | 4194 | "amount",
|
4195 | 4195 | "indented",
|
4196 | 4196 | "percentOfDailyNeeds"
|
4197 | 4197 | ],
|
4198 | 4198 | "properties": {
|
4199 |
| - "name": { |
| 4199 | + "title": { |
4200 | 4200 | "type": "string",
|
4201 | 4201 | "minLength": 1
|
4202 | 4202 | },
|
|
4222 | 4222 | "amount",
|
4223 | 4223 | "indented",
|
4224 | 4224 | "percentOfDailyNeeds",
|
4225 |
| - "name" |
| 4225 | + "title" |
4226 | 4226 | ],
|
4227 | 4227 | "properties": {
|
4228 | 4228 | "amount": {
|
|
4235 | 4235 | "percentOfDailyNeeds": {
|
4236 | 4236 | "type": "number"
|
4237 | 4237 | },
|
4238 |
| - "name": { |
| 4238 | + "title": { |
4239 | 4239 | "type": "string",
|
4240 | 4240 | "minLength": 1
|
4241 | 4241 | }
|
|
4261 | 4261 | "protein": "3g",
|
4262 | 4262 | "bad": [
|
4263 | 4263 | {
|
4264 |
| - "name": "Calories", |
| 4264 | + "title": "Calories", |
4265 | 4265 | "amount": "316",
|
4266 | 4266 | "indented": false,
|
4267 | 4267 | "percentOfDailyNeeds": 15.84
|
4268 | 4268 | },
|
4269 | 4269 | {
|
4270 |
| - "name": "Fat", |
| 4270 | + "title": "Fat", |
4271 | 4271 | "amount": "12g",
|
4272 | 4272 | "indented": false,
|
4273 | 4273 | "percentOfDailyNeeds": 18.51
|
4274 |
| - }, |
4275 |
| - { |
4276 |
| - "name": "Saturated Fat", |
4277 |
| - "amount": "3g", |
4278 |
| - "indented": true, |
4279 |
| - "percentOfDailyNeeds": 24.88 |
4280 |
| - }, |
4281 |
| - { |
4282 |
| - "name": "Carbohydrates", |
4283 |
| - "amount": "49g", |
4284 |
| - "indented": false, |
4285 |
| - "percentOfDailyNeeds": 16.44 |
4286 |
| - }, |
4287 |
| - { |
4288 |
| - "name": "Sugar", |
4289 |
| - "amount": "21g", |
4290 |
| - "indented": true, |
4291 |
| - "percentOfDailyNeeds": 24.42 |
4292 |
| - }, |
4293 |
| - { |
4294 |
| - "name": "Cholesterol", |
4295 |
| - "amount": "1mg", |
4296 |
| - "indented": false, |
4297 |
| - "percentOfDailyNeeds": 0.63 |
4298 |
| - }, |
4299 |
| - { |
4300 |
| - "name": "Sodium", |
4301 |
| - "amount": "279mg", |
4302 |
| - "indented": false, |
4303 |
| - "percentOfDailyNeeds": 12.13 |
4304 | 4274 | }
|
4305 | 4275 | ],
|
4306 | 4276 | "good": [
|
4307 | 4277 | {
|
4308 | 4278 | "amount": "3g",
|
4309 | 4279 | "indented": false,
|
4310 | 4280 | "percentOfDailyNeeds": 7.57,
|
4311 |
| - "name": "Protein" |
| 4281 | + "title": "Protein" |
4312 | 4282 | },
|
4313 | 4283 | {
|
4314 | 4284 | "amount": "19µg",
|
4315 | 4285 | "indented": false,
|
4316 | 4286 | "percentOfDailyNeeds": 18.76,
|
4317 |
| - "name": "Vitamin K" |
4318 |
| - }, |
4319 |
| - { |
4320 |
| - "amount": "0.37mg", |
4321 |
| - "indented": false, |
4322 |
| - "percentOfDailyNeeds": 18.69, |
4323 |
| - "name": "Manganese" |
4324 |
| - }, |
4325 |
| - { |
4326 |
| - "amount": "0.15mg", |
4327 |
| - "indented": false, |
4328 |
| - "percentOfDailyNeeds": 10.02, |
4329 |
| - "name": "Vitamin B1" |
4330 |
| - }, |
4331 |
| - { |
4332 |
| - "amount": "2g", |
4333 |
| - "indented": false, |
4334 |
| - "percentOfDailyNeeds": 9.97, |
4335 |
| - "name": "Fiber" |
4336 |
| - }, |
4337 |
| - { |
4338 |
| - "amount": "37µg", |
4339 |
| - "indented": false, |
4340 |
| - "percentOfDailyNeeds": 9.48, |
4341 |
| - "name": "Folate" |
4342 |
| - }, |
4343 |
| - { |
4344 |
| - "amount": "1mg", |
4345 |
| - "indented": false, |
4346 |
| - "percentOfDailyNeeds": 7.62, |
4347 |
| - "name": "Iron" |
4348 |
| - }, |
4349 |
| - { |
4350 |
| - "amount": "1mg", |
4351 |
| - "indented": false, |
4352 |
| - "percentOfDailyNeeds": 7.48, |
4353 |
| - "name": "Vitamin B3" |
4354 |
| - }, |
4355 |
| - { |
4356 |
| - "amount": "0.12mg", |
4357 |
| - "indented": false, |
4358 |
| - "percentOfDailyNeeds": 7.34, |
4359 |
| - "name": "Vitamin B2" |
4360 |
| - }, |
4361 |
| - { |
4362 |
| - "amount": "5mg", |
4363 |
| - "indented": false, |
4364 |
| - "percentOfDailyNeeds": 7.26, |
4365 |
| - "name": "Vitamin C" |
4366 |
| - }, |
4367 |
| - { |
4368 |
| - "amount": "4µg", |
4369 |
| - "indented": false, |
4370 |
| - "percentOfDailyNeeds": 6.26, |
4371 |
| - "name": "Selenium" |
4372 |
| - }, |
4373 |
| - { |
4374 |
| - "amount": "182mg", |
4375 |
| - "indented": false, |
4376 |
| - "percentOfDailyNeeds": 5.21, |
4377 |
| - "name": "Potassium" |
4378 |
| - }, |
4379 |
| - { |
4380 |
| - "amount": "43mg", |
4381 |
| - "indented": false, |
4382 |
| - "percentOfDailyNeeds": 4.38, |
4383 |
| - "name": "Calcium" |
4384 |
| - }, |
4385 |
| - { |
4386 |
| - "amount": "42mg", |
4387 |
| - "indented": false, |
4388 |
| - "percentOfDailyNeeds": 4.24, |
4389 |
| - "name": "Phosphorus" |
4390 |
| - }, |
4391 |
| - { |
4392 |
| - "amount": "13mg", |
4393 |
| - "indented": false, |
4394 |
| - "percentOfDailyNeeds": 3.43, |
4395 |
| - "name": "Magnesium" |
4396 |
| - }, |
4397 |
| - { |
4398 |
| - "amount": "0.48mg", |
4399 |
| - "indented": false, |
4400 |
| - "percentOfDailyNeeds": 3.19, |
4401 |
| - "name": "Vitamin E" |
4402 |
| - }, |
4403 |
| - { |
4404 |
| - "amount": "0.06mg", |
4405 |
| - "indented": false, |
4406 |
| - "percentOfDailyNeeds": 3.11, |
4407 |
| - "name": "Copper" |
4408 |
| - }, |
4409 |
| - { |
4410 |
| - "amount": "0.26mg", |
4411 |
| - "indented": false, |
4412 |
| - "percentOfDailyNeeds": 2.56, |
4413 |
| - "name": "Vitamin B5" |
4414 |
| - }, |
4415 |
| - { |
4416 |
| - "amount": "0.05mg", |
4417 |
| - "indented": false, |
4418 |
| - "percentOfDailyNeeds": 2.32, |
4419 |
| - "name": "Vitamin B6" |
4420 |
| - }, |
4421 |
| - { |
4422 |
| - "amount": "0.29mg", |
4423 |
| - "indented": false, |
4424 |
| - "percentOfDailyNeeds": 1.96, |
4425 |
| - "name": "Zinc" |
4426 |
| - }, |
4427 |
| - { |
4428 |
| - "amount": "76IU", |
4429 |
| - "indented": false, |
4430 |
| - "percentOfDailyNeeds": 1.53, |
4431 |
| - "name": "Vitamin A" |
| 4287 | + "title": "Vitamin K" |
4432 | 4288 | }
|
4433 | 4289 | ]
|
4434 | 4290 | }
|
|
0 commit comments