Skip to content

Commit 723a582

Browse files
committed
uncomment ContentImageVariation, PasswordValidationContext, Plural
1 parent bff4d18 commit 723a582

File tree

1 file changed

+44
-44
lines changed

1 file changed

+44
-44
lines changed

docs/api/rest_api/rest_api_reference/input/ibexa-types.raml

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -217,25 +217,25 @@ ContentCreate:
217217
properties:
218218
field: object[]
219219

220-
# ContentImageVariation:
221-
# description: 'This class represents an image.'
222-
# type: BaseObject
223-
# properties:
224-
# uri:
225-
# description: 'This class represents a URI.'
226-
# type: string
227-
# contentType:
228-
# description: 'Type of an image.'
229-
# type: string
230-
# width:
231-
# description: 'Width of an image.'
232-
# type: integer
233-
# height:
234-
# description: 'Height of an image.'
235-
# type: integer
236-
# fileSize:
237-
# description: 'Size of an image file.'
238-
# type: integer
220+
ContentImageVariation:
221+
description: 'This class represents an image.'
222+
type: BaseObject
223+
properties:
224+
uri:
225+
description: 'This class represents a URI.'
226+
type: string
227+
contentType:
228+
description: 'Type of an image.'
229+
type: string
230+
width:
231+
description: 'Width of an image.'
232+
type: integer
233+
height:
234+
description: 'Height of an image.'
235+
type: integer
236+
fileSize:
237+
description: 'Size of an image file.'
238+
type: integer
239239

240240
ContentInfoWrapper:
241241
properties:
@@ -1600,31 +1600,31 @@ ObjectStateUpdate:
16001600
type: ValueObject
16011601
required: false
16021602

1603-
# PasswordValidationContext:
1604-
# description: 'Context of the password validation.'
1605-
# type: object
1606-
# properties:
1607-
# contentType:
1608-
# description: 'Content type of the password owner.'
1609-
# type: ContentType
1610-
# user:
1611-
# description: 'Owner of the password.'
1612-
# type: User
1613-
1614-
# Plural:
1615-
# description: 'Class for translatable messages, which may contain plural forms. The message might include replacements, in the form %[A-Za-z]%. Those are replaced by the values provided. A raw % can be escaped like %%.'
1616-
# type: object
1617-
# properties:
1618-
# singular:
1619-
# description: 'Singular string. Might use replacements like %foo%, which are replaced by the values specified in the values array.'
1620-
# type: string
1621-
# plural:
1622-
# description: 'Message string. Might use replacements like %foo%, which are replaced by the values specified in the values array.'
1623-
# type: string
1624-
# values:
1625-
# description: 'Translation value objects. May not contain any numbers, which might result in requiring plural forms. Use MessagePlural for that.'
1626-
# type: array
1627-
# items: any
1603+
PasswordValidationContext:
1604+
description: 'Context of the password validation.'
1605+
type: object
1606+
properties:
1607+
contentType:
1608+
description: 'Content type of the password owner.'
1609+
type: ContentType
1610+
user:
1611+
description: 'Owner of the password.'
1612+
type: User
1613+
1614+
Plural:
1615+
description: 'Class for translatable messages, which may contain plural forms. The message might include replacements, in the form %[A-Za-z]%. Those are replaced by the values provided. A raw % can be escaped like %%.'
1616+
type: object
1617+
properties:
1618+
singular:
1619+
description: 'Singular string. Might use replacements like %foo%, which are replaced by the values specified in the values array.'
1620+
type: string
1621+
plural:
1622+
description: 'Message string. Might use replacements like %foo%, which are replaced by the values specified in the values array.'
1623+
type: string
1624+
values:
1625+
description: 'Translation value objects. May not contain any numbers, which might result in requiring plural forms. Use MessagePlural for that.'
1626+
type: array
1627+
items: any
16281628

16291629
PolicyWrapper:
16301630
properties:

0 commit comments

Comments
 (0)