You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/rest_api/rest_api_reference/input/ibexa-types.raml
+44-44Lines changed: 44 additions & 44 deletions
Original file line number
Diff line number
Diff line change
@@ -217,25 +217,25 @@ ContentCreate:
217
217
properties:
218
218
field: object[]
219
219
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
239
239
240
240
ContentInfoWrapper:
241
241
properties:
@@ -1600,31 +1600,31 @@ ObjectStateUpdate:
1600
1600
type: ValueObject
1601
1601
required: false
1602
1602
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.'
0 commit comments