{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schema.stenci.la/v1/GrantTypes.schema.json",
  "title": "GrantTypes",
  "category": "other",
  "description": "All type schemas that are derived from Grant",
  "anyOf": [
    {
      "$ref": "Grant.schema.json"
    },
    {
      "$ref": "MonetaryGrant.schema.json"
    }
  ]
}
