Skip to content

Instantly share code, notes, and snippets.

View cre8's full-sized avatar

Mirko Mollik cre8

View GitHub Profile
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://example.com/schemas/presentation-attachment.json",
"title": "PresentationAttachment",
"type": "object",
"properties": {
"$schema": {
"type": "string"
},
"format": {
@cre8
cre8 / disclosure
Last active August 18, 2025 20:12
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://example.com/schemas/embedded-disclosure-policy.json",
"title": "EmbeddedDisclosurePolicy",
"type": "object",
"oneOf": [
{
"title": "AllowListPolicy",
"properties": {