Oura Ring · Schema

EnhancedTagModel

An EnhancedTagModel maps an ASSATag. An ASSATag in ExtAPIV2 is called a EnhancedTag An EnhancedTagModel will be populated by data from an ASSATag The fields in the EnhancedTagModel map to fields in an ASSATag

HealthWearablesSleepFitnessHeart RateReadinessSmart RingBiometrics

Properties

Name Type Description
id string
tag_type_code string The unique code of the selected tag type, `NULL` for text-only tags, or `custom` for custom tag types.
start_time object Timestamp of the tag (if no duration) or the start time of the tag (with duration).
end_time object Timestamp of the tag's end for events with duration or `NULL` if there is no duration.
start_day string Day of the tag (if no duration) or the start day of the tag (with duration).
end_day string Day of the tag's end for events with duration or `NULL` if there is no duration.
comment string Additional freeform text on the tag.
custom_name string The name of the tag if the tag_type_code is `custom`.
View JSON Schema on GitHub

JSON Schema

oura-enhancedtagmodel.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/oura/main/json-schema/oura-enhancedtagmodel.json",
  "title": "EnhancedTagModel",
  "description": "An EnhancedTagModel maps an ASSATag. An ASSATag in ExtAPIV2 is called a EnhancedTag\nAn EnhancedTagModel will be populated by data from an ASSATag\nThe fields in the EnhancedTagModel map to fields in an ASSATag",
  "properties": {
    "id": {
      "type": "string",
      "title": "Id"
    },
    "tag_type_code": {
      "type": "string",
      "nullable": true,
      "title": "Tag Type Code",
      "description": "The unique code of the selected tag type, `NULL` for text-only tags, or `custom` for custom tag types."
    },
    "start_time": {
      "$ref": "#/components/schemas/LocalDateTime",
      "description": "Timestamp of the tag (if no duration) or the start time of the tag (with duration)."
    },
    "end_time": {
      "$ref": "#/components/schemas/LocalDateTime",
      "nullable": true,
      "description": "Timestamp of the tag's end for events with duration or `NULL` if there is no duration."
    },
    "start_day": {
      "type": "string",
      "format": "date",
      "title": "Start Day",
      "description": "Day of the tag (if no duration) or the start day of the tag (with duration)."
    },
    "end_day": {
      "type": "string",
      "format": "date",
      "nullable": true,
      "title": "End Day",
      "description": "Day of the tag's end for events with duration or `NULL` if there is no duration."
    },
    "comment": {
      "type": "string",
      "nullable": true,
      "title": "Comment",
      "description": "Additional freeform text on the tag."
    },
    "custom_name": {
      "type": "string",
      "nullable": true,
      "title": "Custom Name",
      "description": "The name of the tag if the tag_type_code is `custom`."
    }
  },
  "type": "object",
  "required": [
    "id",
    "start_time",
    "start_day"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/oura-enhancedtagmodel"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.