Wordnik · Schema

ContentProvider

ContentProvider schema from Wordnik

DictionariesDictionaryWord DataEnglishLexicographyPublic APIs

Properties

Name Type Description
id integer
name string
View JSON Schema on GitHub

JSON Schema

wordnik-content-provider-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/wordnik/refs/heads/main/json-schema/wordnik-content-provider-schema.json",
  "title": "ContentProvider",
  "description": "ContentProvider schema from Wordnik",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "format": "int32"
    },
    "name": {
      "type": "string"
    }
  }
}