Check Keyword Descriptions

This commit is contained in:
Scott Kay
2022-05-13 00:21:13 -04:00
parent 09cdad9668
commit c2e87c88f8
7 changed files with 22 additions and 11 deletions
+4 -2
View File
@@ -59,9 +59,11 @@ type App struct {
// Attribute:
// keywords
// Type:
// string
// string; DEPRECATED
// Definition:
// Comma separated list of keywords about the app.
// Comma-separated list of keywords about the app.
// Only one of 'keywords' or 'kwarray' may be present.
// NOTE: this field is deprecated, use 'kwarray' instead.
Keywords string `json:"keywords,omitempty"`
// Attribute:
+4 -2
View File
@@ -153,9 +153,11 @@ type Content struct {
// Attribute:
// keywords
// Type:
// string
// string; DEPRECATED
// Definition:
// Comma separated list of keywords describing the content.
// Comma-separated list of keywords describing the content.
// Only one of 'keywords' or 'kwarray' may be present.
// NOTE: this field is deprecated, use 'kwarray' instead.
Keywords string `json:"keywords,omitempty"`
// Attribute:
+4 -2
View File
@@ -59,9 +59,11 @@ type Site struct {
// Attribute:
// keywords
// Type:
// string
// string; DEPRECATED
// Definition:
// Comma separated list of keywords about the site.
// Comma-separated list of keywords about the app.
// Only one of 'keywords' or 'kwarray' may be present.
// NOTE: this field is deprecated, use 'kwarray' instead.
Keywords string `json:"keywords,omitempty"`
// Attribute:
+4 -2
View File
@@ -43,9 +43,11 @@ type User struct {
// Attribute:
// keywords
// Type:
// string
// string; DEPRECATED
// Definition:
// Comma separated list of keywords, interests, or intent.
// Comma-separated list of keywords, interests, or intent.
// Only one of 'keywords' or 'kwarray' may be present.
// NOTE: this field is deprecated, use 'kwarray' instead.
Keywords string `json:"keywords,omitempty"`
// Attribute:
+2 -1
View File
@@ -138,7 +138,8 @@ type App struct {
// Type:
// string
// Description:
// Comma separated list of keywords about the app.
// Comma separated list of keywords about the app. Only one of
// keywords or kwarray may be present.
Keywords string `json:"keywords,omitempty"`
// Attribute:
+2 -1
View File
@@ -173,7 +173,8 @@ type Content struct {
// Type:
// string
// Description:
// Comma separated list of keywords describing the content.
// Comma separated list of keywords describing the content. Only
// one of keywords or kwarray may be present.
Keywords string `json:"keywords,omitempty"`
// Attribute:
+2 -1
View File
@@ -134,7 +134,8 @@ type Site struct {
// Type:
// string
// Description:
// Comma separated list of keywords about the site.
// Comma separated list of keywords about the site. Only one of
// keywords or kwarray may be present.
Keywords string `json:"keywords,omitempty"`
// Attribute: