2021-09-10 21:56:56 +00:00
|
|
|
{
|
|
|
|
"name": "example",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"resources": {
|
|
|
|
"example::Child": {
|
|
|
|
"properties": {
|
|
|
|
"parent": {
|
2022-05-23 22:44:35 +00:00
|
|
|
"$ref": "#/types/example::Person"
|
2021-09-10 21:56:56 +00:00
|
|
|
},
|
|
|
|
"happy": {
|
|
|
|
"type": "boolean"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"types": {
|
|
|
|
"example::Person": {
|
|
|
|
"type": "object",
|
|
|
|
"properties": {
|
|
|
|
"parent": {
|
2022-05-23 22:44:35 +00:00
|
|
|
"$ref": "#/types/example::Person"
|
2021-09-10 21:56:56 +00:00
|
|
|
},
|
|
|
|
"alive": {
|
|
|
|
"type": "boolean"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|