Web Storage Schema

1) What is known as "Web Storage Schema" or "Store Schema"?

  • The Web Storage System defines a schema for the formats.
  • You can define a custom set of properties for your items and control their use.
  • The content class property indicates the intent or purpose of the item.
  • Therefore, a property does not need previously defined schema before it can be added to Web Storage System.
  • The Web Storage System schema provides the means for Web applications and search queries to efficiently access your data.