Recursive: Difference between revisions
Jump to navigation
Jump to search
Created page with "{ "title": "Person", "$ref": "#/definitions/person", "definitions": { "person": { "type": "object", "id": "person", "defaultProperties": [ "fname", "lname", "bestFriend", "coworkers" ], "patternProperties": { "^cousin_[0-9]+$": { "$ref": "#/definitions/person" } }, "properties": { "fname": { "title": "first name", "type": "string" }, "lname": { "title": "last name", "type": "string"..." |
Admin changed the content model of the page JsonSchema:Recursive from "wikitext" to "JSON" |
||
(No difference)
| |||
Latest revision as of 19:20, 23 November 2025
| title | "Person" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| $ref | "#/definitions/person" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| definitions |
|