Basic person

From Wikisphere
Revision as of 08:04, 4 November 2025 by Admin (talk | contribs) (Admin changed the content model of the page JsonSchema:Basic person from "wikitext" to "JSON")
Jump to navigation Jump to search
title"Person"
type"object"
id"person"
properties
name
type"string"
description"First and Last name"
minLength4
age
type"integer"
default21
minimum18
maximum99
gender
type"string"
enum
"male"
"female"