BigOven · Schema

BigOven.Model.API2.UserInfoTinyx

RecipesMeal PlanningGrocery ListsNutritionFoodCooking

Properties

Name Type Description
FirstName string
LastName string
PhotoUrl string
UserID integer
UserName string
View JSON Schema on GitHub

JSON Schema

bigoven.model.api2.userinfotinyx.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "BigOven.Model.API2.UserInfoTinyx",
  "properties": {
    "FirstName": {
      "type": "string"
    },
    "LastName": {
      "type": "string"
    },
    "PhotoUrl": {
      "type": "string"
    },
    "UserID": {
      "format": "int32",
      "type": "integer"
    },
    "UserName": {
      "type": "string"
    }
  },
  "type": "object"
}