add player as property
This commit is contained in:
parent
7a7ce0e44a
commit
dc03492d53
@ -1 +1,2 @@
|
||||
name: Verg-La
|
||||
player: Yanick
|
||||
|
@ -1,3 +1,11 @@
|
||||
$id: https://hyperboria.babyl.ca/character.json
|
||||
title: Hyperboria character sheet
|
||||
type: object
|
||||
additionalProperties: false
|
||||
required:
|
||||
- name
|
||||
- player
|
||||
properties:
|
||||
name: &string
|
||||
type: string
|
||||
player: *string
|
||||
|
Loading…
Reference in New Issue
Block a user