add player as property

main
Yanick Champoux 2022-04-26 12:57:57 -04:00
parent 7a7ce0e44a
commit dc03492d53
2 changed files with 9 additions and 0 deletions

View File

@ -1 +1,2 @@
name: Verg-La
player: Yanick

View File

@ -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