Skip to content

Commit

Permalink
update entryType description
Browse files Browse the repository at this point in the history
  • Loading branch information
Oriol López-Doriga authored and Oriol López-Doriga committed Jun 20, 2023
1 parent dd943ae commit 94b7891
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion framework/json/configuration/entryTypeDefinition.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": true,
"description": "Definition of an element or entry type, to describe each type of entry type included in a beacon. The `id` attribute is the key that should be used in other parts of the data model to allow Beacon clients to identify the different parts (e.g. endpoints, filtering terms, request parameters, etc.) that are relvant for an entry type.",
"description": "Definition of an element or scope of the element, to describe each type of entry type included in a beacon. The `id` attribute is the key that should be used in other parts of the data model to allow Beacon clients to identify the different parts (e.g. endpoints, filtering terms, request parameters, etc.) that are relvant for an entry type.",
"properties": {
"$schema": {
"$ref": "../common/beaconCommonComponents.json#/definitions/$schema"
Expand Down
2 changes: 1 addition & 1 deletion framework/src/configuration/entryTypeDefinition.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$schema: https://json-schema.org/draft/2020-12/schema
title: ''
description: >-
Definition of an element or entry type, to describe each type of entry type included
Definition of an element or scope of the element, to describe each type of entry type included
in a beacon.
The `id` attribute is the key that should be used in other parts of the data model
to allow Beacon clients to identify the different parts (e.g. endpoints, filtering
Expand Down

0 comments on commit 94b7891

Please sign in to comment.