Uscirf Policy Recommendation Structure

A USCIRF policy recommendation addressed to the U.S. President, Secretary of State, or Congress regarding international religious freedom.

Type: object Properties: 8 Required: 5
Federal-GovernmentReligious FreedomInternational Human RightsForeign Policy

PolicyRecommendation is a JSON Structure definition published by US Commission on International Religious Freedom, describing 8 properties, of which 5 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

recommendation_id report_year addressee country category recommendation_text rationale related_violations

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

JSON Structure

uscirf-policy-recommendation-structure.json Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/us-commission-on-international-religious-freedom/refs/heads/main/json-structure/uscirf-policy-recommendation-structure.json",
  "name": "PolicyRecommendation",
  "description": "A USCIRF policy recommendation addressed to the U.S. President, Secretary of State, or Congress regarding international religious freedom.",
  "type": "object",
  "properties": {
    "recommendation_id": {
      "type": "string",
      "description": "Unique identifier for the recommendation."
    },
    "report_year": {
      "type": "int32",
      "description": "Year of the annual report containing this recommendation.",
      "example": 2026
    },
    "addressee": {
      "type": "string",
      "description": "Primary recipient of the recommendation.",
      "enum": [
        "President of the United States",
        "Secretary of State",
        "Congress",
        "U.S. Ambassador-at-Large for International Religious Freedom"
      ]
    },
    "country": {
      "type": "string",
      "description": "Country to which this recommendation pertains, if country-specific.",
      "example": "China"
    },
    "category": {
      "type": "string",
      "description": "Category of the policy recommendation.",
      "enum": [
        "CPC Designation",
        "Special Watch List",
        "EPC Designation",
        "Sanctions",
        "Diplomatic Action",
        "Legislation",
        "Foreign Aid Conditions",
        "Refugee and Asylum Policy",
        "Multilateral Engagement"
      ]
    },
    "recommendation_text": {
      "type": "string",
      "description": "Full text of the policy recommendation."
    },
    "rationale": {
      "type": "string",
      "description": "Explanation of the basis and rationale for the recommendation."
    },
    "related_violations": {
      "type": "array",
      "description": "Religious freedom violations that motivate this recommendation.",
      "items": {
        "type": "string"
      }
    }
  },
  "required": [
    "recommendation_id",
    "report_year",
    "addressee",
    "category",
    "recommendation_text"
  ]
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/uscirf-policy-recommendation-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

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

Get an API key

Free tier, no email required.

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