ReqRes · JSON Structure

Reqres Collection Update Request Structure

CollectionUpdateRequest schema from ReqRes API

Type: object Properties: 4
DevelopmentTestingPrototypingFake APIRESTAgent Sandbox

CollectionUpdateRequest is a JSON Structure definition published by ReqRes, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name slug schema visibility

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/reqres/refs/heads/main/json-structure/reqres-collection-update-request-structure.json",
  "name": "CollectionUpdateRequest",
  "description": "CollectionUpdateRequest schema from ReqRes API",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "slug": {
      "type": "string"
    },
    "schema": {
      "type": "object",
      "additionalProperties": true
    },
    "visibility": {
      "type": "string"
    }
  },
  "additionalProperties": true
}