A project for display on my website.
Record Key
any
Any valid record key
Properties
description
string
Required
No description available.
maxLength: 2048 byteslanguage
string
Required
No description available.
maxLength: 64 byteslink
string
uri
Optional
A valid URI.
maxLength: 2048 bytesrepo
string
uri
Required
A valid URI.
maxLength: 2048 bytestitle
string
Required
No description available.
maxLength: 120 bytesView raw schema
{
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"title",
"description",
"repo",
"language"
],
"properties": {
"link": {
"type": "string",
"format": "uri",
"maxLength": 2048
},
"repo": {
"type": "string",
"format": "uri",
"maxLength": 2048
},
"title": {
"type": "string",
"maxLength": 120
},
"language": {
"type": "string",
"maxLength": 64
},
"description": {
"type": "string",
"maxLength": 2048
}
}
},
"description": "A project for display on my website."
}