Sha256: 72c7a0fb51c6000892495f0474613599ba0c023694d0cc54a84ac507eb654222

Contents?: true

Size: 296 Bytes

Versions: 3

Compression:

Stored size: 296 Bytes

Contents

{
  "type" : "object",
  "required": ["firstName", "lastName"],
  "properties" : {
    "firstName": {
        "type": "string"
    },
    "lastName": {
        "type": "string"
    },
    "age": {
        "description": "Age in years",
        "type": "integer",
        "minimum": 0
    }
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
logstash-filter-schema_validation-0.2.0-java spec/schemas/simple.json
logstash-filter-schema_validation-0.1.1 spec/schemas/simple.json
logstash-filter-schema_validation-0.1.0 spec/schemas/simple.json