just-paja/radio-drama-queen

View on GitHub
schema/SoundTag.json

Summary

Maintainability
Test Coverage
{
  "id": "/SoundTag",
  "additionalProperties": false,
  "type": "object",
  "properties": {
    "name": {
      "$ref": "/ObjectName"
    },
    "translations": {
      "$ref": "/Translations"
    }
  },
  "required": ["name", "translations"]
}