systems.numina.site.curation

scoiattolo.mountainherder.xyz

{
  "id": "systems.numina.site.curation",
  "defs": {
    "main": {
      "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."
    },
    "photoEntry": {
      "type": "object",
      "required": [
        "subject",
        "position"
      ],
      "properties": {
        "feature": {
          "type": "boolean"
        },
        "subject": {
          "type": "string",
          "format": "at-uri"
        },
        "position": {
          "type": "integer"
        },
        "flickrUrl": {
          "type": "string",
          "format": "uri"
        }
      }
    },
    "designEntry": {
      "type": "object",
      "required": [
        "title",
        "year",
        "medium",
        "image",
        "position"
      ],
      "properties": {
        "year": {
          "type": "integer"
        },
        "image": {
          "type": "blob",
          "accept": [
            "image/jpeg",
            "image/png",
            "image/webp"
          ],
          "maxSize": 1000000
        },
        "title": {
          "type": "string",
          "maxLength": 200
        },
        "medium": {
          "type": "string",
          "maxLength": 100
        },
        "position": {
          "type": "integer"
        },
        "description": {
          "type": "string",
          "maxLength": 2000
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against systems.numina.site.curation

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:uyqnubfj3qlho6psy6uvvt6u
CID
bafyreib2kmvwu6bd4fab74oekgkx34ggqk3uocjq6ybblyye5rijqjkvny
Indexed At
2026-07-18 20:06 UTC
AT-URI
at://did:plc:uyqnubfj3qlho6psy6uvvt6u/com.atproto.lexicon.schema/systems.numina.site.curation

Version History (2 versions)

Lexicon Garden

@