ripple/ripple-rest

View on GitHub
api/lib/schemas/Hash256.json

Summary

Maintainability
Test Coverage
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "title": "Hash256",
  "description": "The hex representation of a 256-bit hash",
  "type": "string",
  "pattern": "^[A-Fa-f0-9]{64}$"
}