{ "title": "Object", "description": "Meta information and reference to an opaque content such as an image. The unique identifier is the SHA-256 of the content of the object.", "type": "object", "additionalProperties": false, "properties": { "index": { "description": "Unique identifier.", "type": "string" }, "mime": { "description": "Mime type of the object.", "type": "string" }, "name": { "description": "Human readable file name.", "type": "string" }, "description": { "description": "Description.", "type": "string" } }, "required": [ "index", "mime", "name", "description" ], "$schema": "http://json-schema.org/draft-04/schema#", "$id": "https://code.forgejo.org/f3/f3-schemas/src/branch/main/object.json", "$$target": "object.json" }