Skip to content

Commit

Permalink
feat(webfonts): update the api
Browse files Browse the repository at this point in the history
#### webfonts:v1

The following keys were added:
- schemas.Webfont.properties.colorCapabilities (Total Keys: 2)
  • Loading branch information
yoshi-automation committed May 14, 2024
1 parent 83acd84 commit 4c88e84
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/dyn/webfonts_v1.webfonts.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ <h3>Method Details</h3>
},
],
&quot;category&quot;: &quot;A String&quot;, # The category of the font.
&quot;colorCapabilities&quot;: [ # The color format(s) available for this family.
&quot;A String&quot;,
],
&quot;family&quot;: &quot;A String&quot;, # The name of the font.
&quot;files&quot;: { # The font files (with all supported scripts) for each one of the available variants, as a key : value map.
&quot;a_key&quot;: &quot;A String&quot;,
Expand Down
9 changes: 8 additions & 1 deletion googleapiclient/discovery_cache/documents/webfonts.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
}
}
},
"revision": "20240507",
"revision": "20240508",
"rootUrl": "https://webfonts.googleapis.com/",
"schemas": {
"Axis": {
Expand Down Expand Up @@ -200,6 +200,13 @@
"description": "The category of the font.",
"type": "string"
},
"colorCapabilities": {
"description": "The color format(s) available for this family.",
"items": {
"type": "string"
},
"type": "array"
},
"family": {
"description": "The name of the font.",
"type": "string"
Expand Down

0 comments on commit 4c88e84

Please sign in to comment.