Class Property
Class that represents an individual property in a JSON schema
- OpenCloud\Image\Resource\Schema\AbstractSchemaItem
-
OpenCloud\Image\Resource\Schema\Property
Namespace: OpenCloud\Image\Resource\Schema
Package: OpenCloud\Images\Resource\Schema
Located at OpenCloud/Image/Resource/Schema/Property.php
Package: OpenCloud\Images\Resource\Schema
Located at OpenCloud/Image/Resource/Schema/Property.php
public static
|
|
public
|
|
public
string
|
|
public
|
|
public
string
|
|
public
|
|
public
string
|
|
public
|
|
public
array
|
|
public
|
|
public
string
|
|
public
|
|
public
mixed
|
|
public
|
|
public
array
|
|
protected
string
|
|
public
boolean
|
|
public
string
|
stockProperty()
|
string |
DELIMETER
|
'#' |
protected
string
|
$name | |
#
Name of property |
protected
string
|
$description | |
#
Description of property |
protected
string
|
$type | |
#
Type of property (e.g. string, array) |
protected
array
|
$enum | |
#
Enumerated types that values must adhere to |
protected
string
|
$pattern | |
#
Regex pattern that values must adhere to |
protected
array
|
$items | |
#
Array items that this property may possess |
protected
mixed
|
$value | |
#
This property's value |