functionParsefunc Parse(encoded []byte) (Manifest, error)Parse and validate encoded manifest JSON.Source schema/manifest.go:692@param encodedThe encoded value.@returnsThe declared result.Related typesManifestAn immutable versioned schema contract.