Generic schema for Json

Generic Json: Please find the schema (also a json) in the link below which is very generic in nature. It can accommodate any json in any format given it's generic nature.

https://easyupload.io/way83f

Sample Json: Below is the sample json generated from the above schema file. A plugin can generate the generic json file from a given json document. Also we can generate the sample json from the generic json easily.

{
  "Account": {
    "Account Name": "Firefly",
    "Order": [
      {
        "OrderID": "order103",
        "Product": [
          {
            "Product Name": "Bowler Hat",
            "ProductID": 858383,
            "SKU": "0406654608",
            "Description": {
              "Colour": "Purple",
              "Width": 300,
              "Height": 200,
              "Depth": 210,
              "Weight": 0.75
            },
            "Price": 34.45,
            "Quantity": 2
          },
          {
            "Product Name": "Trilby hat",
            "ProductID": 858236,
            "SKU": "0406634348",
            "Description": {
              "Colour": "Orange",
              "Width": 300,
              "Height": 200,
              "Depth": 210,
              "Weight": 0.6
            },
            "Price": 21.67,
            "Quantity": 1
          }
        ]
      },
      {
        "OrderID": "order104",
        "Product": [
          {
            "Product Name": "Bowler Hat",
            "ProductID": 858383,
            "SKU": "040657863",
            "Description": {
              "Colour": "Purple",
              "Width": 300,
              "Height": 200,
              "Depth": 210,
              "Weight": 0.75
            },
            "Price": 34.45,
            "Quantity": 4
          },
          {
            "ProductID": 345664,
            "SKU": "0406654603",
            "Product Name": "Cloak",
            "Description": {
              "Colour": "Black",
              "Width": 30,
              "Height": 20,
              "Depth": 210,
              "Weight": 2
            },
            "Price": 107.99,
            "Quantity": 1
          }
        ]
      }
    ]
  }
}        
Rohit .

Principal Member Technical Staff, OCI

11 个月

Amazing this!!

要查看或添加评论,请登录

Rohit Kumar的更多文章

  • DS Algorithms vs Languages & Frameworks

    DS Algorithms vs Languages & Frameworks

    I have come across many people asking me on LinkedIn whether and what language they should use to learn the DS &…

社区洞察

其他会员也浏览了