Sha256: eb436753c47714b21cc4187c444fee44030bca9b271d6373992029d8fa00d4d8

Contents?: true

Size: 503 Bytes

Versions: 4

Compression:

Stored size: 503 Bytes

Contents

{
  "id": "Tags",
  "title": "MessageTags Schema",
  "type": "object",
  "properties": {
    "jobs": {
      "type": "array",
      "items": { "$ref": "/job.json" }
    },
    "applications": {
      "type": "array",
      "items": { "$ref": "/application.json" }
    },
    "applicationStatus": {
      "type": "string"
    },
    "employerName": {
      "type": "string"
    },
    "position": {
      "type": "string"
    },
    "locationCity": {
      "type": "string"
    }
  },
  "required": []
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
wp-uppercrust-0.0.5 spec/sample.json
wp-uppercrust-0.0.3 spec/sample.json
wp-uppercrust-0.0.2 spec/sample.json
wp-uppercrust-0.0.1 spec/sample.json