wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
rest_get_allowed_schema_keywords › WordPress Function
Seit5.6.0
Veraltetn/v
› rest_get_allowed_schema_keywords ( Keine Parameter )
Gibt zurück: |
|
Definiert in: |
|
Codex: |
Get all valid JSON schema properties.
Ähnliche Funktionen: get_allowed_themes, rest_send_allow_header, get_site_allowed_themes, get_allowed_http_origins, get_allowed_mime_types
Quellcode
function rest_get_allowed_schema_keywords() { return array( 'title', 'description', 'default', 'type', 'format', 'enum', 'items', 'properties', 'additionalProperties', 'patternProperties', 'minProperties', 'maxProperties', 'minimum', 'maximum', 'exclusiveMinimum', 'exclusiveMaximum', 'multipleOf', 'minLength', 'maxLength', 'pattern', 'minItems', 'maxItems', 'uniqueItems', 'anyOf', 'oneOf', ); }