"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const StringProperty_1 = require("./StringProperty");
class UriProperty extends StringProperty_1.StringProperty {
}
UriProperty.FORMAT = 'uri';
exports.UriProperty = UriProperty;