Sha256: 29273a5b1cb3c693a90831b5bc19ac666094a61d23e1e3849e84fdd1b6ecbb34

Contents?: true

Size: 323 Bytes

Versions: 6

Compression:

Stored size: 323 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "description": "The total number of shares a company has issued",
  "type": "object",
  "properties": {
    "number": {
      "type": "integer"
    },
    "share_class": {
      "type": "string",
      "minLength": 1
    }
  },
  "required": [
    "number"
  ]
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
turbot-runner-0.2.37 schema/schemas/includes/total-shares.json
turbot-runner-0.2.36 schema/schemas/includes/total-shares.json
turbot-runner-0.2.35 schema/schemas/includes/total-shares.json
turbot-runner-0.2.34 schema/schemas/includes/total-shares.json
turbot-runner-0.2.33 schema/schemas/includes/total-shares.json
turbot-runner-0.2.32 schema/schemas/includes/total-shares.json