Variable displaySchemaConst

displaySchema: {
    additionalProperties: false;
    properties: {
        description: {
            additionalProperties: false;
            properties: {
                label: {
                    type: readonly ["number", "string"];
                };
                path: {
                    items: {
                        type: "string";
                    };
                    type: "array";
                };
                text: {
                    type: readonly ["number", "string"];
                };
            };
            type: "object";
        };
        properties: {
            items: {
                additionalProperties: false;
                properties: {
                    label: {
                        type: readonly ["number", "string"];
                    };
                    path: {
                        items: {
                            type: "string";
                        };
                        type: "array";
                    };
                    text: {
                        type: readonly ["number", "string"];
                    };
                };
                type: "object";
            };
            type: "array";
        };
        subtitle: {
            additionalProperties: false;
            properties: {
                label: {
                    type: readonly ["number", "string"];
                };
                path: {
                    items: {
                        type: "string";
                    };
                    type: "array";
                };
                text: {
                    type: readonly ["number", "string"];
                };
            };
            type: "object";
        };
        title: {
            additionalProperties: false;
            properties: {
                label: {
                    type: readonly ["number", "string"];
                };
                path: {
                    items: {
                        type: "string";
                    };
                    type: "array";
                };
                text: {
                    type: readonly ["number", "string"];
                };
            };
            type: "object";
        };
    };
    type: "object";
} = ...

Type declaration

  • Readonly additionalProperties: false
  • Readonly properties: {
        description: {
            additionalProperties: false;
            properties: {
                label: {
                    type: readonly ["number", "string"];
                };
                path: {
                    items: {
                        type: "string";
                    };
                    type: "array";
                };
                text: {
                    type: readonly ["number", "string"];
                };
            };
            type: "object";
        };
        properties: {
            items: {
                additionalProperties: false;
                properties: {
                    label: {
                        type: readonly ["number", "string"];
                    };
                    path: {
                        items: {
                            type: "string";
                        };
                        type: "array";
                    };
                    text: {
                        type: readonly ["number", "string"];
                    };
                };
                type: "object";
            };
            type: "array";
        };
        subtitle: {
            additionalProperties: false;
            properties: {
                label: {
                    type: readonly ["number", "string"];
                };
                path: {
                    items: {
                        type: "string";
                    };
                    type: "array";
                };
                text: {
                    type: readonly ["number", "string"];
                };
            };
            type: "object";
        };
        title: {
            additionalProperties: false;
            properties: {
                label: {
                    type: readonly ["number", "string"];
                };
                path: {
                    items: {
                        type: "string";
                    };
                    type: "array";
                };
                text: {
                    type: readonly ["number", "string"];
                };
            };
            type: "object";
        };
    }
    • Readonly description: {
          additionalProperties: false;
          properties: {
              label: {
                  type: readonly ["number", "string"];
              };
              path: {
                  items: {
                      type: "string";
                  };
                  type: "array";
              };
              text: {
                  type: readonly ["number", "string"];
              };
          };
          type: "object";
      }
      • Readonly additionalProperties: false
      • Readonly properties: {
            label: {
                type: readonly ["number", "string"];
            };
            path: {
                items: {
                    type: "string";
                };
                type: "array";
            };
            text: {
                type: readonly ["number", "string"];
            };
        }
        • Readonly label: {
              type: readonly ["number", "string"];
          }
          • Readonly type: readonly ["number", "string"]
        • Readonly path: {
              items: {
                  type: "string";
              };
              type: "array";
          }
          • Readonly items: {
                type: "string";
            }
            • Readonly type: "string"
          • Readonly type: "array"
        • Readonly text: {
              type: readonly ["number", "string"];
          }
          • Readonly type: readonly ["number", "string"]
      • Readonly type: "object"
    • Readonly properties: {
          items: {
              additionalProperties: false;
              properties: {
                  label: {
                      type: readonly ["number", "string"];
                  };
                  path: {
                      items: {
                          type: "string";
                      };
                      type: "array";
                  };
                  text: {
                      type: readonly ["number", "string"];
                  };
              };
              type: "object";
          };
          type: "array";
      }
      • Readonly items: {
            additionalProperties: false;
            properties: {
                label: {
                    type: readonly ["number", "string"];
                };
                path: {
                    items: {
                        type: "string";
                    };
                    type: "array";
                };
                text: {
                    type: readonly ["number", "string"];
                };
            };
            type: "object";
        }
        • Readonly additionalProperties: false
        • Readonly properties: {
              label: {
                  type: readonly ["number", "string"];
              };
              path: {
                  items: {
                      type: "string";
                  };
                  type: "array";
              };
              text: {
                  type: readonly ["number", "string"];
              };
          }
          • Readonly label: {
                type: readonly ["number", "string"];
            }
            • Readonly type: readonly ["number", "string"]
          • Readonly path: {
                items: {
                    type: "string";
                };
                type: "array";
            }
            • Readonly items: {
                  type: "string";
              }
              • Readonly type: "string"
            • Readonly type: "array"
          • Readonly text: {
                type: readonly ["number", "string"];
            }
            • Readonly type: readonly ["number", "string"]
        • Readonly type: "object"
      • Readonly type: "array"
    • Readonly subtitle: {
          additionalProperties: false;
          properties: {
              label: {
                  type: readonly ["number", "string"];
              };
              path: {
                  items: {
                      type: "string";
                  };
                  type: "array";
              };
              text: {
                  type: readonly ["number", "string"];
              };
          };
          type: "object";
      }
      • Readonly additionalProperties: false
      • Readonly properties: {
            label: {
                type: readonly ["number", "string"];
            };
            path: {
                items: {
                    type: "string";
                };
                type: "array";
            };
            text: {
                type: readonly ["number", "string"];
            };
        }
        • Readonly label: {
              type: readonly ["number", "string"];
          }
          • Readonly type: readonly ["number", "string"]
        • Readonly path: {
              items: {
                  type: "string";
              };
              type: "array";
          }
          • Readonly items: {
                type: "string";
            }
            • Readonly type: "string"
          • Readonly type: "array"
        • Readonly text: {
              type: readonly ["number", "string"];
          }
          • Readonly type: readonly ["number", "string"]
      • Readonly type: "object"
    • Readonly title: {
          additionalProperties: false;
          properties: {
              label: {
                  type: readonly ["number", "string"];
              };
              path: {
                  items: {
                      type: "string";
                  };
                  type: "array";
              };
              text: {
                  type: readonly ["number", "string"];
              };
          };
          type: "object";
      }
      • Readonly additionalProperties: false
      • Readonly properties: {
            label: {
                type: readonly ["number", "string"];
            };
            path: {
                items: {
                    type: "string";
                };
                type: "array";
            };
            text: {
                type: readonly ["number", "string"];
            };
        }
        • Readonly label: {
              type: readonly ["number", "string"];
          }
          • Readonly type: readonly ["number", "string"]
        • Readonly path: {
              items: {
                  type: "string";
              };
              type: "array";
          }
          • Readonly items: {
                type: "string";
            }
            • Readonly type: "string"
          • Readonly type: "array"
        • Readonly text: {
              type: readonly ["number", "string"];
          }
          • Readonly type: readonly ["number", "string"]
      • Readonly type: "object"
  • Readonly type: "object"