thrownewSealious.Errors.DeveloperError("In declaration of resource type '"+resource_type.name+"': unknown field type '"+this.type_name+"' in field '"+this.name+"'.");
* Gets field signature: name, type, required, human redable name, params, validator function, default value
* @param {Boolean} with validator - - whether to include validator function in field description.
* Warning! If set to true, the output is not serializable in JSON.
* @returns {} field signature
*/
this.get_specification=function(with_validator){
//with_validator:boolean - whether to include validator function in field description. Warning! If set to true, the output is not serializable in JSON.