Follow our code examples to get an idea on how to define and specify structured data properties and on how to query them.
Table of Contents
Introduction
Requirements
Definition in the Schema
Specify Values during Import
Search Queries
Search for values of keys that are always accessible via the same path within the JSON value.
SELECT system:objectId FROM appBibjsonsample:medium WHERE appBibjsonsample:bibjson.id = 'ID_of_book'
Returns
{ "objects":[ { "properties":{ "system:objectId":{ "value":"4e6907ae-ea72-439d-a2f6-33fbbee5adde" } } } ], "numItems":1, "hasMoreItems":false, "totalNumItems":1 }