systems.numina.site.curation

scoiattolo.mountainherder.xyz

Documentation

Editorial curation for the scarnecchia.net site: photography selection and order, design portfolio pieces, pinned documents.

main record

Editorial curation for the scarnecchia.net site: photography selection and order, design portfolio pieces, pinned documents.

Record Key literal:self Fixed literal value

Properties

design array of ref #designEntry Optional

No description available.

photography array of ref #photoEntry Optional

No description available.

pinned array of string at-uri Optional

No description available.

View raw schema
{
  "key": "literal:self",
  "type": "record",
  "record": {
    "type": "object",
    "properties": {
      "design": {
        "type": "array",
        "items": {
          "ref": "#designEntry",
          "type": "ref"
        }
      },
      "pinned": {
        "type": "array",
        "items": {
          "type": "string",
          "format": "at-uri"
        }
      },
      "photography": {
        "type": "array",
        "items": {
          "ref": "#photoEntry",
          "type": "ref"
        }
      }
    }
  },
  "description": "Editorial curation for the scarnecchia.net site: photography selection and order, design portfolio pieces, pinned documents."
}
designEntry object

No description available.

Properties

description string Optional

No description available.

maxLength: 2000 bytes
image blob Required

No description available.

maxSize: 2.0 MB
medium string Required

No description available.

maxLength: 100 bytes
position integer Required

No description available.

title string Required

No description available.

maxLength: 200 bytes
year integer Required

No description available.

View raw schema
{
  "type": "object",
  "required": [
    "title",
    "year",
    "medium",
    "image",
    "position"
  ],
  "properties": {
    "year": {
      "type": "integer"
    },
    "image": {
      "type": "blob",
      "accept": [
        "image/jpeg",
        "image/png",
        "image/webp"
      ],
      "maxSize": 2000000
    },
    "title": {
      "type": "string",
      "maxLength": 200
    },
    "medium": {
      "type": "string",
      "maxLength": 100
    },
    "position": {
      "type": "integer"
    },
    "description": {
      "type": "string",
      "maxLength": 2000
    }
  }
}
photoEntry object

No description available.

Properties

feature boolean Optional

No description available.

flickrUrl string uri Optional

A valid URI.

position integer Required

No description available.

subject string at-uri Required

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

View raw schema
{
  "type": "object",
  "required": [
    "subject",
    "position"
  ],
  "properties": {
    "feature": {
      "type": "boolean"
    },
    "subject": {
      "type": "string",
      "format": "at-uri"
    },
    "position": {
      "type": "integer"
    },
    "flickrUrl": {
      "type": "string",
      "format": "uri"
    }
  }
}

Lexicon Garden

@