Hugging Face · Example Payload

Hugging Face Getcroissantmetadata Example

Hugging Face Getcroissantmetadata Example is an example object payload from Hugging Face, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getCroissantMetadata",
  "method": "GET",
  "path": "/croissant",
  "summary": "Get Croissant Metadata",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getcroissantmetadata200Example",
      "example": {
        "@context": "example_value",
        "@type": "example_value",
        "name": "Example Title",
        "description": "A sample description.",
        "url": "https://www.example.com",
        "distribution": [
          {}
        ],
        "recordSet": [
          {}
        ]
      }
    },
    {
      "status": "404",
      "contentType": "application/json",
      "name": "Getcroissantmetadata404Example",
      "example": {
        "error": "example_value",
        "cause_exception": "example_value",
        "cause_message": "example_value",
        "cause_traceback": [
          "example_value"
        ]
      }
    }
  ]
}