Data Spaces
This page must be considered part of the iSHARE Framework
This page is considered normative and is therefore compliant with RFC 2119.
Used to obtain a list of dataspaces.
Server response is an iSHARE signed JSON Web Token. Please refer to the models 'jwt_header' and 'jwt_payload_dataspaces_token' which indicate what the decoded response will look like.
OAuth 2.0 authorization based on bearer token. MUST contain “Bearer “ + access token value. Must be provided if restricted endpoints are needed.
OK
OK
Response model
Decoded dataspace_list_token parameters:
It contains iSHARE compliant JWT claims. In addition to that it also contains the following parameters:
dataspace_infoArray of Objects. Root level. Contains results counts and information about data spaces.total_countString. Contained in the object ofdataspace_info. Total count of found data spaces.pageCountString. Contained in the object ofdataspace_info. Number of pages (10 per page).countString. Contained in the object ofdataspace_info. Number of dataspaces returned.dataArray of Objects. Contained in the object ofdataspace_list_token. Array containing a collection of data space objects.dataspace_titleString. Contained in the object ofdata. Title of dataspace.dataspace_idString. Contained in the object ofdata. Unique ID of the data space. This is in format of <Continent>.<DS>.<3 letter code for data spaces>.<Country>.<data space name> for example EU.DS.GND.NL.DVU. Where, continent is 2 letter code, followed by "DS" (stands for dataspace), followed by 3 letter code of common eu data spaces HLT - Health, INM - Industrial and Manufacturing, AGR - Agriculture, FIN - Finance, MOB - Mobility, GND - Green Deal, ENR - Energy, PUB - Public Administration, SKL - Skills, followed by ISO 3166-1 alpha-2 2 letter Country code and lastly the name/title of the data space. Name may not contain spaces or dot "." or other special characters. Maximum length of name can be 15 characters.dataspacedef_urlString. Contained in the object ofdata. URL pointing to the data space definition. This is expected to be based on OpenDEI model of building blocks for data spaces. The machine readable format definition is currently under development. The specifications will be made available once published.dataspace_websiteString. Contained in the object ofdata. Website address of the dataspace, typically data space governance body. The website details out more information about the data space and guides (potential) participants (to become member of) the data space.defaultParticipantIdentifierNameString. Contained in the object ofdata. Name of the default participant identifier used in the dataspace, which must be mentioned in the dataspace description (e.g., iSHARE-DID). If no default identifier has been selected, the default identifier must be assumed to be ishare:did.defaultParticipantIdentifierPrefixString. Contained in the object ofdata. Prefix of the default participant identifier used in the dataspace, which must be mentioned in the dataspace description. If no default identifier has been selected, the default identifier must be assumed to be ishare:did.tagsString. Contained in the object ofdata. Free text field for adding relevant tags that are relevant in the context of data space. Useful for searching for specific data spaces based on tags.statusString. Contained in the object ofdata. Status of the data space. Available values are new, in progress, active and not active.country_regString. Contained in the object ofdata. Country in which the data space is registered in.countries_operationArray. Contained in the object ofdata. Array of country names in which the data space operates.sectorsArray. Contained in the object ofdata. Array of sector names in which the data space operates.
Example request
Example response
The response contains an encoded JWT, which looks like this:
After decoding, the example content of the JWT looks like this:
Last updated