7digital · JSON Structure

Api Country Structure

Country schema from 7digital API

Type: object Properties: 3
MusicStreamingLicensingCatalogueB2BRoyalty ReportingPublic APIs

Country is a JSON Structure definition published by 7digital, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

countryCode name currency

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/7digital/refs/heads/main/json-structure/api-country-structure.json",
  "name": "Country",
  "description": "Country schema from 7digital API",
  "properties": {
    "countryCode": {
      "type": "string",
      "description": "ISO 3166-1 alpha-2 code.",
      "example": "GB"
    },
    "name": {
      "type": "string",
      "example": "United Kingdom"
    },
    "currency": {
      "type": "string",
      "description": "ISO 4217 currency code.",
      "example": "GBP"
    }
  }
}