Recursive simple

From Wikisphere
Revision as of 18:44, 4 November 2025 by Admin (talk | contribs) (Admin changed the content model of the page JsonSchema:Recursive simple from "wikitext" to "JSON")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
$schema"http://json-schema.org/draft-07/schema#"
title"Recursive Object"
type"object"
properties
name
type"string"
description"Name of the node"
type
type"string"
description"Type or category of the node"
children
type"array"
description"Nested child nodes of the same structure"
items
$ref"#"
required
"name"
"type"
additionalPropertiesfalse