# Credential schemas

{% hint style="info" %}
Specifications and best practice implementations for Verifiable Credentials are currently being developed. This page is expected to be updated, closely following these developments.
{% endhint %}

As part of the Verifiable Credentials implementation of the iSHARE Framework, the iSHARE Framework includes a set of schemas, which define the Verifiable Credential types that are part of the iSHARE Framework.

The schemas are formally published on [https://schemas.ishare.eu](https://schemas.ishare.eu/).

| Type                   | Similar to                                                                 | URL                                                                          | Issued by              |
| ---------------------- | -------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------- |
| Party                  | Party model                                                                | <https://schemas.ishare.eu/v3/party/schema.json>                             | Participant Registry   |
| Framework Compliance   | Framework Compliance Claim                                                 | <https://schemas.ishare.eu/v3/party/claims/framework-compliance/schema.json> | Participant Registry   |
| Authorization Registry | Authorization Registry Claim                                               | <https://schemas.ishare.eu/v3/party/claims/auth-registry/schema.json>        | Participant Registry   |
| Framework Agreement    | Framework Agreement Claim                                                  | <https://schemas.ishare.eu/v3/party/claims/framework-agreement/schema.json>  | Participant Registry   |
| Framework Role         | Framework Role Claim                                                       | <https://schemas.ishare.eu/v3/party/claims/framework-role/schema.json>       | Participant Registry   |
| Dataspace Membership   | Dataspace Membership Claim                                                 | <https://schemas.ishare.eu/v3/party/claims/dataspace-membership/schema.json> | Participant Registry   |
| Dataspace Agreement    | Dataspace Agreement Claim                                                  | <https://schemas.ishare.eu/v3/party/claims/dataspace-agreement/schema.json>  | Participant Registry   |
| Dataspace Role         | Dataspace Role Claim                                                       | <https://schemas.ishare.eu/v3/party/claims/dataspace-role/schema.json>       | Participant Registry   |
| X.509 Certificate      | X.509 Certificate Claim                                                    | <https://schemas.ishare.eu/v3/party/claims/x509-certificate/schema.json>     | Participant Registry   |
| IDP Assertion          | IDP Assertion Claim                                                        | <https://schemas.ishare.eu/v3/party/claims/idp-assertion/schema.json>        | Identity Provider      |
| Data Rights            | [Delegation Evidence](/authorisation-registry-role/delegation-endpoint.md) | <https://schemas.ishare.eu/v3/datarights/schema.json>                        | Authorization Registry |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://dev.ishare.eu/reference/credential-schemas.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
