createJoiSchema(attributeDefinition) {
    let joiSchema = mapToJoiWithReference(attributeDefinition, {
      initial: joi.number(),
      mappings: this.valueOrRefOptions,
    });