Sha256: fc3d3cc5b231102ed1cdee515e049fa6c4ea443d4f456628215722f6a69c7022
Contents?: true
Size: 336 Bytes
Versions: 6
Compression:
Stored size: 336 Bytes
Contents
--- "$schema": "http://json-schema.org/draft-04/schema#" title: Update Post type: object required: - post properties: post: type: object additionalProperties: false required: - title - body properties: title: type: string body: type: string author: type: string
Version data entries
6 entries across 6 versions & 1 rubygems