ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • wp-includes/rest-api.php
  • Page 3

rest_validate_object_value_from_schema()

Function: Validates an object value based on a schema.

Source: wp-includes/rest-api.php:2238

Used by 0 functions | Uses 0 functions

rest_validate_array_value_from_schema()

Function: Validates an array value based on a schema.

Source: wp-includes/rest-api.php:2353

Used by 0 functions | Uses 0 functions

rest_validate_number_value_from_schema()

Function: Validates a number value based on a schema.

Source: wp-includes/rest-api.php:2424

Used by 0 functions | Uses 0 functions

rest_validate_string_value_from_schema()

Function: Validates a string value based on a schema.

Source: wp-includes/rest-api.php:2553

Used by 0 functions | Uses 0 functions

rest_validate_integer_value_from_schema()

Function: Validates an integer value based on a schema.

Source: wp-includes/rest-api.php:2616

Used by 0 functions | Uses 0 functions

rest_validate_enum()

Function: Validates that the given value is a member of the JSON Schema “enum”.

Source: wp-includes/rest-api.php:1966

Used by 0 functions | Uses 0 functions

rest_get_allowed_schema_keywords()

Function: Get all valid JSON schema properties.

Source: wp-includes/rest-api.php:1999

Used by 0 functions | Uses 0 functions

rest_are_values_equal()

Function: Checks the equality of two values, following JSON Schema semantics.

Source: wp-includes/rest-api.php:1932

Used by 0 functions | Uses 0 functions

rest_handle_multi_type_schema()

Function: Handles getting the best type for a multi-type schema.

Source: wp-includes/rest-api.php:1589

Used by 0 functions | Uses 0 functions

rest_validate_array_contains_unique_items()

Function: Checks if an array is made up of unique items.

Source: wp-includes/rest-api.php:1624

Used by 0 functions | Uses 0 functions
« Previous 1 2 3 4 … 10 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy