ReqRes · Schema

LegacyMutationResponse

LegacyMutationResponse schema from ReqRes API

DevelopmentTestingPrototypingFake APIRESTAgent Sandbox

Properties

Name Type Description
id string
createdAt string
updatedAt string
View JSON Schema on GitHub

JSON Schema

reqres-legacy-mutation-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/reqres/refs/heads/main/json-schema/reqres-legacy-mutation-response-schema.json",
  "title": "LegacyMutationResponse",
  "description": "LegacyMutationResponse schema from ReqRes API",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "createdAt": {
      "type": "string",
      "format": "date-time"
    },
    "updatedAt": {
      "type": "string",
      "format": "date-time"
    }
  },
  "additionalProperties": true
}