"{\"components\":{\"responses\":{\"Error\":{\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/Error\"}}},\"description\":\"Error\"}},\"schemas\":{\"Error\":{\"description\":\"Error information from a response.\",\"properties\":{\"error_code\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"request_id\":{\"type\":\"string\"}},\"required\":[\"message\",\"request_id\"],\"type\":\"object\"},\"Manifest\":{\"description\":\"Represents a dataset manifest\",\"properties\":{\"cloud_name\":{\"nullable\":true,\"type\":\"string\"},\"created_at\":{\"nullable\":true,\"type\":\"string\"},\"creator_name\":{\"type\":\"string\"},\"creator_uuid\":{\"format\":\"uuid\",\"type\":\"string\"},\"description\":{\"type\":\"string\"},\"files\":{\"items\":{\"$ref\":\"#/components/schemas/ManifestFile\"},\"type\":\"array\"},\"image_size\":{\"nullable\":true,\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"os\":{\"type\":\"string\"},\"platform_type\":{\"nullable\":true,\"type\":\"string\"},\"published_at\":{\"type\":\"string\"},\"requirements\":{\"nullable\":true},\"type\":{\"type\":\"string\"},\"updated_at\":{\"nullable\":true,\"type\":\"string\"},\"urn\":{\"type\":\"string\"},\"uuid\":{\"format\":\"uuid\",\"type\":\"string\"},\"vendor_uuid\":{\"format\":\"uuid\",\"nullable\":true,\"type\":\"string\"},\"version\":{\"type\":\"string\"}},\"required\":[\"creator_name\",\"creator_uuid\",\"description\",\"files\",\"name\",\"os\",\"published_at\",\"type\",\"urn\",\"uuid\",\"version\"],\"type\":\"object\"},\"ManifestFile\":{\"description\":\"Represents a file in a dataset manifest\",\"properties\":{\"path\":{\"type\":\"string\"},\"sha1\":{\"type\":\"string\"},\"size\":{\"format\":\"uint64\",\"minimum\":0,\"type\":\"integer\"},\"url\":{\"nullable\":true,\"type\":\"string\"}},\"required\":[\"path\",\"sha1\",\"size\"],\"type\":\"object\"},\"Ping\":{\"description\":\"Ping response\",\"properties\":{\"ping\":{\"type\":\"string\"}},\"required\":[\"ping\"],\"type\":\"object\"}}},\"info\":{\"title\":\"dsapi\",\"version\":\"0.2.0\"},\"openapi\":\"3.0.3\",\"paths\":{\"/\":{\"get\":{\"operationId\":\"slash\",\"responses\":{\"200\":{\"content\":{\"application/json\":{\"schema\":{\"title\":\"String\",\"type\":\"string\"}}},\"description\":\"successful operation\"},\"4XX\":{\"$ref\":\"#/components/responses/Error\"},\"5XX\":{\"$ref\":\"#/components/responses/Error\"}},\"summary\":\"Return the API description\"},\"head\":{\"operationId\":\"slash_head\",\"responses\":{\"200\":{\"content\":{\"application/json\":{\"schema\":{\"title\":\"String\",\"type\":\"string\"}}},\"description\":\"successful operation\"},\"4XX\":{\"$ref\":\"#/components/responses/Error\"},\"5XX\":{\"$ref\":\"#/components/responses/Error\"}},\"summary\":\"HEAD support for API description\"}},\"/datasets\":{\"get\":{\"operationId\":\"datasets\",\"responses\":{\"default\":{\"content\":{\"*/*\":{\"schema\":{}}},\"description\":\"\"}},\"summary\":\"Get all datasets on this server\"},\"head\":{\"operationId\":\"datasets_head\",\"responses\":{\"200\":{\"content\":{\"application/json\":{\"schema\":{\"items\":{\"$ref\":\"#/components/schemas/Manifest\"},\"title\":\"Array_of_Manifest\",\"type\":\"array\"}}},\"description\":\"successful operation\"},\"4XX\":{\"$ref\":\"#/components/responses/Error\"},\"5XX\":{\"$ref\":\"#/components/responses/Error\"}},\"summary\":\"HEAD support for datasets list\"}},\"/datasets/{id}\":{\"get\":{\"operationId\":\"dataset_id\",\"parameters\":[{\"in\":\"path\",\"name\":\"id\",\"required\":true,\"schema\":{\"format\":\"uuid\",\"type\":\"string\"}}],\"responses\":{\"200\":{\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/Manifest\"}}},\"description\":\"successful operation\"},\"4XX\":{\"$ref\":\"#/components/responses/Error\"},\"5XX\":{\"$ref\":\"#/components/responses/Error\"}},\"summary\":\"Get specific dataset manifest\"},\"head\":{\"operationId\":\"dataset_id_head\",\"parameters\":[{\"in\":\"path\",\"name\":\"id\",\"required\":true,\"schema\":{\"format\":\"uuid\",\"type\":\"string\"}}],\"responses\":{\"200\":{\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/Manifest\"}}},\"description\":\"successful operation\"},\"4XX\":{\"$ref\":\"#/components/responses/Error\"},\"5XX\":{\"$ref\":\"#/components/responses/Error\"}},\"summary\":\"HEAD support for specific dataset manifest\"}},\"/ping\":{\"get\":{\"operationId\":\"ping\",\"responses\":{\"200\":{\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/Ping\"}}},\"description\":\"successful operation\"},\"4XX\":{\"$ref\":\"#/components/responses/Error\"},\"5XX\":{\"$ref\":\"#/components/responses/Error\"}},\"summary\":\"Respond to a ping with pong\"},\"head\":{\"operationId\":\"ping_head\",\"responses\":{\"200\":{\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/Ping\"}}},\"description\":\"successful operation\"},\"4XX\":{\"$ref\":\"#/components/responses/Error\"},\"5XX\":{\"$ref\":\"#/components/responses/Error\"}},\"summary\":\"HEAD support for ping\"}},\"/test\":{\"get\":{\"operationId\":\"testme\",\"responses\":{\"200\":{\"content\":{\"application/json\":{\"schema\":{\"title\":\"String\",\"type\":\"string\"}}},\"description\":\"successful operation\"},\"4XX\":{\"$ref\":\"#/components/responses/Error\"},\"5XX\":{\"$ref\":\"#/components/responses/Error\"}},\"summary\":\"Test Function\"},\"head\":{\"operationId\":\"testme_head\",\"responses\":{\"200\":{\"content\":{\"application/json\":{\"schema\":{\"title\":\"String\",\"type\":\"string\"}}},\"description\":\"successful operation\"},\"4XX\":{\"$ref\":\"#/components/responses/Error\"},\"5XX\":{\"$ref\":\"#/components/responses/Error\"}},\"summary\":\"HEAD support for test function\"}}}}"