-
Type:
Regression Bug
-
Status: Closed
-
Resolution: No Longer Reproducible
-
Affects Version/s: 7.2.X
-
Fix Version/s: None
-
Component/s: Headless CMS
-
Labels:
-
Fix Priority:4
-
Git Pull Request:
-
QA Test Name:
-
QA Test Score:5
https://testray.liferay.com/home/-/testray/case_results/865886099
[java] java.lang.Exception: Found 2 formatting issues: [java] 1: Truncated message : [java] ./modules/apps/headless/headless-admin-user/headless-admin-user-impl/rest-openapi.yaml expected:<... Site: [java] #[ @review [java] description: [java] Represents the site where the content is created. Properties follow the [java] [WebSite](https://schema.org/WebSite) specification. [java] properties: [java] availableLanguages: [java] items: [java] type: string [java] type: array [java] creator: [java] $ref: "#/components/schemas/Creator" [java] description: [java] type: string [java] friendlyUrlPath: [java] type: string [java] id: [java] format: int64 [java] type: integer [java] key: [java] type: string [java] membershipType: [java] type: string [java] name: [java] type: string [java] sites: [java] items: [java] $ref: "#/components/schemas/Site" [java] type: array [java] type: object [java] SiteBrief: [java] description: [java] Represents a site's basic information. [java] properties: [java] id: [java] description: [java] The site's ID. [java] format: int64 [java] readOnly: true [java] type: integer [java] name: [java] description: [java] The site's name. [java] readOnly: true [java] type: string [java] type: object [java] Subscription: [java] properties: [java] contentId: [java] type: object [java] contentType: [java] type: string [java] dateCreated: [java] format: date-time [java] readOnly: true [java] type: string [java] dateModified: [java] format: date-time [java] readOnly: true [java] type: string [java] frequency: [java] type: string [java] id: [java] format: int64 [java] readOnly: true [java] type: integer [java] siteId: [java] format: int64 [java] type: integer [java] UserAccount: [java] description: [java] Represents a user. [java] properties: [java] additionalName: [java] description: [java] The user's additional name (e.g., middle name). [java] readOnly: true [java] type: string [java] alternateName: [java] description: [java] The user's alias or screen name. [java] readOnly: true [java] type: string [java] birthDate: [java] description: [java] The user's date of birth, in ISO 8601 format. [java] format: date-time [java] readOnly: true [java] type: string [java] contactInformation: [java] description: [java] The user's contact information. [java] properties: [java] emailAddresses: [java] description: [java] A list of the user's email addresses, with one optionally marked as primary. [java] items: [java] $ref: "#/components/schemas/EmailAddress" [java] readOnly: true [java] type: array [java] facebook: [java] description: [java] The user's Facebook account. [java] readOnly: true [java] type: string [java] id: [java] description: [java] The ID of the `contactInformation`. [java] format: int64 [java] readOnly: true [java] type: integer [java] jabber: [java] description: [java] The user's Jabber handle. [java] readOnly: true [java] type: string [java] postalAddresses: [java] description: [java] A list of user's postal addresses, with one optionally marked as primary. [java] items: [java] $ref: "#/components/schemas/PostalAddress" [java] readOnly: true [java] type: array [java] skype: [java] description: [java] The user's Skype handle. [java] readOnly: true [java] type: string [java] sms: [java] description: [java] The user's SMS number. [java] readOnly: true [java] type: string [java] telephones: [java] description: [java] A list of the user's phone numbers, with one optionally marked as primary. [java] items: [java] $ref: "#/components/schemas/Phone" [java] readOnly: true [java] type: array [java] twitter: [java] description: [java] The user's Twitter handle. [java] readOnly: true [java] type: string [java] webUrls: [java] description: [java] A list of the user's web URLs, with one optionally marked as primary. [java] items: [java] $ref: "#/components/schemas/WebUrl" [java] readOnly: true [java] type: array [java] type: object [java] customFields: [java] items: [java] $ref: "#/components/schemas/CustomField" [java] type: array [java] dashboardURL: [java] description: [java] A relative URL to the user's dashboard. [java] readOnly: true [java] type: string [java] dateCreated: [java] description: [java] The creation date of the user's account. [java] format: date-time [java] readOnly: true [java] type: string [java] dateModified: [java] description: [java] The last time any field of the user's account was changed. [java] format: date-time [java] readOnly: true [java] type: string [java] emailAddress: [java] description: [java] The user's main email address. [java] readOnly: true [java] type: string [java] familyName: [java] description: [java] The user's surname (last name). [java] readOnly: true [java] type: string [java] givenName: [java] description: [java] The user's first name. [java] readOnly: true [java] type: string [java] honorificPrefix: [java] description: [java] The user's title (e.g., Dr., Mr., Mrs, Ms., etc.). [java] readOnly: true [java] type: string [java] honorificSuffix: [java] description: [java] The user's suffix (e.g., II, Jr., PhD, etc.). [java] readOnly: true [java] type: string [java] id: [java] description: [java] The user's ID. [java] format: int64 [java] readOnly: true [java] type: integer [java] image: [java] description: [java] A relative URL to the user's profile image. [java] format: uri [java] readOnly: true [java] type: string [java] jobTitle: [java] description: [java] The user's job title. [java] readOnly: true [java] type: string [java] keywords: [java] description: [java] A list of keywords describing the user. [java] items: [java] type: string [java] readOnly: true [java] type: array [java] name: [java] description: [java] The user's full name. [java] readOnly: true [java] type: string [java] organizationBriefs: [java] description: [java] A list of the user's organizations. [java] items: [java] $ref: "#/components/schemas/OrganizationBrief" [java] readOnly: true [java] type: array [java] profileURL: [java] description: [java] A relative URL to the user's profile. [java] readOnly: true [java] type: string [java] roleBriefs: [java] description: [java] A list of the user's roles. [java] items: [java] $ref: "#/components/schemas/RoleBrief" [java] readOnly: true [java] type: array [java] siteBriefs: [java] description: [java] A list of the user's sites. [java] items: [java] $ref: "#/components/schemas/SiteBrief" [java] readOnly: true [java] type: array [java] type: object [java] WebUrl: [java] description: [java] Re [java] 2: Truncated message : [java] ./modules/apps/headless/headless-delivery/headless-delivery-impl/rest-openapi.yaml expected:<... #[ @review [java] description: [java] The rating value. [java] format: double [java] readOnly: true [java] type: number [java] worstRating: [java] description: [java] The lowest possible rating (by default normalized to 0.0). [java] format: double [java] readOnly: true [java] type: number [java] type: object [java] BlogPosting: [java] description: [java] Represents a blog post. See [BlogPosting](https://www.schema.org/BlogPosting) for more information. [java] properties: [java] aggregateRating: [java] allOf: [java] - $ref: "#/components/schemas/AggregateRating" [java] description: [java] The blog post's average rating. [java] readOnly: true [java] alternativeHeadline: [java] description: [java] The blog post's subtitle. [java] type: string [java] articleBody: [java] description: [java] The blog post's body (content). [java] type: string [java] creator: [java] allOf: [java] - $ref: "#/components/schemas/Creator" [java] description: [java] The blog post's author. [java] readOnly: true [java] customFields: [java] items: [java] $ref: "#/components/schemas/CustomField" [java] type: array [java] dateCreated: [java] description: [java] The blog post's creation date. [java] format: date-time [java] readOnly: true [java] type: string [java] dateModified: [java] description: [java] The blog post's most recent modification date. [java] format: date-time [java] readOnly: true [java] type: string [java] datePublished: [java] description: [java] The blog post's publication date. [java] format: date-time [java] type: string [java] description: [java] description: [java] The blog post's description. [java] type: string [java] encodingFormat: [java] description: [java] The blog post's media format (e.g., HTML, BBCode, etc.). [java] readOnly: true [java] type: string [java] friendlyUrlPath: [java] description: [java] The blog post's relative URL. [java] type: string [java] headline: [java] description: [java] The blog post's main title. [java] type: string [java] id: [java] description: [java] The blog post's identifier. [java] format: int64 [java] readOnly: true [java] type: integer [java] image: [java] description: [java] The blog post's cover image. [java] properties: [java] caption: [java] description: [java] The text describing the image. [java] type: string [java] contentUrl: [java] description: [java] The image's relative URL. [java] format: uri [java] readOnly: true [java] type: string [java] imageId: [java] description: [java] The image's ID. This can be used to retrieve more information in the `Document` API. [java] format: int64 [java] type: integer [java] type: object [java] keywords: [java] description: [java] A list of keywords describing the blog post. [java] items: [java] type: string [java] type: array [java] numberOfComments: [java] description: [java] The number of comments this blog post has received. [java] readOnly: true [java] type: integer [java] relatedContents: [java] items: [java] $ref: "#/components/schemas/RelatedContent" [java] readOnly: true [java] type: array [java] siteId: [java] description: [java] The ID of the site to which this blog post is scoped. [java] format: int64 [java] readOnly: true [java] type: integer [java] taxonomyCategories: [java] description: [java] The categories associated with this blog post. [java] items: [java] properties: [java] taxonomyCategoryId: [java] description: [java] The category's ID. This can be used to retrieve more information in the [java] `TaxonomyCategory` API. [java] format: int64 [java] type: integer [java] taxonomyCategoryName: [java] description: [java] The category's name. [java] type: string [java] type: object [java] readOnly: true [java] type: array [java] taxonomyCategoryIds: [java] description: [java] A write-only field that adds a `TaxonomyCategory` to this resource. [java] items: [java] format: int64 [java] type: integer [java] type: array [java] writeOnly: true [java] viewableBy: [java] description: [java] A write-only property that specifies the default permissions. [java] enum: [Anyone, Members, Owner] [java] type: string [java] writeOnly: true [java] required: [java] - articleBody [java] - headline [java] type: object [java] BlogPostingImage: [java] description: [java] Represents a blog post's image. Properties follow the [image](https://schema.org/image) specification. [java] properties: [java] contentUrl: [java] description: [java] The image's relative URL. [java] readOnly: true [java] type: string [java] encodingFormat: [java] description: [java] The image's content type (e.g., `application/png`, etc.). [java] readOnly: true [java] type: string [java] fileExtension: [java] description: [java] The image's file extension. [java] readOnly: true [java] type: string [java] id: [java] description: [java] The image's ID. [java] format: int64 [java] readOnly: true [java] type: integer [java] sizeInBytes: [java] description: [java] The image's size in bytes. [java] format: int64 [java] readOnly: true [java] type: integer [java] title: [java] description: [java] The image's title text. [java] type: string [java] viewableBy: [java] description: [java] A write-only property that specifies the default permissions. [java] enum: [Anyone, Members, Owner] [java] type: string [java] writeOnly: true [java] type: object [java] Comment: [java] description: [java] Represents a comment. See [Comment](https://www.schema.org/Comment) for more details. [java] properties: [java] creator: [java] allOf: [java] - $ref: "#/components/schemas/Creator" [java] description: [java] The comment's author. [java] readOnly: true [java] dateCreated: [java] description: [java] The comment's creation date. [java] format: date-time [java] readOnly: true [java] type: string [java] dateModified: [java] description: [java] The comment's latest modification date. [java] format: date-time [java] readOnly: true [java] type: string [java] id: [java] description: [java] The comment's ID. [java] format: int64 [java] readOnly: true [java] type: integer [java] numberOfComments: [java] description: [java] The number of child comments on this comment. [java] readOnly: true [java] type: integer [java] text: [java] description: [java] The comment's text content. [java] type: string [java] type: object [java] ContentDocument: [java] description: [java] Represents a document (binary data and metadata) associated with structured content. Properties follow [java] the [Media Object](https://schema.org/MediaObject) specification. [java] properties: [java] contentUrl: [java] description: [java] The document's relative URL. [java] format: uri