Skip to content

Latest commit

 

History

History
96 lines (53 loc) · 3.8 KB

typearrays.md

File metadata and controls

96 lines (53 loc) · 3.8 KB

Type Arrays Schema

https://example.com/schemas/typearrays

This schema test type arrays and nullable types

Abstract Extensible Status Identifiable Custom Properties Additional Properties Access Restrictions Defined In
Can be instantiated No Unknown status No Forbidden Allowed none typearrays.schema.json

Type Arrays Type

object (Type Arrays)

Type Arrays Properties

Property Type Required Nullable Defined by
null Not specified Optional can be null Type Arrays
string-or-null string Optional can be null Type Arrays
string-or-number Multiple Optional cannot be null Type Arrays
string-or-number-null Multiple Optional can be null Type Arrays

null

This is just nothing

null

  • is optional

  • Type: null, the value must be null

  • can be null

  • defined in: Type Arrays

null Type

null, the value must be null

string-or-null

Nullable string

string-or-null

  • is optional

  • Type: string

  • can be null

  • defined in: Type Arrays

string-or-null Type

string

string-or-number

Types can be many things

string-or-number

  • is optional

  • Type: any of the following: string or number (Details)

  • cannot be null

  • defined in: Type Arrays

string-or-number Type

any of the following: string or number (Details)

string-or-number-null

Types can be many things, even nothing at all.

string-or-number-null

  • is optional

  • Type: any of the following: string or number (Details)

  • can be null

  • defined in: Type Arrays

string-or-number-null Type

any of the following: string or number (Details)