{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "/schemas/3.1.0-rc.4/content-standards/get-content-standards-request.json",
  "title": "Get Content Standards Request",
  "description": "Request parameters for retrieving content safety policies",
  "type": "object",
  "allOf": [
    {
      "$ref": "/schemas/3.1.0-rc.4/core/version-envelope.json"
    }
  ],
  "properties": {
    "standards_id": {
      "type": "string",
      "description": "Identifier for the standards configuration to retrieve"
    },
    "context": {
      "$ref": "/schemas/3.1.0-rc.4/core/context.json"
    },
    "ext": {
      "$ref": "/schemas/3.1.0-rc.4/core/ext.json"
    }
  },
  "required": [
    "standards_id"
  ]
}
