Skip to content

Commit

Permalink
chore: update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
schoero committed Sep 1, 2024
1 parent 7b52491 commit 7def50e
Showing 1 changed file with 76 additions and 68 deletions.
144 changes: 76 additions & 68 deletions schemas/renderer/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,12 @@
},
"inlineTitleEncapsulation": {
"anyOf": [
{
"$ref": "#/definitions/Encapsulation"
},
{
"const": false,
"type": "boolean"
},
{
"$ref": "#/definitions/Encapsulation"
}
],
"description": "Defines how inline titles should be encapsulated in the rendered output."
Expand All @@ -136,40 +136,40 @@
},
"parameterEncapsulation": {
"anyOf": [
{
"$ref": "#/definitions/Encapsulation"
},
{
"const": false,
"type": "boolean"
},
{
"$ref": "#/definitions/Encapsulation"
}
],
"description": "Defines how parameters should be encapsulated in the rendered output."
},
"propertyEncapsulation": {
"anyOf": [
{
"$ref": "#/definitions/Encapsulation"
},
{
"const": false,
"type": "boolean"
},
{
"$ref": "#/definitions/Encapsulation"
}
],
"description": "Defines how properties should be encapsulated in the rendered output."
},
"renderClassMemberTitles": {
"anyOf": [
{
"type": "boolean"
},
{
"const": "documentation",
"type": "string"
},
{
"const": "tableOfContents",
"type": "string"
},
{
"type": "boolean"
}
],
"description": "Defines whether the renderer should render titles for object members."
Expand All @@ -180,20 +180,24 @@
},
"renderEntityPrefixes": {
"anyOf": [
{
"type": "boolean"
},
{
"const": "documentation",
"type": "string"
},
{
"const": "tableOfContents",
"type": "string"
},
{
"type": "boolean"
}
],
"description": "Defines whether the renderer should render prefixes for entities."
},
"renderInternalEntities": {
"description": "Defines whether entities marked with an `@internal` tag should appear in the rendered output.",
"type": "boolean"
},
"renderOrder": {
"description": "Defines the order in which entities should be rendered.",
"items": {
Expand All @@ -203,16 +207,16 @@
},
"renderParentNames": {
"anyOf": [
{
"type": "boolean"
},
{
"const": "documentation",
"type": "string"
},
{
"const": "tableOfContents",
"type": "string"
},
{
"type": "boolean"
}
],
"description": "Defines whether the parent name of members should be rendered in the signature."
Expand All @@ -235,24 +239,24 @@
},
"stringLiteralEncapsulation": {
"anyOf": [
{
"$ref": "#/definitions/Encapsulation"
},
{
"const": false,
"type": "boolean"
},
{
"$ref": "#/definitions/Encapsulation"
}
],
"description": "Defines how string literal type annotations should be encapsulated in the rendered output."
},
"tagEncapsulation": {
"anyOf": [
{
"$ref": "#/definitions/Encapsulation"
},
{
"const": false,
"type": "boolean"
},
{
"$ref": "#/definitions/Encapsulation"
}
],
"description": "Defines how tags like `@beta` or `@deprecated` should be encapsulated in the rendered output."
Expand Down Expand Up @@ -492,24 +496,24 @@
},
"typeEncapsulation": {
"anyOf": [
{
"$ref": "#/definitions/Encapsulation"
},
{
"const": false,
"type": "boolean"
},
{
"$ref": "#/definitions/Encapsulation"
}
],
"description": "Defines how type annotations should be encapsulated in the rendered output."
},
"typeParameterEncapsulation": {
"anyOf": [
{
"$ref": "#/definitions/Encapsulation"
},
{
"const": false,
"type": "boolean"
},
{
"$ref": "#/definitions/Encapsulation"
}
],
"description": "Defines how type parameters should be encapsulated in the rendered output."
Expand All @@ -531,15 +535,15 @@
{
"additionalProperties": {
"anyOf": [
{
"const": "*",
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
},
{
"const": "*",
"type": "string"
}
]
},
Expand Down Expand Up @@ -570,15 +574,15 @@
"properties": {
"allowedHTMLTags": {
"anyOf": [
{
"const": false,
"type": "boolean"
},
{
"items": {
"type": "string"
},
"type": "array"
},
{
"const": false,
"type": "boolean"
}
],
"description": "Defines which HTML tags are allowed in the rendered output. Will be used in the future to render anchor nodes."
Expand All @@ -589,12 +593,12 @@
},
"inlineTitleEncapsulation": {
"anyOf": [
{
"$ref": "#/definitions/Encapsulation"
},
{
"const": false,
"type": "boolean"
},
{
"$ref": "#/definitions/Encapsulation"
}
],
"description": "Defines how inline titles should be encapsulated in the rendered output."
Expand All @@ -610,40 +614,40 @@
},
"parameterEncapsulation": {
"anyOf": [
{
"$ref": "#/definitions/Encapsulation"
},
{
"const": false,
"type": "boolean"
},
{
"$ref": "#/definitions/Encapsulation"
}
],
"description": "Defines how parameters should be encapsulated in the rendered output."
},
"propertyEncapsulation": {
"anyOf": [
{
"$ref": "#/definitions/Encapsulation"
},
{
"const": false,
"type": "boolean"
},
{
"$ref": "#/definitions/Encapsulation"
}
],
"description": "Defines how properties should be encapsulated in the rendered output."
},
"renderClassMemberTitles": {
"anyOf": [
{
"type": "boolean"
},
{
"const": "documentation",
"type": "string"
},
{
"const": "tableOfContents",
"type": "string"
},
{
"type": "boolean"
}
],
"description": "Defines whether the renderer should render titles for object members."
Expand All @@ -654,20 +658,24 @@
},
"renderEntityPrefixes": {
"anyOf": [
{
"type": "boolean"
},
{
"const": "documentation",
"type": "string"
},
{
"const": "tableOfContents",
"type": "string"
},
{
"type": "boolean"
}
],
"description": "Defines whether the renderer should render prefixes for entities."
},
"renderInternalEntities": {
"description": "Defines whether entities marked with an `@internal` tag should appear in the rendered output.",
"type": "boolean"
},
"renderOrder": {
"description": "Defines the order in which entities should be rendered.",
"items": {
Expand All @@ -677,16 +685,16 @@
},
"renderParentNames": {
"anyOf": [
{
"type": "boolean"
},
{
"const": "documentation",
"type": "string"
},
{
"const": "tableOfContents",
"type": "string"
},
{
"type": "boolean"
}
],
"description": "Defines whether the parent name of members should be rendered in the signature."
Expand All @@ -712,24 +720,24 @@
},
"stringLiteralEncapsulation": {
"anyOf": [
{
"$ref": "#/definitions/Encapsulation"
},
{
"const": false,
"type": "boolean"
},
{
"$ref": "#/definitions/Encapsulation"
}
],
"description": "Defines how string literal type annotations should be encapsulated in the rendered output."
},
"tagEncapsulation": {
"anyOf": [
{
"$ref": "#/definitions/Encapsulation"
},
{
"const": false,
"type": "boolean"
},
{
"$ref": "#/definitions/Encapsulation"
}
],
"description": "Defines how tags like `@beta` or `@deprecated` should be encapsulated in the rendered output."
Expand Down Expand Up @@ -969,24 +977,24 @@
},
"typeEncapsulation": {
"anyOf": [
{
"$ref": "#/definitions/Encapsulation"
},
{
"const": false,
"type": "boolean"
},
{
"$ref": "#/definitions/Encapsulation"
}
],
"description": "Defines how type annotations should be encapsulated in the rendered output."
},
"typeParameterEncapsulation": {
"anyOf": [
{
"$ref": "#/definitions/Encapsulation"
},
{
"const": false,
"type": "boolean"
},
{
"$ref": "#/definitions/Encapsulation"
}
],
"description": "Defines how type parameters should be encapsulated in the rendered output."
Expand Down

0 comments on commit 7def50e

Please sign in to comment.