14struct JSONSchemaProperty {
26 JSONSchemaProperty& operator=(JSONSchemaProperty
const&);
27 JSONSchemaProperty(JSONSchemaProperty
const&);
34 ::std::string filename,
35 ::JSONSchemaArea areaType,
36 ::JSONSchemaPath pathType,
47 $ctor(::std::string filename, ::JSONSchemaArea areaType, ::JSONSchemaPath pathType,
::SemVersion optionalVersion);