14struct JSONSchemaProperty {
26 JSONSchemaProperty& operator=(JSONSchemaProperty
const&);
35 ::std::string filename,
36 ::JSONSchemaArea areaType,
37 ::JSONSchemaPath pathType,
42 MCNAPI ::JSONSchemaArea area()
const;
44 MCNAPI ::std::string
const& name()
const;
47 MCNAPI ::JSONSchemaProperty&
operator=(::JSONSchemaProperty&&);
50 MCNAPI ::JSONSchemaPath path()
const;
52 MCNAPI ::SemVersion
const& version()
const;
61 MCNAPI
void*
$ctor(::JSONSchemaProperty
const&);
64 $ctor(::std::string filename, ::JSONSchemaArea areaType, ::JSONSchemaPath pathType,
::SemVersion optionalVersion);