Skip to content

Commit

Permalink
fix: link to credentialmessage example. move storage api artifacts to…
Browse files Browse the repository at this point in the history
… issuance.
  • Loading branch information
arnoweiss committed Nov 22, 2024
1 parent 9aa644b commit 80a6054
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
*/

package org.eclipse.dcp.schema.presentation;
package org.eclipse.dcp.schema.issuance;

import org.eclipse.dcp.schema.fixtures.AbstractSchemaTest;
import org.junit.jupiter.api.BeforeEach;
Expand Down Expand Up @@ -87,7 +87,7 @@ void verifySchema() {

@BeforeEach
void setUp() {
setUp("/presentation/credential-message-schema.json");
setUp("/issuance/credential-message-schema.json");
}


Expand Down
2 changes: 1 addition & 1 deletion specifications/credential.issuance.protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ exact error code is implementation-specific.
The following is a non-normative example of the [Credential Message](#credential-message) JSON body:

<aside class="example" title="Credential Message">
<pre class="json" data-include="./resources/issuance/example/credential-message.json">
<pre class="json" data-include="./resources/0.8/issuance/example/credential-message.json">
</pre>
</aside>

Expand Down

0 comments on commit 80a6054

Please sign in to comment.