Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.79 KB

constants.md

File metadata and controls

46 lines (28 loc) · 1.79 KB

Constant Types Schema

https://example.com/schemas/constants

This is an example schema with examples for properties with constant values

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

Constant Types Type

object (Constant Types)

Constant Types Properties

Property Type Required Nullable Defined by
hello string Required cannot be null Constant Types

hello

A simple string, without strong constraints.

hello

hello Type

string

hello Constraints

constant: the value of this property must be equal to:

"World"