From 016ecf6ba48a07f19fb0608da2a2c171d848ec99 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Fri, 23 Aug 2024 14:09:09 +0100 Subject: [PATCH] These don't exist. --- packages/wp-types/index.ts | 11 ----------- schemas/rest-api/font-face.json | 13 ------------- 2 files changed, 24 deletions(-) diff --git a/packages/wp-types/index.ts b/packages/wp-types/index.ts index a4a4627..5e37247 100644 --- a/packages/wp-types/index.ts +++ b/packages/wp-types/index.ts @@ -2196,17 +2196,6 @@ export interface WP_REST_API_Font_Face { */ font_faces?: number[]; font_family_settings?: WP_Font_Family_Settings; - _links?: WP_REST_API_Object_Links; - /** - * The embedded representation of relations. Only present when the '_embed' query parameter is set. - */ - _embedded?: { - /** - * The associated font faces. - */ - font_faces?: unknown[]; - [k: string]: unknown; - }; [k: string]: unknown; }; _links: WP_REST_API_Object_Links; diff --git a/schemas/rest-api/font-face.json b/schemas/rest-api/font-face.json index 309dbe8..f640c2e 100644 --- a/schemas/rest-api/font-face.json +++ b/schemas/rest-api/font-face.json @@ -52,19 +52,6 @@ "$ref": "properties/font-family-settings.json" } ] - }, - "_links": { - "$ref": "properties/object-links.json" - }, - "_embedded": { - "description": "The embedded representation of relations. Only present when the '_embed' query parameter is set.", - "type": "object", - "properties": { - "font_faces": { - "description": "The associated font faces.", - "type": "array" - } - } } }, "additionalProperties": true