Skip to content

Commit

Permalink
Merge branch 'w3c-ccg:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-schuh authored Jun 4, 2024
2 parents b545091 + c02e73f commit f5989ea
Show file tree
Hide file tree
Showing 6 changed files with 491 additions and 1 deletion.
7 changes: 7 additions & 0 deletions components/parameters/path/LocalExchangeId.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: localExchangeId
description: A local identifier for an exchange instance.
in: path
required: true
schema:
type: string
pattern: "[a-z0-9][a-z0-9\\-]{2,}"
7 changes: 7 additions & 0 deletions components/parameters/path/LocalWorkflowId.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: localWorkflowId
description: A local identifier for a workflow instance.
in: path
required: true
schema:
type: string
pattern: "[a-z0-9][a-z0-9\\-]{2,}"
20 changes: 20 additions & 0 deletions exchanges.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html>
<head>
<title>W3C CCG - VC Verifier API</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Roboto:300,400,700" rel="stylesheet">

<style>
body {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<redoc spec-url='./exchanges.yml'></redoc>
<script src="https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js"> </script>
</body>
</html>
Loading

0 comments on commit f5989ea

Please sign in to comment.