Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/browser/components/pagedata/schemas/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 677 B image not shown  

Quelle  article.schema.json   Sprache: unbekannt

 
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "article.schema.json",
  "title": "Article",
  "description": "An article for reading",
  "type": "object",
  "properties": {
    "name": {
      "description": "The article's name",
      "type": "string"
    },
    "author": {
      "description": "The author(s) of the article",
      "type": "string"
    },
    "date": {
      "description": "The date the article was published in ISO-8601 date or date/time format",
      "type": "string"
    },
    "readingTime": {
      "description": "The expected time to read the article in seconds",
      "type": "number"
    }
  },
  "required": ["name"]
}

[ Dauer der Verarbeitung: 0.2 Sekunden  (vorverarbeitet)  ]