Sha256: 3a9bc8caeab693ae5990c1a0d8fe348e4b77003f06cd44cd91188981e926bd23
Contents?: true
Size: 724 Bytes
Versions: 9
Compression:
Stored size: 724 Bytes
Contents
Feature: Generate test data Scenario: Simple object Given the following JSON schema: """json { "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "id": { "type": "number" } } } """ When I run the JSON data generator Then the output should match the schema Scenario: Simple array Given the following JSON schema: """json { "$schema": "http://json-schema.org/draft-04/schema#", "type": "array", "items": { "type": "number" } } """ When I run the JSON data generator Then the output should match the schema
Version data entries
9 entries across 9 versions & 1 rubygems