Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions nips/nip-78/kind-30078/schema.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
$schema: http://json-schema.org/draft-07/schema#
title: kind30078
description: NIP-78 Arbitrary custom app data (draft)
allOf:
- $ref: "@/note.yaml"
- type: object
properties:
kind:
const: 30078
tags:
type: array
items:
$ref: "@/tag.yaml"
minItems: 1
allOf:
- contains:
$ref: "@/tag/d.yaml"
errorMessage:
contains: "tags must include required tag: d"
required:
- kind
- tags
Loading