rest_validate_enum()
Function: Validates that the given value is a member of the JSON Schema “enum”.
Source: wp-includes/rest-api.php:1966
Function: Validates that the given value is a member of the JSON Schema “enum”.
Source: wp-includes/rest-api.php:1966
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
Function: Stabilizes a value following JSON Schema semantics.
Source: wp-includes/rest-api.php:1653
Function: Validates if the JSON Schema pattern matches a value.
Source: wp-includes/rest-api.php:1682
Function: Finds the schema for a property using the patternProperties keyword.
Source: wp-includes/rest-api.php:1697
Function: Formats a combining operation error into a WP_Error object.
Source: wp-includes/rest-api.php:1718
Function: Gets the error of combining operation.
Source: wp-includes/rest-api.php:1751
Function: Finds the matching schema among the “anyOf” schemas.
Source: wp-includes/rest-api.php:1820
Function: Finds the matching schema among the “oneOf” schemas.
Source: wp-includes/rest-api.php:1854