12 lines
228 B
YAML
12 lines
228 B
YAML
$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
|