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 839 B image not shown  

Quelle  audio.schema.json   Sprache: unbekannt

 
Spracherkennung für: .json vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "audio.schema.json",
  "title": "Audio",
  "description": "An audio file",
  "type": "object",
  "properties": {
    "name": {
      "description": "The audio's name",
      "type": "string"
    },
    "duration": {
      "description": "The audio's duration in seconds",
      "type": "number"
    },
    "artist": {
      "description": "The artist who created the audio",
      "type": "string"
    },
    "album": {
      "description": "For music on an album the name of the album",
      "type": "string"
    },
    "track": {
      "description": "For music on an album the number of the track on the album",
      "type": "number"
    },
    "genre": {
      "description": "The genre of the audio",
      "type": "string"
    }
  },
  "required": ["name"]
}

[ Dauer der Verarbeitung: 0.36 Sekunden  ]