Description
ElementContext object is metadata about a data element managed by Placesign.
The metadata defines the high-water mark version of the data via the Revision field
and the source of the data is listed in the Resource field.
JSON
"ElementContext":
{
"Revision": %integer%, /* http://placesign.com/Developers/Reference/Type/Revision/ */
"Source": /* http://placesign.com/Developers/Reference/Object/Resource/ */
{
"Type": %integer%, /* http://placesign.com/Developers/Reference/Type/ResourceType/ */
"ID": %integer% /* http://placesign.com/Developers/Reference/Type/ResourceID/ */
}
}