api-shield_schemas-timestamp

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-api-shield-schemas-timestamp-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api-shield_schemas-timestamp",
  "title": "api-shield_schemas-timestamp",
  "allOf": [
    {
      "$ref": "#/components/schemas/api-shield_timestamp"
    },
    {
      "readOnly": true,
      "type": "string"
    }
  ]
}