2022-04-26 16:44:25 +00:00
|
|
|
$id: https://hyperboria.babyl.ca/character.json
|
|
|
|
title: Hyperboria character sheet
|
|
|
|
type: object
|
2022-04-26 16:57:57 +00:00
|
|
|
additionalProperties: false
|
|
|
|
required:
|
|
|
|
- name
|
|
|
|
- player
|
|
|
|
properties:
|
|
|
|
name: &string
|
|
|
|
type: string
|
|
|
|
player: *string
|