ReqRes · JSON Structure

Reqres Legacy Mutation Response Structure

LegacyMutationResponse schema from ReqRes API

Type: object Properties: 3
DevelopmentTestingPrototypingFake APIRESTAgent Sandbox

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

Properties

id createdAt updatedAt

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-legacy-mutation-response-structure.json",
  "name": "LegacyMutationResponse",
  "description": "LegacyMutationResponse schema from ReqRes API",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "createdAt": {
      "type": "datetime"
    },
    "updatedAt": {
      "type": "datetime"
    }
  },
  "additionalProperties": true
}