A simple object schema with string properties. SimpleObjectStringSchema

Extends

  • BasicSchema

Properties

description?

optional description: string;

Inherited from

BasicSchema.description


type

type: "string";

The type of the schema, which is always “string”.

Overrides

BasicSchema.type