Amazon Vinyl
    Preparing search index...

    Type Alias JsonSchemaType

    JsonSchemaType:
        | "string"
        | "number"
        | "integer"
        | "boolean"
        | "object"
        | "array"
        | "null"

    The type keyword value of a JSON Schema node.