Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Properties are used to enumerate one or more identifying pieces of information related to the same resource object. Consider the following resource object:

Expand
{
   "address":"6649 N Blue Gum St",
   "city":"New Orleans",
   "county":"Orleans",
   "state":"LA",
   "zip":"70116"
}


Code Block
languagejs
themeConfluence
{
   "address":"6649 N Blue Gum St",
   "city":"New Orleans",
   "county":"Orleans",
   "state":"LA",
   "zip":"70116"
}

...