rest_default_additional_properties_to_false()
Function: Sets the “additionalProperties” to false by default for all object definitions in the schema.
Source: wp-includes/rest-api.php:3009
Function: Sets the “additionalProperties” to false by default for all object definitions in the schema.
Source: wp-includes/rest-api.php:3009
Function: Gets the REST API route for a post.
Source: wp-includes/rest-api.php:3048
Function: Validates a null value based on a schema.
Source: wp-includes/rest-api.php:2193
Function: Validates a boolean value based on a schema.
Source: wp-includes/rest-api.php:2215
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