Sha256: be58951cdb61a2dcaa222ecd75adebd9f02816e1463f86f492a5522e4fd85593

Contents?: true

Size: 498 Bytes

Versions: 19

Compression:

Stored size: 498 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "pattern": "^[A-Fa-f\\d]{24}$"
    },
    "createdAt": {
      "type": "string",
      "format": "date-time"
    },
    "updatedAt": {
      "type": "string",
      "format": "date-time"
    }
  },
  "patternProperties": {
    "^[0-9a-zA-Z_-]{1,255}$": {
      "type": [
        "string",
        "number",
        "boolean",
        "null"
      ]
    }
  }
}

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
losant_rest-1.21.0 schemas/dataTableRow.json
losant_rest-1.20.1 schemas/dataTableRow.json
losant_rest-1.20.0 schemas/dataTableRow.json
losant_rest-1.19.9 schemas/dataTableRow.json
losant_rest-1.19.8 schemas/dataTableRow.json
losant_rest-1.19.6 schemas/dataTableRow.json
losant_rest-1.19.4 schemas/dataTableRow.json
losant_rest-1.19.3 schemas/dataTableRow.json
losant_rest-1.19.2 schemas/dataTableRow.json
losant_rest-1.19.1 schemas/dataTableRow.json
losant_rest-1.19.0 schemas/dataTableRow.json
losant_rest-1.18.0 schemas/dataTableRow.json
losant_rest-1.17.5 schemas/dataTableRow.json
losant_rest-1.17.4 schemas/dataTableRow.json
losant_rest-1.17.3 schemas/dataTableRow.json
losant_rest-1.17.2 schemas/dataTableRow.json
losant_rest-1.17.1 schemas/dataTableRow.json
losant_rest-1.17.0 schemas/dataTableRow.json
losant_rest-1.16.6 schemas/dataTableRow.json