No description available.
Record Key
any
Any valid record key
Properties
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
description
string
Optional
No description available.
maxLength: 6000 bytesmaxGraphemes: 2000 graphemesname
string
Required
Display name.
maxLength: 1000 bytesminLength: 1 bytesmaxGraphemes: 200 graphemespermissions
ref
#permissions
Optional
Default access policy for the project.
slug
string
Required
Stable, URL-safe slug used to address the project.
maxLength: 128 bytesminLength: 1 bytessource
ref
#source
Required
No description available.
sourceLocale
string
Required
BCP-47 language tag of the source strings, e.g. "en-US".
maxLength: 35 bytesminLength: 2 bytestargetLocales
array
of
string
Optional
BCP-47 tags the project is translated into.
maxLength: 1000 itemsView raw schema
{
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"name",
"slug",
"sourceLocale",
"source",
"createdAt"
],
"properties": {
"name": {
"type": "string",
"maxLength": 1000,
"minLength": 1,
"description": "Display name.",
"maxGraphemes": 200
},
"slug": {
"type": "string",
"maxLength": 128,
"minLength": 1,
"description": "Stable, URL-safe slug used to address the project."
},
"source": {
"ref": "#source",
"type": "ref"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"description": {
"type": "string",
"maxLength": 6000,
"maxGraphemes": 2000
},
"permissions": {
"ref": "#permissions",
"type": "ref",
"description": "Default access policy for the project."
},
"sourceLocale": {
"type": "string",
"maxLength": 35,
"minLength": 2,
"description": "BCP-47 language tag of the source strings, e.g. \"en-US\"."
},
"targetLocales": {
"type": "array",
"items": {
"type": "string",
"maxLength": 35,
"minLength": 2
},
"maxLength": 1000,
"description": "BCP-47 tags the project is translated into."
}
}
}
}