Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
sasierrassis committed Aug 19, 2024
1 parent 39e168a commit 69c3518
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions extensions/inesdata-transfer-process-api/README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
# Vocabulary API
# InesData Transfer Process API
Provides a management API to handle InesData Transfer Process entities. This API expands the functionality of the existing control-plane management API by introducing a new endpoint for the initialization of data transfers to the connector's own MinIO storage.

Provides a management API for work with vocabularies. This API expands the functionality of the control-plane management API to be able to handle Vocabulary entities.


## Vocabulary entity

An example of a Vocabulary entity is shown below.

```
{
"@context": {
"@vocab": "https://w3id.org/edc/v0.0.1/ns/"
},
"@id": "vocabularyId",
"name": "Vocabulary name",
"jsonSchema": "{ \"title\": \"vocabulary\", \"type\": \"object\", \"properties\": { \"name\": { \"type\": \"string\", \"title\": \"Name\" }, \"keyword\": { \"type\": \"array\", \"title\": \"Keywords\", \"items\": { \"type\": \"string\" } } }, \"required\": [ \"name\" ] }"
}
```

0 comments on commit 69c3518

Please sign in to comment.