rest_validate_object_value_from_schema()
Function: Validates an object value based on a schema.
Source: wp-includes/rest-api.php:2238
Function: Validates an object value based on a schema.
Source: wp-includes/rest-api.php:2238
Function: Validates an array value based on a schema.
Source: wp-includes/rest-api.php:2353
Function: Validates a number value based on a schema.
Source: wp-includes/rest-api.php:2424
Function: Validates a string value based on a schema.
Source: wp-includes/rest-api.php:2553
Function: Validates an integer value based on a schema.
Source: wp-includes/rest-api.php:2616
Function: Validates that the given value is a member of the JSON Schema “enum”.
Source: wp-includes/rest-api.php:1966
Function: Get all valid JSON schema properties.
Source: wp-includes/rest-api.php:1999
Function: Checks the equality of two values, following JSON Schema semantics.
Source: wp-includes/rest-api.php:1932
Function: Handles getting the best type for a multi-type schema.
Source: wp-includes/rest-api.php:1589
Function: Checks if an array is made up of unique items.
Source: wp-includes/rest-api.php:1624