Page Properties |
---|
|
Product Version |
|
---|
Report Note |
|
---|
Assignee |
|
---|
Resources & Remarks Modification History Name | Date | Product Version | Action |
---|
Antje | 11 JUN 2021 | 2021 Summer | Page created and writing started. |
|
...
Two example objects will be created as instances of the object type abbBibjsonsample:medium
. Both of them get a BibJSON value for the property appbibjsonsample:bibjson
assigned to them. For the individual sub-values, the system can identify integers, booleans and datetime of format yyyy-MM-ddTHH:mm:ss.xxxZ
. All other values are set to strings.and strings.
The first object is a book. In addition to the bibliographic information stored in the property appbibjsonsampleappBibjsonsample:bibjson
, two storage locations for printed versions are specified.
...
Code Block |
---|
language | yml |
---|
title | response body |
---|
linenumbers | true |
---|
collapse | true |
---|
|
{
"objects": [
{
"properties": {
"appBibjsonsample:bibjson": {
"value": {
"title": "My Book Title"
}
}
}
}
],
"numItems": 1,
"hasMoreItems": false,
"totalNumItems": 1
} |
Search within the records of collections
Code Block |
---|
|
SELECT appBibjsonsample:bibjson.records.title,appBibjsonsample:bibjson.metadata.id FROM appBibjsonsample:medium WHERE appBibjsonsample:bibjson.records[*].created IN LASTYEAR() |
Code Block |
---|
language | yml |
---|
title | response body |
---|
linenumbers | true |
---|
collapse | true |
---|
|
{
"objects": [
{
"properties": {
"appBibjsonsample:bibjson": {
"value": {
"metadata": {
"id": "ID_of_collection"
}
}
}
}
}
],
"numItems": 1,
"hasMoreItems": false,
"totalNumItems": 1
} |
...
Info |
---|
|
Read on
Section |
---|
Column |
---|
| Another Tutorial Brief summary of the article linked.
|
Column |
---|
| Another Concept Article Brief summary of the article linked. |
Column |
---|
| Another interesting Tutorial Brief summary of the article linked. |
|
|