All Downloads are FREE. Search and download functionalities are using the official Maven repository.

eedm.advancement-membership-programs.v10.0.advancement-membership-programs.json Maven / Gradle / Ivy

{
  "title" : "Advancement Membership Programs",
  "description" : "This entity contains information about advancement membership programs.",
  "type" : "object",
  "properties" : {
    "metadata" : {
      "$ref" : "resource:/eedm/metadata.json"
    },
    "id" : {
      "title" : "ID",
      "description" : "The global identifier of the advancement membership program.",
      "type" : "string",
      "format" : "guid",
      "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
    },
    "title" : {
      "title" : "Title",
      "description" : "The full name of the advancement membership program.",
      "type" : "string",
      "minLength" : 1
    },
    "type" : {
      "title" : "Type",
      "description" : "The type of membership program.",
      "oneOf" : [ {
        "type" : "object",
        "properties" : {
          "id" : {
            "title" : "ID",
            "description" : "The global identifier for the Type.",
            "type" : "string",
            "format" : "guid",
            "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
          }
        },
        "links" : [ {
          "rel" : "self",
          "href" : "/advancement-membership-program-types/{id}",
          "targetSchema" : {
            "$ref" : "advancement-membership-program-types.json#"
          }
        } ],
        "additionalProperties" : false,
        "required" : [ "id" ]
      }, {
        "type" : "object",
        "maxProperties" : 0
      } ]
    },
    "status" : {
      "title" : "Status",
      "description" : "The status of the membership program.",
      "type" : "object",
      "properties" : {
        "id" : {
          "title" : "ID",
          "description" : "The global identifier for the Status.",
          "type" : "string",
          "format" : "guid",
          "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
        }
      },
      "links" : [ {
        "rel" : "self",
        "href" : "/advancement-statuses/{id}",
        "targetSchema" : {
          "$ref" : "advancement-statuses.json#"
        }
      } ],
      "additionalProperties" : false,
      "required" : [ "id" ]
    },
    "renewalGracePeriod" : {
      "title" : "Renewal Grace Period",
      "description" : "The time, in months, a member has to renew the membership before it is made inactive.",
      "oneOf" : [ {
        "type" : "integer"
      }, {
        "type" : "null"
      } ]
    },
    "startOn" : {
      "title" : "Start On",
      "description" : "The date when a membership program begins.",
      "oneOf" : [ {
        "type" : "string",
        "format" : "date",
        "pattern" : "^(-?(?:[1-9][0-9]*)?[0-9]{4})-(1[0-2]|0[1-9])-(3[0-1]|0[1-9]|[1-2][0-9])$"
      }, {
        "type" : "string",
        "maxLength" : 0
      } ]
    },
    "endOn" : {
      "title" : "End On",
      "description" : "The date when a membership program ends.",
      "oneOf" : [ {
        "type" : "string",
        "format" : "date",
        "pattern" : "^(-?(?:[1-9][0-9]*)?[0-9]{4})-(1[0-2]|0[1-9])-(3[0-1]|0[1-9]|[1-2][0-9])$"
      }, {
        "type" : "string",
        "maxLength" : 0
      } ]
    },
    "college" : {
      "title" : "College",
      "description" : "The college associated with the membership program.",
      "oneOf" : [ {
        "type" : "object",
        "properties" : {
          "id" : {
            "title" : "ID",
            "description" : "The global identifier for the College.",
            "type" : "string",
            "format" : "guid",
            "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
          }
        },
        "links" : [ {
          "rel" : "self",
          "href" : "/educational-institution-units/{id}",
          "targetSchema" : {
            "$ref" : "educational-institution-units.json#"
          }
        } ],
        "additionalProperties" : false,
        "required" : [ "id" ]
      }, {
        "type" : "object",
        "maxProperties" : 0
      } ]
    },
    "department" : {
      "title" : "Department",
      "description" : "The department associated with the membership program.",
      "oneOf" : [ {
        "type" : "object",
        "properties" : {
          "id" : {
            "title" : "ID",
            "description" : "The global identifier for the Department.",
            "type" : "string",
            "format" : "guid",
            "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
          }
        },
        "links" : [ {
          "rel" : "self",
          "href" : "/educational-institution-units/{id}",
          "targetSchema" : {
            "$ref" : "educational-institution-units.json#"
          }
        } ],
        "additionalProperties" : false,
        "required" : [ "id" ]
      }, {
        "type" : "object",
        "maxProperties" : 0
      } ]
    },
    "locations" : {
      "title" : "Locations",
      "description" : "The location(s) associated with the membership program.",
      "type" : "array",
      "items" : {
        "title" : "Locations",
        "description" : "The location(s) associated with the membership program.",
        "type" : "object",
        "properties" : {
          "id" : {
            "title" : "ID",
            "description" : "The global identifier for the Locations.",
            "type" : "string",
            "format" : "guid",
            "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
          }
        },
        "links" : [ {
          "rel" : "self",
          "href" : "/advancement-membership-program-locations/{id}",
          "targetSchema" : {
            "$ref" : "advancement-membership-program-locations.json#"
          }
        } ],
        "additionalProperties" : false,
        "required" : [ "id" ]
      }
    },
    "coordinators" : {
      "title" : "Coordinators",
      "description" : "The coordinator(s) of the membership program.",
      "type" : "array",
      "items" : {
        "oneOf" : [ {
          "title" : "Representative",
          "description" : "The representative coordinating the membership program.",
          "type" : "object",
          "properties" : {
            "representative" : {
              "title" : "Representative",
              "description" : "The representative coordinating the membership program.",
              "oneOf" : [ {
                "type" : "object",
                "properties" : {
                  "id" : {
                    "title" : "ID",
                    "description" : "The global identifier for the Representative.",
                    "type" : "string",
                    "format" : "guid",
                    "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
                  }
                },
                "links" : [ {
                  "rel" : "self",
                  "href" : "/advancement-representatives/{id}",
                  "targetSchema" : {
                    "$ref" : "advancement-representatives.json#"
                  }
                } ],
                "additionalProperties" : false,
                "required" : [ "id" ]
              }, {
                "type" : "object",
                "maxProperties" : 0
              } ]
            }
          },
          "additionalProperties" : false
        }, {
          "title" : "Team",
          "description" : "The team coordinating the membership program.",
          "type" : "object",
          "properties" : {
            "team" : {
              "title" : "Team",
              "description" : "The team coordinating the membership program.",
              "oneOf" : [ {
                "type" : "object",
                "properties" : {
                  "id" : {
                    "title" : "ID",
                    "description" : "The global identifier for the Team.",
                    "type" : "string",
                    "format" : "guid",
                    "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
                  }
                },
                "links" : [ {
                  "rel" : "self",
                  "href" : "/advancement-teams/{id}",
                  "targetSchema" : {
                    "$ref" : "advancement-teams.json#"
                  }
                } ],
                "additionalProperties" : false,
                "required" : [ "id" ]
              }, {
                "type" : "object",
                "maxProperties" : 0
              } ]
            }
          },
          "additionalProperties" : false
        } ]
      }
    },
    "comments" : {
      "title" : "Comments",
      "description" : "Comments about the membership program.",
      "type" : "string"
    }
  },
  "required" : [ "id", "title", "status" ],
  "additionalProperties" : false
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy