diff --git a/docs/_ldio/ldio-adapters/ldio-json-to-json-ld.md b/docs/_ldio/ldio-adapters/ldio-json-to-json-ld.md index e30a60709..7592e8298 100644 --- a/docs/_ldio/ldio-adapters/ldio-json-to-json-ld.md +++ b/docs/_ldio/ldio-adapters/ldio-json-to-json-ld.md @@ -11,7 +11,7 @@ The json-to-ld-adapter receives json messages and adds a linked data context to ## Config -| Property | Description | Required | Default | Example | Supported values | -|:--------------------------|:-------------------------------------------------------------------------------------------------------------|:---------|:--------|:--------------------------|:-------------------------------------------------| -| context | URI of json-ld context Or an JSON-LD context object. | Yes | N/A | http://example.com/my-api | URI or Json Object (containing "@context" entry) | -| max-jsonld-cache-capacity | A cache is used when fetching json-ld contexts. The size of this cache can be configured with this property. | No | 100 | 100 | Integer | +| Property | Description | Required | Default | Example | Supported values | +|:--------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------|:---------|:--------|:--------------------------|:-------------------------------------------------| +| context | URI of json-ld context Or an JSON-LD context object. | Yes | N/A | http://example.com/my-api | URI or Json Object (containing "@context" entry) | +| max-jsonld-cache-capacity | After retrieving an external JSON-LD context, it is cached for reuse. This property allows to specify the size of this cache (number of stored contexts). | No | 100 | 100 | Integer | diff --git a/docs/_ldio/ldio-adapters/ldio-rdf-adapter.md b/docs/_ldio/ldio-adapters/ldio-rdf-adapter.md index 3f6da4417..637bf71e3 100644 --- a/docs/_ldio/ldio-adapters/ldio-rdf-adapter.md +++ b/docs/_ldio/ldio-adapters/ldio-rdf-adapter.md @@ -17,7 +17,6 @@ This Adapter only supports valid RDF mime types ## Config - -| Property | Description | Required | Default | Example | Supported values | -|:--------------------------|:----------------------------------------------------------------------------------------------------------------------|:---------|:--------|:--------|:-----------------| -| max-jsonld-cache-capacity | A cache is used when fetching json-ld contexts. The number of cached contexts can be configured with this property. | No | 100 | 100 | Integer | \ No newline at end of file +| Property | Description | Required | Default | Example | Supported values | +|:--------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------|:---------|:--------|:--------|:-----------------| +| max-jsonld-cache-capacity | After retrieving an external JSON-LD context, it is cached for reuse. This property allows to specify the size of this cache (number of stored contexts). | No | 100 | 100 | Integer | \ No newline at end of file