com.chrisvanderloo.project

chrisvanderloo.com

Documentation

A project for display on my website.

main record

A project for display on my website.

Record Key any Any valid record key

Properties

description string Required

No description available.

maxLength: 2048 bytes
language string Required

No description available.

maxLength: 64 bytes
repo string uri Required

A valid URI.

maxLength: 2048 bytes
title string Required

No description available.

maxLength: 120 bytes
View 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."
}

Lexicon Garden

@