Skip to content

Commit

Permalink
fix(ns-json-schema): collect properly metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n committed Jan 26, 2025
1 parent ee2045e commit f1d03f6
Show file tree
Hide file tree
Showing 10 changed files with 549 additions and 170 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,13 @@ exports[`refractor given generic ApiDOM object in JSON Schema 2019-09 shape shou
"content": "https://json-schema.org/draft/2019-09/schema"
},
"ancestorsSchemaIdentifiers": {
"element": "array"
"element": "array",
"content": [
{
"element": "string",
"content": "http://x.y.z/rootschema.json#"
}
]
}
}
}
Expand Down Expand Up @@ -340,7 +346,13 @@ exports[`refractor given generic ApiDOM object in JSON Schema 2019-09 shape shou
"content": "https://json-schema.org/draft/2019-09/schema"
},
"ancestorsSchemaIdentifiers": {
"element": "array"
"element": "array",
"content": [
{
"element": "string",
"content": "http://x.y.z/rootschema.json#"
}
]
}
}
}
Expand Down Expand Up @@ -446,7 +458,13 @@ exports[`refractor given generic ApiDOM object in JSON Schema 2019-09 shape shou
"content": "https://json-schema.org/draft/2019-09/schema"
},
"ancestorsSchemaIdentifiers": {
"element": "array"
"element": "array",
"content": [
{
"element": "string",
"content": "http://x.y.z/rootschema.json#"
}
]
}
}
}
Expand Down Expand Up @@ -602,7 +620,13 @@ exports[`refractor given generic ApiDOM object in JSON Schema 2019-09 shape shou
"content": "https://json-schema.org/draft/2019-09/schema"
},
"ancestorsSchemaIdentifiers": {
"element": "array"
"element": "array",
"content": [
{
"element": "string",
"content": "http://x.y.z/rootschema.json#"
}
]
}
}
}
Expand Down Expand Up @@ -638,7 +662,13 @@ exports[`refractor given generic ApiDOM object in JSON Schema 2019-09 shape shou
"content": "https://json-schema.org/draft/2019-09/schema"
},
"ancestorsSchemaIdentifiers": {
"element": "array"
"element": "array",
"content": [
{
"element": "string",
"content": "http://x.y.z/rootschema.json#"
}
]
}
}
}
Expand Down Expand Up @@ -702,7 +732,13 @@ exports[`refractor given generic ApiDOM object in JSON Schema 2019-09 shape shou
"content": "https://json-schema.org/draft/2019-09/schema"
},
"ancestorsSchemaIdentifiers": {
"element": "array"
"element": "array",
"content": [
{
"element": "string",
"content": "http://x.y.z/rootschema.json#"
}
]
}
}
}
Expand Down Expand Up @@ -770,7 +806,13 @@ exports[`refractor given generic ApiDOM object in JSON Schema 2019-09 shape shou
"content": "https://json-schema.org/draft/2019-09/schema"
},
"ancestorsSchemaIdentifiers": {
"element": "array"
"element": "array",
"content": [
{
"element": "string",
"content": "http://x.y.z/rootschema.json#"
}
]
}
}
}
Expand Down Expand Up @@ -806,7 +848,13 @@ exports[`refractor given generic ApiDOM object in JSON Schema 2019-09 shape shou
"content": "https://json-schema.org/draft/2019-09/schema"
},
"ancestorsSchemaIdentifiers": {
"element": "array"
"element": "array",
"content": [
{
"element": "string",
"content": "http://x.y.z/rootschema.json#"
}
]
}
}
}
Expand Down Expand Up @@ -959,7 +1007,13 @@ exports[`refractor given generic ApiDOM object in JSON Schema 2019-09 shape shou
"content": "https://json-schema.org/draft/2019-09/schema"
},
"ancestorsSchemaIdentifiers": {
"element": "array"
"element": "array",
"content": [
{
"element": "string",
"content": "http://x.y.z/rootschema.json#"
}
]
}
}
}
Expand Down Expand Up @@ -1007,7 +1061,13 @@ exports[`refractor given generic ApiDOM object in JSON Schema 2019-09 shape shou
"content": "https://json-schema.org/draft/2019-09/schema"
},
"ancestorsSchemaIdentifiers": {
"element": "array"
"element": "array",
"content": [
{
"element": "string",
"content": "http://x.y.z/rootschema.json#"
}
]
}
}
}
Expand Down Expand Up @@ -1055,7 +1115,13 @@ exports[`refractor given generic ApiDOM object in JSON Schema 2019-09 shape shou
"content": "https://json-schema.org/draft/2019-09/schema"
},
"ancestorsSchemaIdentifiers": {
"element": "array"
"element": "array",
"content": [
{
"element": "string",
"content": "http://x.y.z/rootschema.json#"
}
]
}
}
}
Expand Down Expand Up @@ -1089,7 +1155,13 @@ exports[`refractor given generic ApiDOM object in JSON Schema 2019-09 shape shou
"content": "https://json-schema.org/draft/2019-09/schema"
},
"ancestorsSchemaIdentifiers": {
"element": "array"
"element": "array",
"content": [
{
"element": "string",
"content": "http://x.y.z/rootschema.json#"
}
]
}
}
}
Expand Down Expand Up @@ -1153,7 +1225,13 @@ exports[`refractor given generic ApiDOM object in JSON Schema 2019-09 shape shou
"content": "https://json-schema.org/draft/2019-09/schema"
},
"ancestorsSchemaIdentifiers": {
"element": "array"
"element": "array",
"content": [
{
"element": "string",
"content": "http://x.y.z/rootschema.json#"
}
]
}
}
}
Expand Down Expand Up @@ -1561,7 +1639,13 @@ exports[`refractor given generic ApiDOM object in JSON Schema 2019-09 shape shou
"content": "https://json-schema.org/draft/2019-09/schema"
},
"ancestorsSchemaIdentifiers": {
"element": "array"
"element": "array",
"content": [
{
"element": "string",
"content": "http://x.y.z/rootschema.json#"
}
]
}
}
}
Expand Down Expand Up @@ -1593,7 +1677,13 @@ exports[`refractor given generic ApiDOM object in JSON Schema 2019-09 shape shou
"content": "https://json-schema.org/draft/2019-09/schema"
},
"ancestorsSchemaIdentifiers": {
"element": "array"
"element": "array",
"content": [
{
"element": "string",
"content": "http://x.y.z/rootschema.json#"
}
]
}
}
}
Expand Down Expand Up @@ -1751,7 +1841,13 @@ exports[`refractor given generic ApiDOM object in JSON Schema 2019-09 shape shou
"content": "https://json-schema.org/draft/2019-09/schema"
},
"ancestorsSchemaIdentifiers": {
"element": "array"
"element": "array",
"content": [
{
"element": "string",
"content": "http://x.y.z/rootschema.json#"
}
]
}
}
}
Expand Down
Loading

0 comments on commit f1d03f6

Please sign in to comment.